summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 19:34:56 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 19:34:56 +0000
commitaabb8c624f40165bb7596be3d606a240a99d5044 (patch)
tree8d310f902f00788c40b828a7f503b4e0b15e5852
parente2edee8011b11ba166e3b7f95839cc3420e4d0af (diff)
INTEGRATION: CWS sb18 (1.2.408); FILE MERGED
2004/05/21 14:59:33 sb 1.2.408.1: #i21150# Added published flag.
-rw-r--r--offapi/com/sun/star/i18n/KParseType.idl6
-rw-r--r--offapi/com/sun/star/i18n/LineBreakHyphenationOptions.idl6
-rw-r--r--offapi/com/sun/star/i18n/LineBreakResults.idl6
3 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/i18n/KParseType.idl b/offapi/com/sun/star/i18n/KParseType.idl
index 88600e304..501e039cf 100644
--- a/offapi/com/sun/star/i18n/KParseType.idl
+++ b/offapi/com/sun/star/i18n/KParseType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: KParseType.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:05:43 $
+ * last change: $Author: obo $ $Date: 2004-06-03 20:34:11 $
*
* 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 {
<member>ParseResult::TokenType</member>. </p>
*/
-constants KParseType
+published constants KParseType
{
/// One single character like ! # ; : $ et al.
const long ONE_SINGLE_CHAR = 0x00000001;
diff --git a/offapi/com/sun/star/i18n/LineBreakHyphenationOptions.idl b/offapi/com/sun/star/i18n/LineBreakHyphenationOptions.idl
index 523c7ea70..8a77ce770 100644
--- a/offapi/com/sun/star/i18n/LineBreakHyphenationOptions.idl
+++ b/offapi/com/sun/star/i18n/LineBreakHyphenationOptions.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: LineBreakHyphenationOptions.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:05:44 $
+ * last change: $Author: obo $ $Date: 2004-06-03 20:34:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@ module com { module sun { module star { module i18n {
/** Hyphenation options passed in calls to <member>XBreakIterator::getLineBreak()</member>.
*/
-struct LineBreakHyphenationOptions
+published struct LineBreakHyphenationOptions
{
/// Reference to the specific hyphenator - can be zero.
::com::sun::star::linguistic2::XHyphenator rHyphenator;
diff --git a/offapi/com/sun/star/i18n/LineBreakResults.idl b/offapi/com/sun/star/i18n/LineBreakResults.idl
index 21adf9226..5519f7570 100644
--- a/offapi/com/sun/star/i18n/LineBreakResults.idl
+++ b/offapi/com/sun/star/i18n/LineBreakResults.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: LineBreakResults.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:05:44 $
+ * last change: $Author: obo $ $Date: 2004-06-03 20:34:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@ module com { module sun { module star { module i18n {
/** Results of method <member>XBreakIterator::getLineBreak()</member>.
*/
-struct LineBreakResults
+published struct LineBreakResults
{
/// Type of line break, see <type>BreakType</type>.
short breakType;