summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl/gloshdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dochdl/gloshdl.cxx')
-rw-r--r--sw/source/uibase/dochdl/gloshdl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/dochdl/gloshdl.cxx b/sw/source/uibase/dochdl/gloshdl.cxx
index e36ac4e1081b..860a926a5076 100644
--- a/sw/source/uibase/dochdl/gloshdl.cxx
+++ b/sw/source/uibase/dochdl/gloshdl.cxx
@@ -53,9 +53,9 @@ namespace {
struct TextBlockInfo_Impl
{
- OUString const sTitle;
- OUString const sLongName;
- OUString const sGroupName;
+ OUString sTitle;
+ OUString sLongName;
+ OUString sGroupName;
TextBlockInfo_Impl(OUString const& rTitle, OUString const& rLongName, OUString const& rGroupName)
: sTitle(rTitle), sLongName(rLongName), sGroupName(rGroupName) {}
};