From 9c5494bfd781a32882b1cdfa2ab8645df960d85b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 9 Jan 2017 15:43:11 +0100 Subject: New loplugin:externvar: idl Change-Id: I67d0c0f7c7aa6d4a81e46ef6afca2d7a762eb813 --- idl/source/prj/command.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'idl') 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 #include -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\n" "-fm\n" "-help, ? @ response file\n" -- cgit