summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLAutoTextEventExport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLAutoTextEventExport.cxx')
-rw-r--r--xmloff/source/text/XMLAutoTextEventExport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventExport.cxx b/xmloff/source/text/XMLAutoTextEventExport.cxx
index 68735eabde38..fbda4e38039f 100644
--- a/xmloff/source/text/XMLAutoTextEventExport.cxx
+++ b/xmloff/source/text/XMLAutoTextEventExport.cxx
@@ -212,7 +212,7 @@ Sequence< OUString > XMLAutoTextEventExport_getSupportedServiceNames()
OUString XMLAutoTextEventExport_getImplementationName() throw()
{
- return OUString( "com.sun.star.comp.Writer.XMLOasisAutotextEventsExporter" );
+ return "com.sun.star.comp.Writer.XMLOasisAutotextEventsExporter";
}
Reference< XInterface > XMLAutoTextEventExport_createInstance(
@@ -232,7 +232,7 @@ Sequence< OUString > XMLAutoTextEventExportOOO_getSupportedServiceNames()
OUString XMLAutoTextEventExportOOO_getImplementationName() throw()
{
- return OUString( "com.sun.star.comp.Writer.XMLAutotextEventsExporter" );
+ return "com.sun.star.comp.Writer.XMLAutotextEventsExporter";
}
Reference< XInterface > XMLAutoTextEventExportOOO_createInstance(