summaryrefslogtreecommitdiff
path: root/writerperfect/inc/DocumentHandlerForOdp.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:44:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:52:19 +0200
commitec5ad2a7dc682bc27bcbf7733a5b36bc06676b8b (patch)
tree6ca46eb5e092170310eb5fbc6009c8ba35f3dab6 /writerperfect/inc/DocumentHandlerForOdp.hxx
parentd0ff2eb331850f69fc105149d986c6ec3e106319 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): writerperfect
Change-Id: Ic6518d6441d81e286e69ea4be11d12c42d61d459 Reviewed-on: https://gerrit.libreoffice.org/76625 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'writerperfect/inc/DocumentHandlerForOdp.hxx')
-rw-r--r--writerperfect/inc/DocumentHandlerForOdp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/inc/DocumentHandlerForOdp.hxx b/writerperfect/inc/DocumentHandlerForOdp.hxx
index d7a3aaf9f28b..c919514b80cb 100644
--- a/writerperfect/inc/DocumentHandlerForOdp.hxx
+++ b/writerperfect/inc/DocumentHandlerForOdp.hxx
@@ -16,7 +16,7 @@ namespace writerperfect
{
template <> struct DocumentHandlerFor<OdpGenerator>
{
- static const OUString name() { return OUString("com.sun.star.comp.Impress.XMLOasisImporter"); }
+ static const OUString name() { return "com.sun.star.comp.Impress.XMLOasisImporter"; }
};
}