diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-09 15:28:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-10 08:44:23 +0200 |
commit | d913b7d2d8f5d8caf69b80274c58d7e27d207a0d (patch) | |
tree | 84184fcafcb017dcf983cddb3f1f81661f891977 /include/svx/unomaster.hxx | |
parent | 3edfbb0885f8f9b18074d42e16539436077631ef (diff) |
loplugin:unusedmethods
Change-Id: I6f976ba8f792d2cee34859e9258798351eed8b1d
Reviewed-on: https://gerrit.libreoffice.org/52636
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/unomaster.hxx')
-rw-r--r-- | include/svx/unomaster.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/unomaster.hxx b/include/svx/unomaster.hxx index 42c801f5e920..dad729df9ce3 100644 --- a/include/svx/unomaster.hxx +++ b/include/svx/unomaster.hxx @@ -67,8 +67,6 @@ public: virtual void dispose() = 0; - virtual void modelChanged( SdrModel* pNewModel ) = 0; - protected: ~SvxShapeMaster() {} }; |