summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-01-04 21:58:46 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-01-04 22:28:03 +0100
commit5f2355014375adb66dd8e986068abc8429e0ad0d (patch)
tree80dde96d875926b443642223bf4f91aceea291a8 /framework
parentbuild and pack NLPSolver help localizations (diff)
downloadcore-5f2355014375adb66dd8e986068abc8429e0ad0d.tar.gz
core-5f2355014375adb66dd8e986068abc8429e0ad0d.zip
make these variables static
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/controlmenucontroller.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uielement/controlmenucontroller.cxx b/framework/source/uielement/controlmenucontroller.cxx
index a9468581daee..1f5e64e8d539 100644
--- a/framework/source/uielement/controlmenucontroller.cxx
+++ b/framework/source/uielement/controlmenucontroller.cxx
@@ -115,7 +115,7 @@
#define SID_FM_IMAGEBUTTON (SID_FMSLOTS_START + 12)
#define SID_FM_FILECONTROL (SID_FMSLOTS_START + 13)
-sal_Int16 nConvertSlots[] =
+static sal_Int16 nConvertSlots[] =
{
SID_FM_CONVERTTO_EDIT,
SID_FM_CONVERTTO_BUTTON,
@@ -139,7 +139,7 @@ sal_Int16 nConvertSlots[] =
SID_FM_CONVERTTO_SPINBUTTON
};
-sal_Int16 nCreateSlots[] =
+static sal_Int16 nCreateSlots[] =
{
SID_FM_EDIT,
SID_FM_PUSHBUTTON,