summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-11 10:10:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-11 10:11:02 +0200
commitfeade09e18ad496159615167ddb57a4dd0abab35 (patch)
tree9334d8d4584e9868a2dfafdb8a7d6e4729fb0242 /include/svl
parent6139bca62399286bec70cbec4c7c10b2297ff22a (diff)
SfxUShortRangesItem is unused
Change-Id: I6f88f37eca2bdd6b40c8713f1b2e35ad0be94ab0
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/rngitem.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/svl/rngitem.hxx b/include/svl/rngitem.hxx
index a776ce374cfd..aa39e273e288 100644
--- a/include/svl/rngitem.hxx
+++ b/include/svl/rngitem.hxx
@@ -47,26 +47,6 @@ public:
};
-class SVL_DLLPUBLIC SfxUShortRangesItem : public SfxPoolItem
-{
-private:
- sal_uInt16* _pRanges;
-
-public:
- SfxUShortRangesItem( sal_uInt16 nWID, SvStream &rStream );
- SfxUShortRangesItem( const SfxUShortRangesItem& rItem );
- virtual ~SfxUShortRangesItem() override;
- virtual bool operator==( const SfxPoolItem& ) const override;
- virtual bool GetPresentation( SfxItemPresentation ePres,
- MapUnit eCoreMetric,
- MapUnit ePresMetric,
- OUString &rText,
- const IntlWrapper * = nullptr ) const override;
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
- virtual SfxPoolItem* Create( SvStream &, sal_uInt16 nVersion ) const override;
- virtual SvStream& Store( SvStream &, sal_uInt16 nItemVersion ) const override;
-};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */