summaryrefslogtreecommitdiffstats
path: root/include/svx/sdasaitm.hxx
diff options
context:
space:
mode:
authorVarun Dhall <varun.dhall@studentpartner.com>2017-08-11 10:01:25 +0530
committerMichael Stahl <mstahl@redhat.com>2017-08-11 11:48:09 +0200
commit8b3fcb6a4f80e803586120535768745f6637b34d (patch)
tree63239549f1977207b204641c4ca5c1ae21351686 /include/svx/sdasaitm.hxx
parenttdf#105705 sw: fix another case of bookmarks becoming un-sorted (diff)
downloadcore-8b3fcb6a4f80e803586120535768745f6637b34d.tar.gz
core-8b3fcb6a4f80e803586120535768745f6637b34d.zip
Removing unused SfxItemPool serialisation from svx
Change-Id: Id479c77335c7c4d8dd959a70ebc382a8448077e1 Reviewed-on: https://gerrit.libreoffice.org/41000 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/sdasaitm.hxx')
-rw-r--r--include/svx/sdasaitm.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/sdasaitm.hxx b/include/svx/sdasaitm.hxx
index 98004ae52dd7..c5da0b47a348 100644
--- a/include/svx/sdasaitm.hxx
+++ b/include/svx/sdasaitm.hxx
@@ -38,15 +38,12 @@ class SVX_DLLPUBLIC SdrCustomShapeAdjustmentItem : public SfxPoolItem
public:
SdrCustomShapeAdjustmentItem();
- SdrCustomShapeAdjustmentItem( SvStream& rIn, sal_uInt16 nVersion );
virtual ~SdrCustomShapeAdjustmentItem() override;
virtual bool operator==( const SfxPoolItem& ) const override;
virtual bool GetPresentation(SfxItemPresentation ePresentation,
MapUnit eCoreMetric, MapUnit ePresentationMetric,
OUString &rText, const IntlWrapper&) const override;
- virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nItem ) const override;
- virtual SvStream& Store( SvStream&, sal_uInt16 nVersion ) const override;
virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override;
virtual sal_uInt16 GetVersion( sal_uInt16 nFileFormatVersion ) const override;