summaryrefslogtreecommitdiff
path: root/framework/source/uifactory/uicontrollerfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uifactory/uicontrollerfactory.cxx')
-rw-r--r--framework/source/uifactory/uicontrollerfactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uifactory/uicontrollerfactory.cxx b/framework/source/uifactory/uicontrollerfactory.cxx
index 4b5d36948bc3..0566a90c1db8 100644
--- a/framework/source/uifactory/uicontrollerfactory.cxx
+++ b/framework/source/uifactory/uicontrollerfactory.cxx
@@ -122,7 +122,7 @@ Reference< XInterface > SAL_CALL UIControllerFactory::createInstanceWithArgument
const Sequence< Any >& Arguments,
const Reference< XComponentContext >& )
{
- const OUString aPropModuleName( "ModuleIdentifier" );
+ static const OUStringLiteral aPropModuleName( u"ModuleIdentifier" );
OUString aPropName;
PropertyValue aPropValue;