diff options
author | Mikhail Voitenko <mav@openoffice.org> | 2002-04-23 11:25:25 +0000 |
---|---|---|
committer | Mikhail Voitenko <mav@openoffice.org> | 2002-04-23 11:25:25 +0000 |
commit | db1df35619b1a7ab91394eef2ef5fbbaa09e07bb (patch) | |
tree | 7fe021a453a81791e211ef524c703a9902b60ce3 /sfx2/source/dialog/filedlghelper.cxx | |
parent | fad03fd8911fa8c999c48b493c521c35ecf81e57 (diff) |
#98425# do not change button name
Diffstat (limited to 'sfx2/source/dialog/filedlghelper.cxx')
-rw-r--r-- | sfx2/source/dialog/filedlghelper.cxx | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx index f0a1a95d8ddd..71eb5e1d66f7 100644 --- a/sfx2/source/dialog/filedlghelper.cxx +++ b/sfx2/source/dialog/filedlghelper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: filedlghelper.cxx,v $ * - * $Revision: 1.76 $ + * $Revision: 1.77 $ * - * last change: $Author: mav $ $Date: 2002-04-23 11:39:35 $ + * last change: $Author: mav $ $Date: 2002-04-23 12:25:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1043,22 +1043,8 @@ FileDialogHelper_Impl::FileDialogHelper_Impl( FileDialogHelper* pParent, // Export dialog if ( mbExport ) - { mxFileDlg->setTitle( OUString( String( SfxResId( STR_SFX_EXPLORERFILE_EXPORT ) ) ) ); - Reference < XFilePickerControlAccess > xExtDlg( mxFileDlg, UNO_QUERY ); - if ( xExtDlg.is() ) - { - try - { - xExtDlg->setLabel( CommonFilePickerElementIds::PUSHBUTTON_OK, - OUString( String( SfxResId( STR_SFX_EXPLORERFILE_BUTTONEXPORT ) ) ) ); - xExtDlg->enableControl( com::sun::star::ui::dialogs::ExtendedFilePickerElementIds::CHECKBOX_SELECTION, FALSE ); - } - catch( IllegalArgumentException ){} - } - } - // the "insert file" dialog needs another title if ( mbInsert ) { |