Kaydet (Commit) aa91e11a authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS visibility03 (1.13.142); FILE MERGED

2005/03/24 20:34:42 mhu 1.13.142.2: RESYNC: (1.13-1.14); FILE MERGED
2005/03/03 17:32:21 mhu 1.13.142.1: #i40092# Fixed string ctor (ResId) usage.
üst b14af8b7
......@@ -2,9 +2,9 @@
*
* $RCSfile: selector.cxx,v $
*
* $Revision: 1.14 $
* $Revision: 1.15 $
*
* last change: $Author: kz $ $Date: 2005-03-01 19:08:30 $
* last change: $Author: obo $ $Date: 2005-04-13 08:27:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -349,8 +349,8 @@ SvxConfigGroupListBox_Impl::SvxConfigGroupListBox_Impl(
ULONG nConfigMode, const Reference< frame::XFrame >& xFrame )
: SvTreeListBox( pParent, rResId )
, nMode( nConfigMode ), bShowSF( TRUE ),
m_sMyMacros(ResId(STR_MYMACROS)),
m_sProdMacros(ResId(STR_PRODMACROS)),
m_sMyMacros(String(ResId(STR_MYMACROS))),
m_sProdMacros(String(ResId(STR_PRODMACROS))),
m_hdImage(ResId(IMG_HARDDISK)),
m_hdImage_hc(ResId(IMG_HARDDISK_HC)),
m_libImage(ResId(IMG_LIB)),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment