summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 19:39:18 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 19:39:18 +0000
commitdeff72674f050f5f0e2ae9a99b3f01b67e8291a1 (patch)
treef9bcb5bbe2bd675664f17f4db21ac852d562d9ce
parent4fec1bc94927ee65be44db5c062ee9ceeeafd589 (diff)
INTEGRATION: CWS sb18 (1.3.270); FILE MERGED
2004/05/21 14:59:37 sb 1.3.270.1: #i21150# Added published flag.
-rw-r--r--offapi/com/sun/star/i18n/ScriptDirection.idl6
-rw-r--r--offapi/com/sun/star/i18n/TextConversion.idl6
-rw-r--r--offapi/com/sun/star/i18n/TextConversionOption.idl6
3 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/i18n/ScriptDirection.idl b/offapi/com/sun/star/i18n/ScriptDirection.idl
index f53d37da2..d30117fb7 100644
--- a/offapi/com/sun/star/i18n/ScriptDirection.idl
+++ b/offapi/com/sun/star/i18n/ScriptDirection.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ScriptDirection.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 11:11:33 $
+ * last change: $Author: obo $ $Date: 2004-06-03 20:38:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@ module com { module sun { module star { module i18n {
@since #107627#
*/
-constants ScriptDirection
+published constants ScriptDirection
{
/// Script direction is neutral
const short NEUTRAL = 0;
diff --git a/offapi/com/sun/star/i18n/TextConversion.idl b/offapi/com/sun/star/i18n/TextConversion.idl
index ca700671d..65fb69f92 100644
--- a/offapi/com/sun/star/i18n/TextConversion.idl
+++ b/offapi/com/sun/star/i18n/TextConversion.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextConversion.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 11:11:46 $
+ * last change: $Author: obo $ $Date: 2004-06-03 20:39:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@ module com { module sun { module star { module i18n {
@since #107627#
*/
-service TextConversion
+published service TextConversion
{
/** to access the text conversion functionality.
*/
diff --git a/offapi/com/sun/star/i18n/TextConversionOption.idl b/offapi/com/sun/star/i18n/TextConversionOption.idl
index 361384ae5..1ba44253c 100644
--- a/offapi/com/sun/star/i18n/TextConversionOption.idl
+++ b/offapi/com/sun/star/i18n/TextConversionOption.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextConversionOption.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 11:11:55 $
+ * last change: $Author: obo $ $Date: 2004-06-03 20:39:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@ module com { module sun { module star { module i18n {
@since #107627#
*/
-constants TextConversionOption
+published constants TextConversionOption
{
/// No option
const long NONE = 0;