summaryrefslogtreecommitdiff
path: root/svx/inc/sxlayitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/sxlayitm.hxx')
-rw-r--r--svx/inc/sxlayitm.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/inc/sxlayitm.hxx b/svx/inc/sxlayitm.hxx
index 2c2fb6b6c552..47fba3a9b616 100644
--- a/svx/inc/sxlayitm.hxx
+++ b/svx/inc/sxlayitm.hxx
@@ -27,7 +27,6 @@
class SdrLayerIdItem: public SfxUInt16Item {
public:
SdrLayerIdItem(sal_uInt16 nId=0): SfxUInt16Item(SDRATTR_LAYERID,nId) {}
- SdrLayerIdItem(SvStream& rIn): SfxUInt16Item(SDRATTR_LAYERID,rIn) {}
SdrLayerID GetValue() const { return (SdrLayerID)SfxUInt16Item::GetValue(); }
virtual SfxPoolItem* Clone(SfxItemPool* pPool=nullptr) const override;
};
@@ -36,7 +35,6 @@ class SdrLayerNameItem: public SfxStringItem {
public:
SdrLayerNameItem() : SfxStringItem() { SetWhich(SDRATTR_LAYERNAME); }
SdrLayerNameItem(const OUString& rStr) : SfxStringItem(SDRATTR_LAYERNAME,rStr) {}
- SdrLayerNameItem(SvStream& rIn) : SfxStringItem(SDRATTR_LAYERNAME,rIn) {}
virtual SfxPoolItem* Clone(SfxItemPool* pPool=nullptr) const override;
};