summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-10-13 13:16:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-10-13 14:16:54 +0100
commitb859d84e471fdb70b61607d2d919a7907d074bd0 (patch)
treee379df9933a981feb588f9f53ed16d8197192204 /include
parentec66ad595393312525937b628297cb3494776e1f (diff)
implement dialog control over enhanced shape control points
use case is a desire to enable viewing and setting rounded rectangle radiuses to an exact known value Change-Id: I7e6a4db0699076950adf5869a61825159766c46a
Diffstat (limited to 'include')
-rw-r--r--include/svx/EnhancedCustomShape2d.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/EnhancedCustomShape2d.hxx b/include/svx/EnhancedCustomShape2d.hxx
index 26b7adcf98db..92c38144252b 100644
--- a/include/svx/EnhancedCustomShape2d.hxx
+++ b/include/svx/EnhancedCustomShape2d.hxx
@@ -192,6 +192,7 @@ class SVX_DLLPUBLIC EnhancedCustomShape2d : public SfxItemSet
SdrObject* CreateObject( bool bLineGeometryNeededOnly );
void ApplyGluePoints( SdrObject* pObj );
Rectangle GetTextRect() const;
+ Rectangle GetLogicRect() const { return aLogicRect; }
sal_uInt32 GetHdlCount() const;
bool GetHandlePosition( const sal_uInt32 nIndex, Point& rReturnPosition ) const;