summaryrefslogtreecommitdiff
path: root/scripting/source/provider/ActiveMSPList.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/provider/ActiveMSPList.cxx')
-rw-r--r--scripting/source/provider/ActiveMSPList.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/provider/ActiveMSPList.cxx b/scripting/source/provider/ActiveMSPList.cxx
index 98d18a85500e..089062bd2dff 100644
--- a/scripting/source/provider/ActiveMSPList.cxx
+++ b/scripting/source/provider/ActiveMSPList.cxx
@@ -45,9 +45,9 @@ namespace func_provider
ActiveMSPList::ActiveMSPList( const Reference< XComponentContext > & xContext ) : m_xContext( xContext )
{
- userDirString = OUString("user");
- shareDirString = OUString("share");
- bundledDirString = OUString("bundled");
+ userDirString = "user";
+ shareDirString = "share";
+ bundledDirString = "bundled";
}
ActiveMSPList::~ActiveMSPList()