summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-12 11:05:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-12 11:05:37 +0000
commitf89f0d123f9155e0832d1186eb1bd64bbfddd3f1 (patch)
treedbdfa71939fa3fc2e59ac0181ffc2baa84d20edf
parentfix build error (diff)
downloadbinfilter-f89f0d123f9155e0832d1186eb1bd64bbfddd3f1.tar.gz
binfilter-f89f0d123f9155e0832d1186eb1bd64bbfddd3f1.zip
ditch SfxULongRanges from binfilter
-rw-r--r--binfilter/bf_svtools/source/items/svt_rngitem.cxx6
-rw-r--r--binfilter/bf_svtools/source/items1/svt_itemset.cxx8
-rw-r--r--binfilter/bf_svtools/util/svt.flt3
-rw-r--r--binfilter/inc/bf_svtools/nranges.hxx4
-rw-r--r--binfilter/inc/bf_svtools/rngitem.hxx10
5 files changed, 0 insertions, 31 deletions
diff --git a/binfilter/bf_svtools/source/items/svt_rngitem.cxx b/binfilter/bf_svtools/source/items/svt_rngitem.cxx
index 401926b4c..1964e71a1 100644
--- a/binfilter/bf_svtools/source/items/svt_rngitem.cxx
+++ b/binfilter/bf_svtools/source/items/svt_rngitem.cxx
@@ -36,12 +36,6 @@
#include <bf_svtools/rngitem.hxx>
#include "svt_rngitem_inc.cxx"
-#define NUMTYPE sal_uInt32
-#define SfxXRangeItem SfxULongRangeItem
-#define SfxXRangesItem SfxULongRangesItem
-#include <bf_svtools/rngitem.hxx>
-#include "svt_rngitem_inc.cxx"
-
#else
// We leave this condition just in case NUMTYPE has been defined externally to this
diff --git a/binfilter/bf_svtools/source/items1/svt_itemset.cxx b/binfilter/bf_svtools/source/items1/svt_itemset.cxx
index c525349c9..cfb3adabf 100644
--- a/binfilter/bf_svtools/source/items1/svt_itemset.cxx
+++ b/binfilter/bf_svtools/source/items1/svt_itemset.cxx
@@ -66,14 +66,6 @@ DBG_NAME(SfxItemSet)
#undef SvNums
#undef SfxNumRanges
-#define NUMTYPE ULONG
-#define SvNums SvULongs
-#define SfxNumRanges SfxULongRanges
-#include "svt_nranges.cxx"
-#undef NUMTYPE
-#undef SvNums
-#undef SfxNumRanges
-
//========================================================================
#ifdef DBG_UTIL
diff --git a/binfilter/bf_svtools/util/svt.flt b/binfilter/bf_svtools/util/svt.flt
index 693a888a3..5032849a1 100644
--- a/binfilter/bf_svtools/util/svt.flt
+++ b/binfilter/bf_svtools/util/svt.flt
@@ -53,9 +53,6 @@ Sdbyy_scan
SfxListUndoAction
SfxPointerEntry
SfxUINT32s
-SfxULongRangeItem
-SfxULongRanges
-SfxULongRangesItem
SgfFontLst
SgfFontOne
SqlInternalNode
diff --git a/binfilter/inc/bf_svtools/nranges.hxx b/binfilter/inc/bf_svtools/nranges.hxx
index 194a15848..9abd31395 100644
--- a/binfilter/inc/bf_svtools/nranges.hxx
+++ b/binfilter/inc/bf_svtools/nranges.hxx
@@ -39,11 +39,7 @@
#define NUMTYPE USHORT
#define SfxNumRanges SfxUShortRanges
#include <bf_svtools/nranges.hxx>
-
#undef NUMTYPE
-#define NUMTYPE ULONG
-#define SfxNumRanges SfxULongRanges
-#include <bf_svtools/nranges.hxx>
#define _SFXNRANGES_HXX
diff --git a/binfilter/inc/bf_svtools/rngitem.hxx b/binfilter/inc/bf_svtools/rngitem.hxx
index 7768d2370..39dfebbf6 100644
--- a/binfilter/inc/bf_svtools/rngitem.hxx
+++ b/binfilter/inc/bf_svtools/rngitem.hxx
@@ -38,16 +38,6 @@
#undef SfxXRangeItem
#undef SfxXRangesItem
-#ifndef _SFXITEMS_HXX
-#define NUMTYPE ULONG
-#define SfxXRangeItem SfxULongRangeItem
-#define SfxXRangesItem SfxULongRangesItem
-#include <bf_svtools/rngitem.hxx>
-#undef NUMTYPE
-#undef SfxXRangeItem
-#undef SfxXRangesItem
-#endif
-
#define _SFXRNGITEM_HXX
#else