From 051e660b37549fec7cc42e4471ae65a4cefed495 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 16 Jul 2015 11:24:25 +0200 Subject: loplugin:unusedmethods svx(part2) Change-Id: I161360e2f3113c4814fe1c2c095e602b2c93dcd7 Reviewed-on: https://gerrit.libreoffice.org/17120 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/svdotable.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/svx/svdotable.hxx') diff --git a/include/svx/svdotable.hxx b/include/svx/svdotable.hxx index c0213b30e140..d0006e6549ea 100644 --- a/include/svx/svdotable.hxx +++ b/include/svx/svdotable.hxx @@ -188,11 +188,7 @@ public: virtual void TakeTextAnchorRect(::Rectangle& rAnchorRect) const SAL_OVERRIDE; virtual bool IsAutoGrowHeight() const SAL_OVERRIDE; - long GetMinTextFrameHeight() const; - long GetMaxTextFrameHeight() const; virtual bool IsAutoGrowWidth() const SAL_OVERRIDE; - long GetMinTextFrameWidth() const; - long GetMaxTextFrameWidth() const; virtual bool IsFontwork() const SAL_OVERRIDE; @@ -257,8 +253,6 @@ public: virtual void NbcReformatText() SAL_OVERRIDE; virtual void ReformatText() SAL_OVERRIDE; - void SetTextEditOutliner(SdrOutliner* pOutl) { pEdtOutl=pOutl; } - virtual bool IsVerticalWriting() const SAL_OVERRIDE; virtual void SetVerticalWriting(bool bVertical) SAL_OVERRIDE; -- cgit v1.2.3