diff options
author | Szabolcs Dezsi <dezsiszabi@hotmail.com> | 2012-02-17 21:47:49 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-17 21:47:49 +0000 |
commit | ada6350a7cdf4984eb3ead31d938004bf9177ae8 (patch) | |
tree | fbe87fb987240955c6bfdbe3555ce1bd76393854 /svl/inc | |
parent | 57c8929c6bf037a767e7016d28b7656cd8fddfb7 (diff) |
Removed unused code from svl and sfx2
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/nranges.hxx | 2 | ||||
-rw-r--r-- | svl/inc/svl/rngitem.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/svl/inc/svl/nranges.hxx b/svl/inc/svl/nranges.hxx index 2654a2125f99..badb3e924827 100644 --- a/svl/inc/svl/nranges.hxx +++ b/svl/inc/svl/nranges.hxx @@ -80,8 +80,6 @@ public: NUMTYPE Count() const; sal_Bool IsEmpty() const { return !_pRanges || 0 == *_pRanges; } - sal_Bool Contains( NUMTYPE n ) const; - sal_Bool Intersects( const SfxNumRanges & ) const; operator const NUMTYPE* () const { return _pRanges; } diff --git a/svl/inc/svl/rngitem.hxx b/svl/inc/svl/rngitem.hxx index 0a90af8c16d5..02eeb06b10e6 100644 --- a/svl/inc/svl/rngitem.hxx +++ b/svl/inc/svl/rngitem.hxx @@ -67,7 +67,6 @@ public: TYPEINFO(); SfxXRangeItem(); SfxXRangeItem( sal_uInt16 nWID, NUMTYPE nFrom, NUMTYPE nTo ); - SfxXRangeItem( sal_uInt16 nWID, SvStream &rStream ); SfxXRangeItem( const SfxXRangeItem& rItem ); virtual int operator==( const SfxPoolItem& ) const; virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, |