diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fesh.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index c5c75439fb4b..058f9127fac7 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -262,6 +262,8 @@ public: // The following two methods return enum SdrHdlKind. // Declared as int in order to spare including SVDRAW.HXX. bool IsObjSelectable( const Point& rPt ); + /// Same as IsObjSelectable(), but return the object as well. + SdrObject* GetObjAt(const Point& rPt); int IsInsideSelectedObj( const Point& rPt ); //!! returns enum values // Test if there is a draw object at that position and if it should be selected. |