summaryrefslogtreecommitdiff
path: root/svx/source/stbctrls
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-07-04 09:45:49 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-07-04 09:46:35 +0900
commitbe8aee915815ba77c366d88c07626787e2f74443 (patch)
treee70cfee6dfbd1549e7722d107eac46b2b8fd4bb0 /svx/source/stbctrls
parente703b429cf448deddc7682a33c3e6221889efe98 (diff)
Mark as const
Change-Id: I24f04c541af1b93115781b4f4be4f01f137c481b
Diffstat (limited to 'svx/source/stbctrls')
-rw-r--r--svx/source/stbctrls/zoomctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/stbctrls/zoomctrl.cxx b/svx/source/stbctrls/zoomctrl.cxx
index 8ad0c2ef1435..80db8d45f73b 100644
--- a/svx/source/stbctrls/zoomctrl.cxx
+++ b/svx/source/stbctrls/zoomctrl.cxx
@@ -57,7 +57,7 @@ ZoomPopup_Impl::ZoomPopup_Impl( sal_uInt16 nZ, sal_uInt16 nValueSet )
nZoom( nZ )
{
- static sal_uInt16 aTable[] =
+ static const sal_uInt16 aTable[] =
{
SVX_ZOOM_ENABLE_50, ZOOM_50,
SVX_ZOOM_ENABLE_100, ZOOM_100,