summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-12 11:00:24 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-12 11:43:51 +0000
commit80e33b0cf3dbb5cfec90daf22068a71fb2669c4a (patch)
tree6273046de624b99359e8c0ea5e533e6e3a153382 /svl/inc
parentda91ce535e51c814d56a6b1eddb44b5d71989261 (diff)
ditch SfxULongRanges
Diffstat (limited to 'svl/inc')
-rw-r--r--svl/inc/svl/nranges.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svl/inc/svl/nranges.hxx b/svl/inc/svl/nranges.hxx
index badb3e924827..84f0716f8a0e 100644
--- a/svl/inc/svl/nranges.hxx
+++ b/svl/inc/svl/nranges.hxx
@@ -41,9 +41,6 @@
#include <svl/nranges.hxx>
#undef NUMTYPE
-#define NUMTYPE sal_uLong
-#define SfxNumRanges SfxULongRanges
-#include <svl/nranges.hxx>
#define _SFXNRANGES_HXX
@@ -62,7 +59,6 @@ public:
SfxNumRanges() : _pRanges( 0 ) {}
SfxNumRanges( const SfxNumRanges &rOrig );
SfxNumRanges( NUMTYPE nWhich1, NUMTYPE nWhich2 );
- SfxNumRanges( NUMTYPE_ARG nWh1, NUMTYPE_ARG nWh2, NUMTYPE_ARG nNull, ... );
SfxNumRanges( const NUMTYPE* nNumTable );
~SfxNumRanges()
{ delete [] _pRanges; }