diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:43:11 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-09 15:43:11 +0100 |
commit | 9c5494bfd781a32882b1cdfa2ab8645df960d85b (patch) | |
tree | fef56f4cae7298e1cb15656084236d0e63794bf9 /idl | |
parent | ff7ee9796f93b7cd7a8f80e9efbc42909d509344 (diff) |
New loplugin:externvar: idl
Change-Id: I67d0c0f7c7aa6d4a81e46ef6afca2d7a762eb813
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/prj/command.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx index 057c49505a1e..f8cf4088b1de 100644 --- a/idl/source/prj/command.cxx +++ b/idl/source/prj/command.cxx @@ -31,7 +31,7 @@ #include <database.hxx> #include <parser.hxx> -char const * SyntaxStrings[] = { +char const * const SyntaxStrings[] = { "basic-type:", "\tvoid| char| int| float| double|", "\tUINT16| INT16| UINT32| INT32| BOOL|", @@ -101,7 +101,7 @@ char const * SyntaxStrings[] = { "---syntax example is sfx.idl---\n", nullptr }; -char CommandLineSyntax[] = +char const CommandLineSyntax[] = "-fs<slotmap file>\n" "-fm<makefile target file>\n" "-help, ? @<file> response file\n" |