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/inc | |
parent | 948f57e74dda7e64b7c72208eaec00eac1bb96ba (diff) |
Remove superfluous _ZFORLIST_DECLARE_TABLE definition.
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/zforlist.hxx | 6 |
1 files changed, 0 insertions, 6 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; |