summaryrefslogtreecommitdiff
path: root/sd/source/filter/xml/sdxmlwrp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/xml/sdxmlwrp.cxx')
-rw-r--r--sd/source/filter/xml/sdxmlwrp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/xml/sdxmlwrp.cxx b/sd/source/filter/xml/sdxmlwrp.cxx
index c4df696242b2..b84854e68b94 100644
--- a/sd/source/filter/xml/sdxmlwrp.cxx
+++ b/sd/source/filter/xml/sdxmlwrp.cxx
@@ -523,7 +523,7 @@ bool SdXMLFilter::Import( ErrCode& nError )
{
sal_Int32 nProgressRange(1000000);
sal_Int32 nProgressCurrent(0);
- OUString aMsg(SD_RESSTR(STR_LOAD_DOC));
+ OUString aMsg(SdResId(STR_LOAD_DOC));
mxStatusIndicator->start(aMsg, nProgressRange);
// set ProgressRange
@@ -892,7 +892,7 @@ bool SdXMLFilter::Export()
{
sal_Int32 nProgressRange(1000000);
sal_Int32 nProgressCurrent(0);
- OUString aMsg(SD_RESSTR(STR_SAVE_DOC));
+ OUString aMsg(SdResId(STR_SAVE_DOC));
mxStatusIndicator->start(aMsg, nProgressRange);
// set ProgressRange