summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/linguistic2/ConversionDirection.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-04-27 14:53:39 +0000
committerOliver Bolte <obo@openoffice.org>2004-04-27 14:53:39 +0000
commitacfde089d1f105b3c356775a4c13b57461277eee (patch)
tree28e46ecdcc46f5b39bd37417ef18a6bab88a6fad /offapi/com/sun/star/linguistic2/ConversionDirection.idl
parent479da510d87e2127cb25937ea0665586e37f970b (diff)
INTEGRATION: CWS tl01 (1.3.34); FILE MERGED
2004/04/02 10:37:12 tl 1.3.34.1: #110762# change in Hangul/Hanja text conversion API
Diffstat (limited to 'offapi/com/sun/star/linguistic2/ConversionDirection.idl')
-rw-r--r--offapi/com/sun/star/linguistic2/ConversionDirection.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/linguistic2/ConversionDirection.idl b/offapi/com/sun/star/linguistic2/ConversionDirection.idl
index 21d20914e619..371ea21baed9 100644
--- a/offapi/com/sun/star/linguistic2/ConversionDirection.idl
+++ b/offapi/com/sun/star/linguistic2/ConversionDirection.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ConversionDirection.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 11:14:36 $
+ * last change: $Author: obo $ $Date: 2004-04-27 15:53:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,13 +73,13 @@ module com { module sun { module star { module linguistic2 {
*/
enum ConversionDirection
{
- /** the text to be looked for should match the the left part of the
- dictionarys entry.
+ /** the text to be looked for should match the left part of a
+ dictionary entry.
*/
FROM_LEFT,
- /** the text to be looked for should match the the right part of the
- dictionarys entry.
+ /** the text to be looked for should match the right part of a
+ dictionary entry.
*/
FROM_RIGHT
};