summaryrefslogtreecommitdiff
path: root/sw/source/uibase/misc/glosdoc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/misc/glosdoc.cxx')
-rw-r--r--sw/source/uibase/misc/glosdoc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/misc/glosdoc.cxx b/sw/source/uibase/misc/glosdoc.cxx
index 7047fb6b6b0e..f2d896f3af7b 100644
--- a/sw/source/uibase/misc/glosdoc.cxx
+++ b/sw/source/uibase/misc/glosdoc.cxx
@@ -90,7 +90,7 @@ OUString lcl_CheckFileName( const OUString& rNewFilePath,
// supplies the default group's name
OUString SwGlossaries::GetDefName()
{
- return "standard";
+ return u"standard"_ustr;
}
@@ -417,7 +417,7 @@ void SwGlossaries::ShowError()
OUString SwGlossaries::GetExtension()
{
- return ".bau";
+ return u".bau"_ustr;
}
void SwGlossaries::RemoveFileFromList( const OUString& rGroup )