summaryrefslogtreecommitdiff
path: root/writerperfect/inc/DocumentHandlerForOdg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-24 20:35:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-25 12:17:39 +0200
commitb26a3db534cd30bee596670e99897ee5ce907adf (patch)
tree0b875722f000d88460b506a34d7a72befe6501be /writerperfect/inc/DocumentHandlerForOdg.hxx
parent502d73cda8fa1f482634bb6435fd1440757fdad9 (diff)
loplugin:returnconstval in writerperfect
Change-Id: I86e9977438c69c19adafc3743e618321a05e3923 Reviewed-on: https://gerrit.libreoffice.org/78064 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerperfect/inc/DocumentHandlerForOdg.hxx')
-rw-r--r--writerperfect/inc/DocumentHandlerForOdg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/inc/DocumentHandlerForOdg.hxx b/writerperfect/inc/DocumentHandlerForOdg.hxx
index 72968edc14f1..9d46bcbe5492 100644
--- a/writerperfect/inc/DocumentHandlerForOdg.hxx
+++ b/writerperfect/inc/DocumentHandlerForOdg.hxx
@@ -16,7 +16,7 @@ namespace writerperfect
{
template <> struct DocumentHandlerFor<OdgGenerator>
{
- static const OUString name() { return "com.sun.star.comp.Draw.XMLOasisImporter"; }
+ static OUString name() { return "com.sun.star.comp.Draw.XMLOasisImporter"; }
};
}