summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2002-11-20 09:39:47 +0000
committerRüdiger Timm <rt@openoffice.org>2002-11-20 09:39:47 +0000
commit9b3c02c9e398c6b8c101e0c633a111e98e217caa (patch)
treeb55e599c73343710e5a7ae92b252b1b9f5719245 /sfx2
parent9f400b591cf335c6757b4bc37ac1f58a8717ea6b (diff)
#90971# (gt) Commented out SetDialogHelpId
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/cfg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/cfg.cxx b/sfx2/source/dialog/cfg.cxx
index 423ac488a719..a94ac5cfab79 100644
--- a/sfx2/source/dialog/cfg.cxx
+++ b/sfx2/source/dialog/cfg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfg.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: gt $ $Date: 2002-10-30 10:35:54 $
+ * last change: $Author: rt $ $Date: 2002-11-20 10:39:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1448,7 +1448,7 @@ String SfxConfigDialog::FileDialog_Impl( Window *pParent, WinBits nBits, const S
sfx2::FileDialogHelper aFileDlg( nDialogType, 0 );
aFileDlg.SetTitle( rTitle );
- aFileDlg.SetDialogHelpId( bSave? HID_CONFIG_SAVE : HID_CONFIG_LOAD );
+// aFileDlg.SetDialogHelpId( bSave? HID_CONFIG_SAVE : HID_CONFIG_LOAD );
aFileDlg.AddFilter( String(SfxResId(STR_FILTERNAME_ALL) ), DEFINE_CONST_UNICODE(FILEDIALOG_FILTER_ALL) );
aFileDlg.AddFilter( String(SfxResId(STR_FILTERNAME_CFG)),DEFINE_CONST_UNICODE("*.cfg") );
if ( ERRCODE_NONE == aFileDlg.Execute() )