diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-24 08:48:24 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-24 09:05:03 +0900 |
commit | e926621fb00f31471b0037d7955b6a3d7f908dc0 (patch) | |
tree | f1ba4b81d8dd98b3f7611c59b31bb8c3ba9077c4 /svx/source/fmcomp | |
parent | e685f4d74ff9fda607a8bc62fa1947ca54853552 (diff) |
Mark as const
Change-Id: Ib5849c9a652401dbac7e93bb69c18d95d31292af
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index 30fe1c34cedb..1a36a866240d 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -245,7 +245,7 @@ DisposeListenerGridBridge::~DisposeListenerGridBridge() //============================================================================== -static sal_uInt16 ControlMap[] = +static const sal_uInt16 ControlMap[] = { DbGridControl::NavigationBar::RECORD_TEXT, DbGridControl::NavigationBar::RECORD_ABSOLUTE, |