Upcoming improved loplugin:staticanonymous -> redundantstatic: unodevtools

Change-Id: I6768925fd5fb00cd4805b00cebaa0c37656591f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97728
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2020-07-02 10:21:52 +02:00
parent 4bc6799cbf
commit f0835dca43
2 changed files with 2 additions and 2 deletions

View file

@ -545,7 +545,7 @@ static void generateMethodBodies(std::ostream& o,
}
}
static const char* const propcomment=
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"

View file

@ -33,7 +33,7 @@ using namespace ::unodevtools;
namespace {
static const char usageText[] =
const char usageText[] =
"\n sub-commands:\n"
" dump dump declarations on stdout (e.g. constructors, methods, type\n"
" mapping for properties) or complete method bodies with\n"