summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 15:43:11 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 15:43:11 +0100
commit9c5494bfd781a32882b1cdfa2ab8645df960d85b (patch)
treefef56f4cae7298e1cb15656084236d0e63794bf9 /idl
parentff7ee9796f93b7cd7a8f80e9efbc42909d509344 (diff)
New loplugin:externvar: idl
Change-Id: I67d0c0f7c7aa6d4a81e46ef6afca2d7a762eb813
Diffstat (limited to 'idl')
-rw-r--r--idl/source/prj/command.cxx4
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"