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 /svl | |
parent | 948f57e74dda7e64b7c72208eaec00eac1bb96ba (diff) |
Remove superfluous _ZFORLIST_DECLARE_TABLE definition.
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/zforlist.hxx | 6 | ||||
-rw-r--r-- | svl/source/numbers/numuno.cxx | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/svl/inc/svl/zforlist.hxx b/svl/inc/svl/zforlist.hxx index 627284a77554..19d408768699 100644 --- a/svl/inc/svl/zforlist.hxx +++ b/svl/inc/svl/zforlist.hxx @@ -214,14 +214,8 @@ enum NfEvalDateFormat }; -#define _ZFORLIST_DECLARE_TABLE -#ifdef _ZFORLIST_DECLARE_TABLE DECLARE_TABLE (SvNumberFormatTable, SvNumberformat*) DECLARE_TABLE (SvNumberFormatterIndexTable, sal_uInt32*) -#else -typedef Table SvNumberFormatTable; -typedef Table SvNumberFormatterIndexTable; -#endif typedef ::std::map< sal_uInt32, sal_uInt32 > SvNumberFormatterMergeMap; diff --git a/svl/source/numbers/numuno.cxx b/svl/source/numbers/numuno.cxx index 0433659daf4a..cc19af392d6f 100644 --- a/svl/source/numbers/numuno.cxx +++ b/svl/source/numbers/numuno.cxx @@ -27,8 +27,6 @@ ************************************************************************/ -#define _ZFORLIST_DECLARE_TABLE - #include <comphelper/servicehelper.hxx> #include <svl/numuno.hxx> |