summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/guisaveas.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 11:40:30 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 11:40:30 +0000
commitf418cca9f0ddd13bfe0b3f22e1ccfdb342a19400 (patch)
tree39797d80526fad0d06641db762b0e2c664483dc6 /sfx2/source/doc/guisaveas.cxx
parent5f453b42fe9e61edc2259378b3a0366eb54d6b03 (diff)
INTEGRATION: CWS visibility03 (1.12.58); FILE MERGED
2005/03/25 00:58:50 mhu 1.12.58.2: RESYNC: (1.12-1.14); FILE MERGED 2005/03/02 19:33:25 mhu 1.12.58.1: #i40092# Fixed string ctor (char literal, ResId) usage.
Diffstat (limited to 'sfx2/source/doc/guisaveas.cxx')
-rw-r--r--sfx2/source/doc/guisaveas.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx
index 44d7ea33d5..09a480f7d5 100644
--- a/sfx2/source/doc/guisaveas.cxx
+++ b/sfx2/source/doc/guisaveas.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: guisaveas.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: kz $ $Date: 2005-03-01 20:00:41 $
+ * last change: $Author: obo $ $Date: 2005-04-13 12:40:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -793,10 +793,10 @@ sal_Bool ModelData_Impl::OutputFileDialog( sal_Int8 nStoreMode,
if ( xControlAccess.is() )
{
- ::rtl::OUString aCtrlText( SfxResId( STR_EXPORTBUTTON ));
+ ::rtl::OUString aCtrlText( String( SfxResId( STR_EXPORTBUTTON ) ) );
xControlAccess->setLabel( ui::dialogs::CommonFilePickerElementIds::PUSHBUTTON_OK, aCtrlText );
- aCtrlText = ::rtl::OUString( SfxResId( STR_LABEL_FILEFORMAT ));
+ aCtrlText = ::rtl::OUString( String( SfxResId( STR_LABEL_FILEFORMAT ) ) );
xControlAccess->setLabel( ui::dialogs::CommonFilePickerElementIds::LISTBOX_FILTER_LABEL, aCtrlText );
}