diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-07 22:14:05 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-01-07 22:14:05 +0400 |
commit | 5b031b4ea68df5ca210a5631c801414b476d8094 (patch) | |
tree | 20b09268cd8f8ba9cb72a26dabd6bd4b0f353422 /sc | |
parent | 948f57e74dda7e64b7c72208eaec00eac1bb96ba (diff) |
Remove superfluous _ZFORLIST_DECLARE_TABLE definition.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/documen2.cxx | 1 | ||||
-rw-r--r-- | sc/source/core/data/documen8.cxx | 1 | ||||
-rw-r--r-- | sc/source/core/data/document.cxx | 1 | ||||
-rw-r--r-- | sc/source/core/inc/core_pch.hxx | 2 | ||||
-rw-r--r-- | sc/source/filter/inc/filt_pch.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/ui_pch.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/view/cellsh1.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/formatsh.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/tabvwsh5.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/tabvwsha.cxx | 1 |
10 files changed, 0 insertions, 13 deletions
diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index aa99070d9b77..8f2828b6a1b2 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -29,7 +29,6 @@ // INCLUDE --------------------------------------------------------------- -#define _ZFORLIST_DECLARE_TABLE #include "scitems.hxx" #include <editeng/eeitem.hxx> diff --git a/sc/source/core/data/documen8.cxx b/sc/source/core/data/documen8.cxx index d62243090bad..cb1bd7d536eb 100644 --- a/sc/source/core/data/documen8.cxx +++ b/sc/source/core/data/documen8.cxx @@ -28,7 +28,6 @@ -#define _ZFORLIST_DECLARE_TABLE #include "scitems.hxx" #include <editeng/eeitem.hxx> diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx index f3507ff2c09a..8f31478bbdc4 100644 --- a/sc/source/core/data/document.cxx +++ b/sc/source/core/data/document.cxx @@ -29,7 +29,6 @@ // INCLUDE --------------------------------------------------------------- -#define _ZFORLIST_DECLARE_TABLE #include "scitems.hxx" #include <editeng/eeitem.hxx> diff --git a/sc/source/core/inc/core_pch.hxx b/sc/source/core/inc/core_pch.hxx index 8bb1f0fc121d..5f98f67f531c 100644 --- a/sc/source/core/inc/core_pch.hxx +++ b/sc/source/core/inc/core_pch.hxx @@ -31,8 +31,6 @@ #include "scitems.hxx" -#define _ZFORLIST_DECLARE_TABLE - #define SC_PROGRESS_CXX #include <tools/solar.h> diff --git a/sc/source/filter/inc/filt_pch.hxx b/sc/source/filter/inc/filt_pch.hxx index ac73821159e9..43a449f3c3af 100644 --- a/sc/source/filter/inc/filt_pch.hxx +++ b/sc/source/filter/inc/filt_pch.hxx @@ -31,8 +31,6 @@ #include "scitems.hxx" -#define _ZFORLIST_DECLARE_TABLE - #define SC_PROGRESS_CXX #include <tools/solar.h> diff --git a/sc/source/ui/inc/ui_pch.hxx b/sc/source/ui/inc/ui_pch.hxx index 318071d9fd86..c9ec843e66a0 100644 --- a/sc/source/ui/inc/ui_pch.hxx +++ b/sc/source/ui/inc/ui_pch.hxx @@ -30,8 +30,6 @@ #include "scitems.hxx" -#define _ZFORLIST_DECLARE_TABLE - #define _PRINTFUN_CXX #define _INPUTHDL_CXX diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx index 9c51f0329139..f482caab08a4 100644 --- a/sc/source/ui/view/cellsh1.cxx +++ b/sc/source/ui/view/cellsh1.cxx @@ -50,7 +50,6 @@ #include "scitems.hxx" #include <sfx2/viewfrm.hxx> -#define _ZFORLIST_DECLARE_TABLE #include <svl/stritem.hxx> #include <svl/whiter.hxx> #include <svl/zforlist.hxx> diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx index 3093b8d9ba14..1718741dab58 100644 --- a/sc/source/ui/view/formatsh.cxx +++ b/sc/source/ui/view/formatsh.cxx @@ -60,7 +60,6 @@ #include <svl/whiter.hxx> #include <vcl/msgbox.hxx> -#define _ZFORLIST_DECLARE_TABLE #include <svl/stritem.hxx> #include <svl/zformat.hxx> #include <svl/languageoptions.hxx> diff --git a/sc/source/ui/view/tabvwsh5.cxx b/sc/source/ui/view/tabvwsh5.cxx index e416409da4e8..4961730d5630 100644 --- a/sc/source/ui/view/tabvwsh5.cxx +++ b/sc/source/ui/view/tabvwsh5.cxx @@ -30,7 +30,6 @@ // INCLUDE --------------------------------------------------------------- -#define _ZFORLIST_DECLARE_TABLE #include "scitems.hxx" #include <svl/smplhint.hxx> #include <svl/zforlist.hxx> diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx index 36f84ce04e78..d64de030cef3 100644 --- a/sc/source/ui/view/tabvwsha.cxx +++ b/sc/source/ui/view/tabvwsha.cxx @@ -31,7 +31,6 @@ // INCLUDE --------------------------------------------------------------- -#define _ZFORLIST_DECLARE_TABLE #include "scitems.hxx" #include <svl/stritem.hxx> #include <svl/whiter.hxx> |