diff options
Diffstat (limited to 'include/svx/dlgctrl.hxx')
-rw-r--r-- | include/svx/dlgctrl.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index 1f2a17f9feb7..4752c8033066 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -117,7 +117,6 @@ protected: public: SvxRectCtl( vcl::Window* pParent, RectPoint eRpt = RectPoint::MM, sal_uInt16 nBorder = 200, sal_uInt16 nCircle = 80 ); - void SetControlSettings(RectPoint eRpt, sal_uInt16 nBorder, sal_uInt16 nCircl); virtual ~SvxRectCtl() override; virtual void dispose() override; @@ -145,7 +144,6 @@ public: RectPoint GetApproxRPFromPixPt( const css::awt::Point& rPixelPoint ) const; bool IsCompletelyDisabled() const { return mbCompleteDisable; } - void DoCompletelyDisable(bool bNew); }; class SAL_WARN_UNUSED SVX_DLLPUBLIC RectCtl @@ -174,8 +172,6 @@ protected: bool mbCompleteDisable : 1; - void MarkToResetSettings(); - RectPoint GetRPFromPoint( Point, bool bRTL = false ) const; const Point& GetPointFromRP( RectPoint ) const; Point SetActualRPWithoutInvalidate( RectPoint eNewRP ); // returns the last point |