summaryrefslogtreecommitdiff
path: root/writerperfect/inc/DocumentHandlerForOdt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/inc/DocumentHandlerForOdt.hxx')
-rw-r--r--writerperfect/inc/DocumentHandlerForOdt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/inc/DocumentHandlerForOdt.hxx b/writerperfect/inc/DocumentHandlerForOdt.hxx
index ea3742a27dfd..b454e57d7b71 100644
--- a/writerperfect/inc/DocumentHandlerForOdt.hxx
+++ b/writerperfect/inc/DocumentHandlerForOdt.hxx
@@ -16,7 +16,7 @@ namespace writerperfect
{
template <> struct DocumentHandlerFor<OdtGenerator>
{
- static const OUString name() { return "com.sun.star.comp.Writer.XMLOasisImporter"; }
+ static OUString name() { return "com.sun.star.comp.Writer.XMLOasisImporter"; }
};
}