summaryrefslogtreecommitdiff
path: root/sw/inc/breakit.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-09-28 15:56:26 +0000
committerjp <jp@openoffice.org>2001-09-28 15:56:26 +0000
commit3052cf36fadd04f68292abc4c730525da81dffda (patch)
tree352a46d7c36d924def7c4e517c1623f27c1b9e0a /sw/inc/breakit.hxx
parent0bcd5a0bfa68bea0e9f9a8534a7d985ef096ab00 (diff)
Bug #85610#: new method GetAllScriptsOfText
Diffstat (limited to 'sw/inc/breakit.hxx')
-rw-r--r--sw/inc/breakit.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/breakit.hxx b/sw/inc/breakit.hxx
index 3828a6eea498..13f06a8d0ed8 100644
--- a/sw/inc/breakit.hxx
+++ b/sw/inc/breakit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: breakit.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jp $ $Date: 2001-09-24 15:05:35 $
+ * last change: $Author: jp $ $Date: 2001-09-28 16:54:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,6 +116,7 @@ public:
}
USHORT GetRealScriptOfText( const String& rTxt, xub_StrLen nPos ) const;
+ USHORT GetAllScriptsOfText( const String& rTxt ) const;
};
extern SwBreakIt* pBreakIt;