summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdmark.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-11-24 15:55:25 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-11-24 15:55:25 +0000
commit0bf1cc8145dac56b0c31869cb9eb050b860359cd (patch)
tree2a62132b94ebed4172739ad8a87a5266f90a601d /svx/source/svdraw/svdmark.cxx
parentd6bddca5a7dd395c9c012002db9c585811168e25 (diff)
INTEGRATION: CWS aw003 (1.2.62); FILE MERGED
2003/10/23 14:37:38 aw 1.2.62.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()
Diffstat (limited to 'svx/source/svdraw/svdmark.cxx')
-rw-r--r--svx/source/svdraw/svdmark.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdmark.cxx b/svx/source/svdraw/svdmark.cxx
index 3fe1a40eabfa..5e1e773df7d9 100644
--- a/svx/source/svdraw/svdmark.cxx
+++ b/svx/source/svdraw/svdmark.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdmark.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-05-26 09:06:22 $
+ * last change: $Author: rt $ $Date: 2003-11-24 16:55:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -641,7 +641,7 @@ FASTBOOL SdrMarkList::TakeBoundRect(SdrPageView* pPV, Rectangle& rRect) const
for (ULONG i=0; i<GetMarkCount(); i++) {
SdrMark* pMark=GetMark(i);
if (pPV==NULL || pMark->GetPageView()==pPV) {
- aR=pMark->GetObj()->GetBoundRect();
+ aR=pMark->GetObj()->GetCurrentBoundRect();
if (bFnd) {
rRect.Union(aR);
} else {