summaryrefslogtreecommitdiff
path: root/framework/source/uifactory/addonstoolboxfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uifactory/addonstoolboxfactory.cxx')
-rw-r--r--framework/source/uifactory/addonstoolboxfactory.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/uifactory/addonstoolboxfactory.cxx b/framework/source/uifactory/addonstoolboxfactory.cxx
index 990f32d06d62..1a7822b58364 100644
--- a/framework/source/uifactory/addonstoolboxfactory.cxx
+++ b/framework/source/uifactory/addonstoolboxfactory.cxx
@@ -175,13 +175,13 @@ throw ( ::com::sun::star::container::NoSuchElementException,
{
PropertyValue aPropValue;
Sequence< Any > aPropSeq( 3 );
- aPropValue.Name = OUString( "Frame" );
+ aPropValue.Name = "Frame";
aPropValue.Value <<= xFrame;
aPropSeq[0] <<= aPropValue;
- aPropValue.Name = OUString( "ConfigurationData" );
+ aPropValue.Name = "ConfigurationData";
aPropValue.Value <<= aConfigData;
aPropSeq[1] <<= aPropValue;
- aPropValue.Name = OUString( "ResourceURL" );
+ aPropValue.Name = "ResourceURL";
aPropValue.Value <<= aResourceURL;
aPropSeq[2] <<= aPropValue;