summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-09-19 09:55:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-09-19 09:55:56 +0000
commit5fa411479aec1ea7a539b4f02311924ce626b6c3 (patch)
tree94c01f566b44961baf9027859fb98b44db1ff2af /sw/source/core
parentac7d287b8e010301591a33801aca31ed4db5cc6c (diff)
INTEGRATION: CWS geordi2q05 (1.12.386); FILE MERGED
2003/09/19 07:54:04 rt 1.12.386.1: #111934#: join CWS sw02pp1
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/access/accportions.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/core/access/accportions.hxx b/sw/source/core/access/accportions.hxx
index fc2712ae7f44..1297fef889e8 100644
--- a/sw/source/core/access/accportions.hxx
+++ b/sw/source/core/access/accportions.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accportions.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: dvo $ $Date: 2002-07-24 14:51:50 $
+ * last change: $Author: rt $ $Date: 2003-09-19 10:55:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -166,6 +166,9 @@ public:
void GetLineBoundary( com::sun::star::i18n::Boundary& rBound,
sal_Int32 nPos );
+ // get start and end position of the last line
+ void GetLastLineBoundary( com::sun::star::i18n::Boundary& rBound );
+
/// get the position in the model string for a given
/// (accessibility) position
USHORT GetModelPosition( sal_Int32 nPos );