summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-09-04 10:47:50 +0000
committerOliver Bolte <obo@openoffice.org>2003-09-04 10:47:50 +0000
commitad9ff08b44d6f64e66198767e5323bab1a5cf77b (patch)
tree01befce73b5ea304680835eda029beafb74042b3 /sw/source/core
parentebcba93115abbabd4edd2d6129664416f3374dda (diff)
INTEGRATION: CWS geordi2q04 (1.58.192); FILE MERGED
2003/09/02 10:38:06 rt 1.58.192.1: #111934#: Join CWS sw7pp1.
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/text/itrcrsr.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/core/text/itrcrsr.cxx b/sw/source/core/text/itrcrsr.cxx
index 59112d195014..92c5d300ae5b 100644
--- a/sw/source/core/text/itrcrsr.cxx
+++ b/sw/source/core/text/itrcrsr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: itrcrsr.cxx,v $
*
- * $Revision: 1.58 $
+ * $Revision: 1.59 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 16:08:48 $
+ * last change: $Author: obo $ $Date: 2003-09-04 11:47:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1657,6 +1657,10 @@ xub_StrLen SwTxtCursor::GetCrsrOfst( SwPosition *pPos, const Point &rPoint,
}
#ifdef VERTICAL_LAYOUT
Point aTmpPoint( rPoint );
+
+ if ( pFrm->IsRightToLeft() )
+ pFrm->SwitchLTRtoRTL( aTmpPoint );
+
if ( pFrm->IsVertical() )
pFrm->SwitchHorizontalToVertical( aTmpPoint );