summaryrefslogtreecommitdiff
path: root/writerperfect/inc/DocumentHandlerFor.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/DocumentHandlerFor.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/DocumentHandlerFor.hxx')
-rw-r--r--writerperfect/inc/DocumentHandlerFor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/inc/DocumentHandlerFor.hxx b/writerperfect/inc/DocumentHandlerFor.hxx
index 0f31b85fd176..d90039e2c5c2 100644
--- a/writerperfect/inc/DocumentHandlerFor.hxx
+++ b/writerperfect/inc/DocumentHandlerFor.hxx
@@ -16,7 +16,7 @@ namespace writerperfect
*/
template <class Generator> struct DocumentHandlerFor
{
- // static const OUString name();
+ // static OUString name();
};
}