diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-04 11:23:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-04 12:14:56 +0200 |
commit | 97f391d4e5ed89425ca6c5ad52d159a7ce8fdee2 (patch) | |
tree | f9ac19fde17d7c25fc36e065f0b220f034ce7532 /include/svx/sdasitm.hxx | |
parent | 214e0847f5d1666b4cf23a833bb757f6bace04d0 (diff) |
loplugin:checkunusedparams in svx(part1)
Change-Id: Ie98ec3be5ece2579feca050563c5ab7776ad6a7e
Reviewed-on: https://gerrit.libreoffice.org/37227
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sdasitm.hxx')
-rw-r--r-- | include/svx/sdasitm.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/sdasitm.hxx b/include/svx/sdasitm.hxx index 43a5f36c59b6..57e1e20d3adc 100644 --- a/include/svx/sdasitm.hxx +++ b/include/svx/sdasitm.hxx @@ -51,10 +51,8 @@ private: public: - SdrCustomShapeGeometryItem(); SdrCustomShapeGeometryItem( const css::uno::Sequence< css::beans::PropertyValue >& ); - SdrCustomShapeGeometryItem( SvStream& rIn, sal_uInt16 nVersion ); virtual ~SdrCustomShapeGeometryItem() override; virtual bool operator==( const SfxPoolItem& ) const override; |