summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 12:16:29 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 12:16:29 +0000
commitc03d2f136cdb3e89ed774fb77ab66a11cfd1d7a7 (patch)
tree6979ddefea0a966b21c72a852b7439380c04a8ba /svx/source/dialog
parent2f5c60f15eff4e18f435a75b2009869f1848b051 (diff)
INTEGRATION: CWS aw024 (1.6.192); FILE MERGED
2006/11/10 03:19:03 aw 1.6.192.7: RESYNC: (1.10-1.11); FILE MERGED 2006/09/21 18:39:05 aw 1.6.192.6: RESYNC: (1.9-1.10); FILE MERGED 2006/08/03 15:16:50 aw 1.6.192.5: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 12:29:26 aw 1.6.192.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/18 03:18:22 aw 1.6.192.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/26 11:27:55 aw 1.6.192.2: #i39531# 2005/05/19 12:31:09 aw 1.6.192.1: #i39529#
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/swpossizetabpage.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/dialog/swpossizetabpage.cxx b/svx/source/dialog/swpossizetabpage.cxx
index 6bc65b4a922d..813b4a44ab38 100644
--- a/svx/source/dialog/swpossizetabpage.cxx
+++ b/svx/source/dialog/swpossizetabpage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: swpossizetabpage.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 12:28:07 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 13:16:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -759,7 +759,7 @@ BOOL SvxSwPosSizeTabPage::FillItemSet( SfxItemSet& rSet)
// Altes Rechteck mit CoreUnit
m_aRect = m_pSdrView->GetAllMarkedRect();
- m_pSdrView->GetPageViewPvNum( 0 )->LogicToPagePos( m_aRect );
+ m_pSdrView->GetSdrPageView()->LogicToPagePos( m_aRect );
nHoriByPos += m_aAnchorPos.X();
nVertByPos += m_aAnchorPos.Y();
@@ -1915,7 +1915,7 @@ void SvxSwPosSizeTabPage::SetView( const SdrView* pSdrView )
// Setzen des Rechtecks und der Workingarea
m_aRect = m_pSdrView->GetAllMarkedRect();
- m_pSdrView->GetPageViewPvNum( 0 )->LogicToPagePos( m_aRect );
+ m_pSdrView->GetSdrPageView()->LogicToPagePos( m_aRect );
// get WorkArea
m_aWorkArea = m_pSdrView->GetWorkArea();
@@ -1984,7 +1984,7 @@ void SvxSwPosSizeTabPage::SetView( const SdrView* pSdrView )
m_bIsMultiSelection = true;
// use page offset and recalculate
- Point aPt( m_pSdrView->GetPageViewPvNum( 0 )->GetPageOrigin() );
+ Point aPt( m_pSdrView->GetSdrPageView()->GetPageOrigin() );
// Massstab
Fraction aUIScale = m_pSdrView->GetModel()->GetUIScale();