[Libreoffice-commits] core.git: sc/source

Katarina Behrens Katarina.Behrens at cib.de
Wed May 20 02:32:30 PDT 2015


 sc/source/ui/namedlg/namemgrtable.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 9a721f1fe6c30ec231744a730f9046aa64bfae0f
Author: Katarina Behrens <Katarina.Behrens at cib.de>
Date:   Wed May 20 11:30:51 2015 +0200

    Those #define-s are still used
    
    Maybe they don't have to be, but this fixes the build at least
    
    Change-Id: I278ecafcc96d8febc802c7a7ce907c98df95271c

diff --git a/sc/source/ui/namedlg/namemgrtable.cxx b/sc/source/ui/namedlg/namemgrtable.cxx
index 5bbb895..e226e89 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)


More information about the Libreoffice-commits mailing list