summaryrefslogtreecommitdiff
path: root/sw/source/core/text/frmcrsr.cxx
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2001-12-13 15:02:36 +0000
committerAndreas Martens <ama@openoffice.org>2001-12-13 15:02:36 +0000
commit96865ed9228ecfc444a69ab93ae05f59f8f6e343 (patch)
treebd41f4470f4991d348dc39a3f88bd0c259dfa677 /sw/source/core/text/frmcrsr.cxx
parent68af4ce66e084f0188b3fde075df138a838d7274 (diff)
Chg: Helpfunctions for vertical layout
Diffstat (limited to 'sw/source/core/text/frmcrsr.cxx')
-rw-r--r--sw/source/core/text/frmcrsr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/frmcrsr.cxx b/sw/source/core/text/frmcrsr.cxx
index 11678e8a79a5..22f526f79972 100644
--- a/sw/source/core/text/frmcrsr.cxx
+++ b/sw/source/core/text/frmcrsr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frmcrsr.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: fme $ $Date: 2001-11-23 14:29:24 $
+ * last change: $Author: ama $ $Date: 2001-12-13 16:01:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -262,7 +262,7 @@ sal_Bool SwTxtFrm::GetCharRect( SwRect& rOrig, const SwPosition &rPos,
#ifdef VERTICAL_LAYOUT
SWRECTFN ( pFrm )
- SwTwips nUpperMaxY = (pTmpFrm->*fnRect->fnGetLimit)();
+ SwTwips nUpperMaxY = (pTmpFrm->*fnRect->fnGetPrtBottom)();
if ( bVert )
{