summaryrefslogtreecommitdiff
path: root/sw/source/ui/dochdl/gloshdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dochdl/gloshdl.cxx')
-rw-r--r--sw/source/ui/dochdl/gloshdl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/dochdl/gloshdl.cxx b/sw/source/ui/dochdl/gloshdl.cxx
index d69d31be79d7..257be043a101 100644
--- a/sw/source/ui/dochdl/gloshdl.cxx
+++ b/sw/source/ui/dochdl/gloshdl.cxx
@@ -501,8 +501,8 @@ sal_Bool SwGlossaryHdl::Expand( const OUString& rShortName,
}
else
{
- SvxMacro aStartMacro(aEmptyStr, aEmptyStr, STARBASIC);
- SvxMacro aEndMacro(aEmptyStr, aEmptyStr, STARBASIC);
+ SvxMacro aStartMacro(aEmptyOUStr, aEmptyOUStr, STARBASIC);
+ SvxMacro aEndMacro(aEmptyOUStr, aEmptyOUStr, STARBASIC);
GetMacros( aShortName, aStartMacro, aEndMacro, pGlossary );
// StartAction must not be before HasSelection and DelRight,
@@ -546,8 +546,8 @@ bool SwGlossaryHdl::InsertGlossary(const OUString &rName)
if (!pGlos)
return false;
- SvxMacro aStartMacro(aEmptyStr, aEmptyStr, STARBASIC);
- SvxMacro aEndMacro(aEmptyStr, aEmptyStr, STARBASIC);
+ SvxMacro aStartMacro(aEmptyOUStr, aEmptyOUStr, STARBASIC);
+ SvxMacro aEndMacro(aEmptyOUStr, aEmptyOUStr, STARBASIC);
GetMacros( rName, aStartMacro, aEndMacro, pGlos );
// StartAction must not be before HasSelection and DelRight,