summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-11 13:42:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-11 13:42:42 +0100
commitdb5cfb790f38b9cfbff67d49ec4f7104634f8628 (patch)
tree8c0cad813fab34e6f8e7a554b5617aae5ff23bfe /winaccessibility
parent556f1eab63555019865803c055454b7b69c2d75b (diff)
loplugin:externvar (clang-cl)
Change-Id: I0f967f75dc41b3dc65790cf97bdac992033d1c92
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/source/UAccCOM/MAccessible.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/source/UAccCOM/MAccessible.cxx b/winaccessibility/source/UAccCOM/MAccessible.cxx
index b832c53f9f62..f08cd83df88a 100644
--- a/winaccessibility/source/UAccCOM/MAccessible.cxx
+++ b/winaccessibility/source/UAccCOM/MAccessible.cxx
@@ -88,7 +88,7 @@ enum XInterfaceIndex {
// IA2 states mapping, and name
// maintenance the consistency, change one array, change the three all
-long IA2_STATES[] =
+long const IA2_STATES[] =
{
IA2_STATE_ACTIVE, // = 0x1;
IA2_STATE_ARMED, // = 0x2;
@@ -114,7 +114,7 @@ long IA2_STATES[] =
<=== map ===>
*/
-short UNO_STATES[] =
+short const UNO_STATES[] =
{
ACTIVE, // = (sal_Int16)1;
ARMED, // = (sal_Int16)2;