summaryrefslogtreecommitdiff
path: root/include/svx/sdynitm.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-18 13:09:04 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-19 12:10:35 +0000
commit04ddc7b3d7b22721dd311a24ddd9822342120981 (patch)
treedb132ffe9353d4d4bb941b2993057cf931bcdfab /include/svx/sdynitm.hxx
parent6a20f95fc9912f54f5817119749940d5dcf4fe90 (diff)
loplugin:unusedmethods in svx
Change-Id: Ia22e8b55d263224dbb85169b6165a5c116e163aa Reviewed-on: https://gerrit.libreoffice.org/25088 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/sdynitm.hxx')
-rw-r--r--include/svx/sdynitm.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/sdynitm.hxx b/include/svx/sdynitm.hxx
index 2196eed121f0..410d5fc888b7 100644
--- a/include/svx/sdynitm.hxx
+++ b/include/svx/sdynitm.hxx
@@ -29,7 +29,6 @@
//-------------------------------------------------- ----------
class SVX_DLLPUBLIC SdrYesNoItem: public SfxBoolItem {
public:
- SdrYesNoItem(): SfxBoolItem() {}
SdrYesNoItem(sal_uInt16 nId, bool bOn=false): SfxBoolItem(nId,bOn) {}
SdrYesNoItem(sal_uInt16 nId, SvStream& rIn): SfxBoolItem(nId,rIn) {}
virtual SfxPoolItem* Clone(SfxItemPool* pPool=nullptr) const override;