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

INTEGRATION: CWS pj26 (1.15.6); FILE MERGED

2005/04/20 19:19:46 pjanik 1.15.6.1: #i47620#: Fix gcc33 parser bug.
üst 0e9700ee
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: guisaveas.cxx,v $ * $RCSfile: guisaveas.cxx,v $
* *
* $Revision: 1.15 $ * $Revision: 1.16 $
* *
* last change: $Author: obo $ $Date: 2005-04-13 12:40:30 $ * last change: $Author: obo $ $Date: 2005-04-29 09:25:56 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -793,7 +793,7 @@ sal_Bool ModelData_Impl::OutputFileDialog( sal_Int8 nStoreMode, ...@@ -793,7 +793,7 @@ sal_Bool ModelData_Impl::OutputFileDialog( sal_Int8 nStoreMode,
if ( xControlAccess.is() ) if ( xControlAccess.is() )
{ {
::rtl::OUString aCtrlText( String( SfxResId( STR_EXPORTBUTTON ) ) ); ::rtl::OUString aCtrlText = String( SfxResId( STR_EXPORTBUTTON ) );
xControlAccess->setLabel( ui::dialogs::CommonFilePickerElementIds::PUSHBUTTON_OK, aCtrlText ); xControlAccess->setLabel( ui::dialogs::CommonFilePickerElementIds::PUSHBUTTON_OK, aCtrlText );
aCtrlText = ::rtl::OUString( String( SfxResId( STR_LABEL_FILEFORMAT ) ) ); aCtrlText = ::rtl::OUString( String( SfxResId( STR_LABEL_FILEFORMAT ) ) );
......
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