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.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svl/nranges.hxx b/include/svl/nranges.hxx
index def27ace1258..d80c3377681d 100644
--- a/include/svl/nranges.hxx
+++ b/include/svl/nranges.hxx
@@ -38,13 +38,9 @@ public:
~SfxUShortRanges()
{ delete [] _pRanges; }
- bool operator == ( const SfxUShortRanges & ) const;
-
SfxUShortRanges& operator = ( const SfxUShortRanges & );
SfxUShortRanges& operator += ( const SfxUShortRanges & );
- SfxUShortRanges& operator -= ( const SfxUShortRanges & );
- SfxUShortRanges& operator /= ( const SfxUShortRanges & );
sal_uInt16 Count() const;
bool IsEmpty() const