diff options
author | Christian Lippka <cl@openoffice.org> | 2010-04-16 10:06:13 +0200 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2010-04-16 10:06:13 +0200 |
commit | c2ec11e253ef87f509ef8c975ae4730abed97541 (patch) | |
tree | fd96573b172ca2e1c5aef80a9f0391c389922f71 /svx/inc | |
parent | 4cef86a3df68deac59ad6eec71db7eb4bf1476e7 (diff) |
merged placeholder handles into one to avoid display errors due to pixel rounding in some zoom levels
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/svdhdl.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/inc/svx/svdhdl.hxx b/svx/inc/svx/svdhdl.hxx index 7255f933fd65..f96b650d2be4 100644 --- a/svx/inc/svx/svdhdl.hxx +++ b/svx/inc/svx/svdhdl.hxx @@ -55,6 +55,7 @@ class SdrHdlList; class SdrMarkView; class SdrObject; class SdrPageView; +class MouseEvent; //////////////////////////////////////////////////////////////////////////////////////////////////// @@ -247,7 +248,7 @@ public: /** is called when the mouse enters the area of this handle. If the handle changes his visualisation during mouse over it must override this method and call Touch(). */ - virtual void onMouseEnter(); + virtual void onMouseEnter(const MouseEvent& rMEvt); /** is called when the mouse leaves the area of this handle. If the handle changes his visualisation during mouse over it must override this method and call Touch(). */ |