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:
parent
4bc6799cbf
commit
f0835dca43
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue