Kaydet (Commit) c4de235a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

New loplugin:conststringvar: unodevtools

Change-Id: I7bbe7f78b8e62962f907a598e8405be7d4be03c9
üst 03304ba9
......@@ -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"
......
......@@ -120,8 +120,8 @@ void printUsageAndExit(const char* programname, const char* version)
SAL_IMPLEMENT_MAIN()
{
const char* version = "0.4";
const char* programname = "uno-skeletonmaker";
const char* const version = "0.4";
const char* const programname = "uno-skeletonmaker";
sal_uInt32 nCount = rtl_getAppCommandArgCount();
if ( nCount == 0 ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment