summaryrefslogtreecommitdiff
path: root/unodevtools/source/skeletonmaker/javacompskeleton.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-10 08:09:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-10 08:09:58 +0100
commitc4de235ad38cd648c82c98235016f186eb594a32 (patch)
tree9f9aa2eae7add371ff60046f66b9b162913d13d5 /unodevtools/source/skeletonmaker/javacompskeleton.cxx
parent03304ba903ade6a538f948273dd390aa5465785f (diff)
New loplugin:conststringvar: unodevtools
Change-Id: I7bbe7f78b8e62962f907a598e8405be7d4be03c9
Diffstat (limited to 'unodevtools/source/skeletonmaker/javacompskeleton.cxx')
-rw-r--r--unodevtools/source/skeletonmaker/javacompskeleton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/source/skeletonmaker/javacompskeleton.cxx b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
index cd978050e65f..eff3d95e471d 100644
--- a/unodevtools/source/skeletonmaker/javacompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
@@ -555,7 +555,7 @@ void generateMethodBodies(std::ostream& o,
}
}
-static const char* propcomment=
+static const char* const propcomment=
" // use the last parameter of the PropertySetMixin constructor\n"
" // for your optional attributes if necessary. See the documentation\n"
" // of the PropertySetMixin helper for further information.\n"