summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/crstrvl.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-11-24 15:00:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-11-24 15:00:41 +0000
commitd1a6965e259d8161a17794f7463812d731c3d6fa (patch)
treea2d59650bb6da5e1e2d98ca9d8ac55e36813b53b /sw/source/core/crsr/crstrvl.cxx
parenta86758d5d3e89edb33180bc5e5413cf0796ba796 (diff)
INTEGRATION: CWS aw003 (1.6.6); FILE MERGED
2003/10/23 14:39:18 aw 1.6.6.1: #111111# Changed GetBoundRect() to GetCurrentBoundRect() and GetLastBoundRect()
Diffstat (limited to 'sw/source/core/crsr/crstrvl.cxx')
-rw-r--r--sw/source/core/crsr/crstrvl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/crsr/crstrvl.cxx b/sw/source/core/crsr/crstrvl.cxx
index 6fabcaa9e874..d3b92d8a5288 100644
--- a/sw/source/core/crsr/crstrvl.cxx
+++ b/sw/source/core/crsr/crstrvl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: crstrvl.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 13:44:50 $
+ * last change: $Author: rt $ $Date: 2003-11-24 16:00:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2124,7 +2124,7 @@ FASTBOOL SwCrsrShell::SelectNxtPrvHyperlink( BOOL bNext )
else if( RES_DRAWFRMFMT == pFndFmt->Which() )
{
const SdrObject* pSObj = pFndFmt->FindSdrObject();
- ((SwFEShell*)this)->SelectObj( pSObj->GetBoundRect().Center() );
+ ((SwFEShell*)this)->SelectObj( pSObj->GetCurrentBoundRect().Center() );
MakeSelVisible();
bRet = TRUE;
}