summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-17 15:11:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-17 15:21:34 +0100
commit4eb5b7f65c78327b2fafbadbcbfc88e21c6a8d7e (patch)
treeadd6fbcab75fb3357bb796fe5e66a06dab289d88 /include
parent435238f3928125f8ab115fa2d7a98ec5e03fe5c0 (diff)
add SvxRectCtl::SetControlSettings and restore original settings
Change-Id: Ie307b3acb3e87bd87ec578e042b1cea29ab4839d
Diffstat (limited to 'include')
-rw-r--r--include/svx/dlgctrl.hxx2
1 files changed, 2 insertions, 0 deletions
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 );