summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/guisaveas.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-29 08:25:56 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-29 08:25:56 +0000
commit98e3c173581b3f5cd2ecda33d8c35bbd0293a356 (patch)
tree9975cff3d342ef2691471deed81098edbd555123 /sfx2/source/doc/guisaveas.cxx
parente7e6ad468e498d1e6d2f5d010f1083f28321f212 (diff)
INTEGRATION: CWS pj26 (1.15.6); FILE MERGED
2005/04/20 19:19:46 pjanik 1.15.6.1: #i47620#: Fix gcc33 parser bug.
Diffstat (limited to 'sfx2/source/doc/guisaveas.cxx')
-rw-r--r--sfx2/source/doc/guisaveas.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx
index 09a480f7d5..07c896490c 100644
--- a/sfx2/source/doc/guisaveas.cxx
+++ b/sfx2/source/doc/guisaveas.cxx
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
@@ -793,7 +793,7 @@ sal_Bool ModelData_Impl::OutputFileDialog( sal_Int8 nStoreMode,
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 );
aCtrlText = ::rtl::OUString( String( SfxResId( STR_LABEL_FILEFORMAT ) ) );