diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-08-30 16:44:56 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-08-30 17:21:56 +0200 |
commit | 1223dd3bc84899d8f77c46340c46565ca74cbe1b (patch) | |
tree | aab3690eafaf8330d1d7b1d14d3f989694513363 /sw/inc | |
parent | 6ad86f8cc036d01702e9d491874b2b3bde23fe77 (diff) |
n#777337 SwEditWin::UpdatePointer: fix mouse pointer wrt. background images
When the image is in the background, just show the normal text cursor,
since we're able to select text as well in that situation.
Change-Id: I4b4303834245e402d40567cff4a2bf53a0a13e5e
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. |