summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/plugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/plugin.cxx')
-rw-r--r--sfx2/source/doc/plugin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/plugin.cxx b/sfx2/source/doc/plugin.cxx
index 07857565212c..9a59132ccdf9 100644
--- a/sfx2/source/doc/plugin.cxx
+++ b/sfx2/source/doc/plugin.cxx
@@ -136,9 +136,9 @@ throw( uno::RuntimeException )
uno::Reference< beans::XPropertySet > xProp( xModel, ::uno::UNO_QUERY );
if( xProp.is() )
{
- uno::Any aValue = xProp->getPropertyValue( OUString( "URL" ) );
+ uno::Any aValue = xProp->getPropertyValue("URL");
aValue >>= maURL;
- aValue = xProp->getPropertyValue( OUString( "TYPE" ) );
+ aValue = xProp->getPropertyValue("TYPE");
aValue >>= maMimeType;
}
}