summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp/gridcols.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/fmcomp/gridcols.cxx')
-rw-r--r--svx/source/fmcomp/gridcols.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/fmcomp/gridcols.cxx b/svx/source/fmcomp/gridcols.cxx
index 1e44ece8973d..e937c08a6b33 100644
--- a/svx/source/fmcomp/gridcols.cxx
+++ b/svx/source/fmcomp/gridcols.cxx
@@ -76,8 +76,8 @@ namespace
sal_Int32 getColumnTypeByModelName(const OUString& aModelName)
{
- const OUString aModelPrefix("com.sun.star.form.component.");
- const OUString aCompatibleModelPrefix("stardiv.one.form.component.");
+ static const OUStringLiteral aModelPrefix(u"com.sun.star.form.component.");
+ static const OUStringLiteral aCompatibleModelPrefix(u"stardiv.one.form.component.");
sal_Int32 nTypeId = -1;
if (aModelName == FM_COMPONENT_EDIT)