summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fusearch.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-12-11 15:15:49 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-12-12 04:58:41 +0000
commit5e79d60fa9e48c343dfebbed360a420b9e0f4e2d (patch)
tree4d6b8c5698362c45fa9f356f04f4f05306671143 /sd/source/ui/func/fusearch.cxx
parent53dbc419b2e886b345a3512cf11e035ff2b7651b (diff)
Mark as const
Change-Id: Ie4b7d45d26fbd839f9afcd11a7ba4bff80ed54e8 Reviewed-on: https://gerrit.libreoffice.org/31854 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'sd/source/ui/func/fusearch.cxx')
-rw-r--r--sd/source/ui/func/fusearch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fusearch.cxx b/sd/source/ui/func/fusearch.cxx
index 48aca71445f1..b49ed70d5692 100644
--- a/sd/source/ui/func/fusearch.cxx
+++ b/sd/source/ui/func/fusearch.cxx
@@ -40,7 +40,7 @@ class SfxRequest;
namespace sd {
-static sal_uInt16 SidArraySpell[] = {
+static const sal_uInt16 SidArraySpell[] = {
SID_DRAWINGMODE,
SID_OUTLINE_MODE,
SID_SLIDE_SORTER_MODE,