diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:49:41 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:49:41 +0000 |
commit | 5bf26879021ce3be0fed832e6c05bad65c766e67 (patch) | |
tree | 5a79c79ccde11739d8b13c823d3344764fb55dbf /sc/source/ui/drawfunc/drawsh2.cxx | |
parent | 1d60b87612a2dc8843f95574f6bb17fef1120cff (diff) |
INTEGRATION: CWS aw024 (1.16.68); FILE MERGED
2006/08/03 19:02:36 aw 1.16.68.6: RESYNC: (1.19-1.21); FILE MERGED
2006/05/12 23:59:14 aw 1.16.68.5: RESYNC: (1.18-1.19); FILE MERGED
2005/11/18 19:28:22 aw 1.16.68.4: RESYNC: (1.17-1.18); FILE MERGED
2005/09/20 01:40:50 aw 1.16.68.3: RESYNC: (1.16-1.17); FILE MERGED
2005/05/26 11:16:05 aw 1.16.68.2: #i39531#
2005/05/19 12:08:06 aw 1.16.68.1: #i39529#
Diffstat (limited to 'sc/source/ui/drawfunc/drawsh2.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/drawsh2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/drawfunc/drawsh2.cxx b/sc/source/ui/drawfunc/drawsh2.cxx index 689d0d702e78..3071b7ad238c 100644 --- a/sc/source/ui/drawfunc/drawsh2.cxx +++ b/sc/source/ui/drawfunc/drawsh2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drawsh2.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2006-07-25 12:24:38 $ + * last change: $Author: ihi $ $Date: 2006-11-14 15:49:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -306,7 +306,7 @@ void ScDrawShell::GetDrawAttrState( SfxItemSet& rSet ) else rSet.Put( pDrView->GetDefaultAttr() ); - SdrPageView* pPV = pDrView->GetPageViewPvNum(0); + SdrPageView* pPV = pDrView->GetSdrPageView(); if ( pPV ) { // #i52073# when a sheet with an active OLE object is deleted, |