summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuigaldlg.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 13:46:22 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 13:46:22 +0200
commit383957c96aac78301a126746c14c631314ee6329 (patch)
treea5b71bd66574175b88d26fcba5375b774ec3f7f1 /cui/source/dialogs/cuigaldlg.cxx
parent8a7f8ca1a440b8ccc9c5aa241560bbb1ca963969 (diff)
changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
Diffstat (limited to 'cui/source/dialogs/cuigaldlg.cxx')
-rw-r--r--cui/source/dialogs/cuigaldlg.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx
index a205db2a28c9..58962c458281 100644
--- a/cui/source/dialogs/cuigaldlg.cxx
+++ b/cui/source/dialogs/cuigaldlg.cxx
@@ -678,7 +678,8 @@ void TPGalleryThemeGeneral::SetXChgData( ExchangeData* _pData )
String aType( CUI_RES( RID_SVXSTR_GALLERYPROPS_GALTHEME ) );
BOOL bReadOnly = pThm->IsReadOnly() && !pThm->IsImported();
- aEdtMSName.SetHelpId( HID_GALLERY_EDIT_MSNAME );
+ // FIXME: HELPID
+ aEdtMSName.SetHelpId( ""/*HID_GALLERY_EDIT_MSNAME*/ );
aEdtMSName.SetText( pThm->GetName() );
aEdtMSName.SetReadOnly( bReadOnly );