diff options
Diffstat (limited to 'xmloff/source/meta/xmlversion.cxx')
-rw-r--r-- | xmloff/source/meta/xmlversion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/meta/xmlversion.cxx b/xmloff/source/meta/xmlversion.cxx index 27fca376f195..37e84ee3fcfe 100644 --- a/xmloff/source/meta/xmlversion.cxx +++ b/xmloff/source/meta/xmlversion.cxx @@ -425,7 +425,7 @@ uno::Sequence< util::RevisionTag > SAL_CALL XMLVersionListPersistence::load( con OUString XMLVersionListPersistence::getImplementationName() { - return OUString("XMLVersionListPersistence"); + return "XMLVersionListPersistence"; } sal_Bool XMLVersionListPersistence::supportsService( |