summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2015-05-20 11:30:51 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2015-05-20 11:31:35 +0200
commit9a721f1fe6c30ec231744a730f9046aa64bfae0f (patch)
tree673e42d5e5813fc8e8216895efa0dc4e0250f41b /sc/source
parent5591fdada7cf4f81f173f7954e2b4831c6dc89c9 (diff)
Those #define-s are still used
Maybe they don't have to be, but this fixes the build at least Change-Id: I278ecafcc96d8febc802c7a7ce907c98df95271c
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/namedlg/namemgrtable.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/ui/namedlg/namemgrtable.cxx b/sc/source/ui/namedlg/namemgrtable.cxx
index 5bbb8956a2fb..e226e893e331 100644
--- a/sc/source/ui/namedlg/namemgrtable.cxx
+++ b/sc/source/ui/namedlg/namemgrtable.cxx
@@ -20,6 +20,10 @@
#include <sfx2/app.hxx>
+#define ITEMID_NAME 1
+#define ITEMID_RANGE 2
+#define ITEMID_SCOPE 3
+
#define MINSIZE 80
static OUString createEntryString(const ScRangeNameLine& rLine)