summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/pfiledlg.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2000-10-17 14:29:58 +0000
committerOliver Bolte <obo@openoffice.org>2000-10-17 14:29:58 +0000
commita07f80a5b6a0a0fe2f9e07feea2280216b83013c (patch)
tree67132501df54097a18b28518361e2606adf16ea0 /svx/source/dialog/pfiledlg.cxx
parentBrownPaperBag Fix (diff)
downloadcore-a07f80a5b6a0a0fe2f9e07feea2280216b83013c.tar.gz
core-a07f80a5b6a0a0fe2f9e07feea2280216b83013c.zip
Syntax problems with linux compiler #65293#
Diffstat (limited to 'svx/source/dialog/pfiledlg.cxx')
-rw-r--r--svx/source/dialog/pfiledlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/pfiledlg.cxx b/svx/source/dialog/pfiledlg.cxx
index 8cc8eff17dd9..4beaf1a57fcd 100644
--- a/svx/source/dialog/pfiledlg.cxx
+++ b/svx/source/dialog/pfiledlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pfiledlg.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pb $ $Date: 2000-10-12 12:48:45 $
+ * last change: $Author: obo $ $Date: 2000-10-17 15:29:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -188,7 +188,7 @@ SvxPluginFileDlg::SvxPluginFileDlg (Window *pParent, sal_uInt16 nKind )
}
// add the All-Filter
- String aAllFilter( SVX_RESSTR(STR_EXTFILTER_ALL) );
+ String aAllFilter( ResId( STR_EXTFILTER_ALL, DIALOG_MGR() ) );
AddFilter( aAllFilter, UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "*.*" ) ) );
// and activate him