diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-11 15:15:49 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-12 04:58:41 +0000 |
commit | 5e79d60fa9e48c343dfebbed360a420b9e0f4e2d (patch) | |
tree | 4d6b8c5698362c45fa9f356f04f4f05306671143 /svx/source/toolbars | |
parent | 53dbc419b2e886b345a3512cf11e035ff2b7651b (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 'svx/source/toolbars')
-rw-r--r-- | svx/source/toolbars/extrusionbar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/toolbars/extrusionbar.cxx b/svx/source/toolbars/extrusionbar.cxx index 2d41d8f03570..9a60fa42e44a 100644 --- a/svx/source/toolbars/extrusionbar.cxx +++ b/svx/source/toolbars/extrusionbar.cxx @@ -587,7 +587,7 @@ void ExtrusionBar::execute( SdrView* pSdrView, SfxRequest& rReq, SfxBindings& rB if( nSID == SID_EXTRUSION_TOOGLE ) { - static sal_uInt16 SidArray[] = { + static const sal_uInt16 SidArray[] = { SID_EXTRUSION_TILT_DOWN, SID_EXTRUSION_TILT_UP, SID_EXTRUSION_TILT_LEFT, |