summaryrefslogtreecommitdiff
path: root/include/svl/nranges.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/nranges.hxx')
-rw-r--r--include/svl/nranges.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/nranges.hxx b/include/svl/nranges.hxx
index d80c3377681d..373086b33708 100644
--- a/include/svl/nranges.hxx
+++ b/include/svl/nranges.hxx
@@ -31,7 +31,6 @@ class SfxUShortRanges
sal_uInt16* _pRanges; // 0-terminated array of sal_uInt16-pairs
public:
- SfxUShortRanges() : _pRanges( nullptr ) {}
SfxUShortRanges( const SfxUShortRanges &rOrig );
SfxUShortRanges( sal_uInt16 nWhich1, sal_uInt16 nWhich2 );
SfxUShortRanges( const sal_uInt16* nNumTable );
@@ -42,7 +41,6 @@ public:
SfxUShortRanges& operator += ( const SfxUShortRanges & );
- sal_uInt16 Count() const;
bool IsEmpty() const
{ return !_pRanges || 0 == *_pRanges; }