summaryrefslogtreecommitdiff
path: root/framework/source/dispatch/oxt_handler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/dispatch/oxt_handler.cxx')
-rw-r--r--framework/source/dispatch/oxt_handler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/dispatch/oxt_handler.cxx b/framework/source/dispatch/oxt_handler.cxx
index 4fd8ffb5c23e..3f020dbec9fe 100644
--- a/framework/source/dispatch/oxt_handler.cxx
+++ b/framework/source/dispatch/oxt_handler.cxx
@@ -192,7 +192,7 @@ OUString SAL_CALL Oxt_Handler::detect( css::uno::Sequence< css::beans::PropertyV
// I think we can the following ones:
// a) look for given extension of url to map our type decision HARD CODED!!!
// b) return preferred type every time... it's easy :-)
- sTypeName = OUString("oxt_OpenOffice_Extension");
+ sTypeName = "oxt_OpenOffice_Extension";
aDescriptor[::comphelper::MediaDescriptor::PROP_TYPENAME()] <<= sTypeName;
aDescriptor >> lDescriptor;
}