diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 15:07:19 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 15:07:19 +0000 |
commit | 72a8bce9d49f83c7a9a46832636d0d3fb70e3efe (patch) | |
tree | 7b49a8ad4cb6af2202cbf4c99367d6319a3cfbc2 /sc | |
parent | e90459cb0d1e9ac4b9513dbeddf43aa9b53663d9 (diff) |
INTEGRATION: CWS aw037 (1.16.4); FILE MERGED
2006/11/27 16:39:17 aw 1.16.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/drawfunc/fusel.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/drawfunc/fusel.cxx b/sc/source/ui/drawfunc/fusel.cxx index 5acb8e2b5ea8..eda56800bd79 100644 --- a/sc/source/ui/drawfunc/fusel.cxx +++ b/sc/source/ui/drawfunc/fusel.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fusel.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 15:52:18 $ + * last change: $Author: kz $ $Date: 2006-12-12 16:07:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -428,7 +428,7 @@ BOOL __EXPORT FuSelection::MouseButtonUp(const MouseEvent& rMEvt) { if (((SdrOle2Obj*) pObj)->GetObjRef().is()) { - pView->HideMarkHdl(); + //HMHpView->HideMarkHdl(); pViewShell->ActivateObject( (SdrOle2Obj*) pObj, 0 ); } } @@ -475,7 +475,7 @@ BOOL __EXPORT FuSelection::MouseButtonUp(const MouseEvent& rMEvt) //VCSbxForm* pForm = (VCSbxForm*)(SbxObject*)(pPage->GetSbxForm()); //((VCManager*)(pForm->GetVCContainer()))-> // MouseButtonUp( pWindow, rMEvt ); - pView->ShowMarkHdl(); + //HMHpView->ShowMarkHdl(); bVCAction = FALSE; bReturn = TRUE; } |