summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 10:24:15 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 10:24:15 +0000
commit32fea9aef17116089b1e57caa8a9396591e9f09d (patch)
tree4c7c277a176149dd2e3ae6553b408aa0832115ea /offapi/com/sun/star/rendering
parent27ff8263c98be1e39806d1c48921330110d6c386 (diff)
INTEGRATION: CWS canvas05 (1.4.386); FILE MERGED
2008/04/21 07:37:30 thb 1.4.386.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:33:53 thb 1.4.386.1: #i79437# Merge from CWS picom
Diffstat (limited to 'offapi/com/sun/star/rendering')
-rw-r--r--offapi/com/sun/star/rendering/TextDirection.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/offapi/com/sun/star/rendering/TextDirection.idl b/offapi/com/sun/star/rendering/TextDirection.idl
index 587c6b73c..b9fd05b0d 100644
--- a/offapi/com/sun/star/rendering/TextDirection.idl
+++ b/offapi/com/sun/star/rendering/TextDirection.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: TextDirection.idl,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -42,10 +42,12 @@ constants TextDirection
{
/// Reference point is left, main direction is from left to right
const byte WEAK_LEFT_TO_RIGHT=0;
+ /// Reference point is left, main direction is from left to right
const byte STRONG_LEFT_TO_RIGHT=2;
/// Reference point is right, main direction is from right to left
const byte WEAK_RIGHT_TO_LEFT=1;
+ /// Reference point is right, main direction is from right to left
const byte STRONG_RIGHT_TO_LEFT=3;
};