From 4eb5b7f65c78327b2fafbadbcbfc88e21c6a8d7e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 17 Aug 2013 15:11:04 +0100 Subject: add SvxRectCtl::SetControlSettings and restore original settings Change-Id: Ie307b3acb3e87bd87ec578e042b1cea29ab4839d --- include/svx/dlgctrl.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/svx') diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index 8bc51422c183..5c62e18be231 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -102,6 +102,8 @@ public: sal_uInt16 nBorder = 200, sal_uInt16 nCircle = 80, CTL_STYLE eStyle = CS_RECT ); SvxRectCtl( Window* pParent, RECT_POINT eRpt = RP_MM, sal_uInt16 nBorder = 200, sal_uInt16 nCircle = 80, CTL_STYLE eStyle = CS_RECT ); + void SetControlSettings(RECT_POINT eRpt = RP_MM, sal_uInt16 nBorder = 200, + sal_uInt16 nCircle = 80, CTL_STYLE eStyle = CS_RECT); virtual ~SvxRectCtl(); virtual void Paint( const Rectangle& rRect ); -- cgit