diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-02 10:34:11 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-02 10:34:43 +0900 |
commit | 3aea6c121d3b962d8efafe9b15d35a0f93ddceb3 (patch) | |
tree | 50931e45d7b604760fc36c7fc79a650666cfa7e7 /cppu/source | |
parent | 08157e4b63e41c1dbbc07584517fd4341cc5654c (diff) |
Mark as const
Change-Id: I7ad2a1bd29afbf4813b1ad984081935ca84ec98a
Diffstat (limited to 'cppu/source')
-rw-r--r-- | cppu/source/typelib/typelib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index 6fcda8a9a864..b8cba63538c8 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -2544,7 +2544,7 @@ extern "C" CPPU_DLLPUBLIC void SAL_CALL typelib_setCacheSize( sal_Int32 nNewSize } -static sal_Bool s_aAssignableFromTab[11][11] = +static const sal_Bool s_aAssignableFromTab[11][11] = { /* from CH,BO,BY,SH,US,LO,UL,HY,UH,FL,DO */ /* TypeClass_CHAR */ { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, |