diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:52:31 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:52:31 +0000 |
commit | e20dd40ead4da80cbae1784764de1ae9c39c2536 (patch) | |
tree | c416367f21ee0c9ea2f3d1e36621473da704268b /sc/source/ui | |
parent | c612d5ff20ba7d158bb8399da51b04167d5a8cb6 (diff) |
INTEGRATION: CWS aw024 (1.7.38); FILE MERGED
2006/08/03 19:05:02 aw 1.7.38.4: RESYNC: (1.8-1.9); FILE MERGED
2005/09/20 01:44:39 aw 1.7.38.3: RESYNC: (1.7-1.8); FILE MERGED
2005/05/26 11:16:10 aw 1.7.38.2: #i39531#
2005/05/19 12:08:09 aw 1.7.38.1: #i39529#
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/drawfunc/fusel2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/drawfunc/fusel2.cxx b/sc/source/ui/drawfunc/fusel2.cxx index 42c473320844..993cd09ac2f3 100644 --- a/sc/source/ui/drawfunc/fusel2.cxx +++ b/sc/source/ui/drawfunc/fusel2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fusel2.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: kz $ $Date: 2006-07-21 13:51:47 $ + * last change: $Author: ihi $ $Date: 2006-11-14 15:52:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -170,7 +170,7 @@ void FuSelection::ActivateNoteHandles(SdrObject* pObject) const pLockLayer = pDrDoc->GetLayerAdmin().GetLayerPerID(SC_LAYER_INTERN); if (pLockLayer && pView->IsLayerLocked(pLockLayer->GetName())) pView->SetLayerLocked( pLockLayer->GetName(), FALSE ); - SdrPageView* pPV = pView->GetPageViewPvNum(0); + SdrPageView* pPV = pView->GetSdrPageView(); pView->MarkObj(pObject, pPV); } } |