summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 13:56:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 13:56:09 +0000
commitf5d527051e44ed0904040cbb225bbc510ceb3026 (patch)
tree87625d8c1129942441c107818288e2f0d72cf764
parent72ef6c4f9444911b03571eea071b579956f19e06 (diff)
INTEGRATION: CWS sw018 (1.10.88); FILE MERGED
2003/06/26 12:08:51 tl 1.10.88.1: #103610# missing bugfix added
-rw-r--r--offapi/com/sun/star/text/Paragraph.idl17
1 files changed, 14 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/Paragraph.idl b/offapi/com/sun/star/text/Paragraph.idl
index 531da91c0..55c680041 100644
--- a/offapi/com/sun/star/text/Paragraph.idl
+++ b/offapi/com/sun/star/text/Paragraph.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Paragraph.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:56:50 $
+ * last change: $Author: hr $ $Date: 2003-06-30 14:56:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,12 @@
#ifndef __com_sun_star_style_ParagraphProperties_idl__
#include <com/sun/star/style/ParagraphProperties.idl>
#endif
+#ifndef __com_sun_star_style_ParagraphPropertiesAsian_idl__
+#include <com/sun/star/style/ParagraphPropertiesAsian.idl>
+#endif
+#ifndef __com_sun_star_style_ParagraphPropertiesComplex_idl__
+#include <com/sun/star/style/ParagraphPropertiesComplex.idl>
+#endif
#ifndef __com_sun_star_style_CharacterProperties_idl__
#include <com/sun/star/style/CharacterProperties.idl>
@@ -113,6 +119,12 @@ service Paragraph
[optional] service com::sun::star::style::ParagraphProperties;
/** This service is present when the paragraph object refers
to a text range */
+ [optional] service com::sun::star::style::ParagraphPropertiesAsian;
+ /** This service is present when the paragraph object refers
+ to a text range */
+ [optional] service com::sun::star::style::ParagraphPropertiesComplex;
+ /** This service is present when the paragraph object refers
+ to a text range */
[optional] service com::sun::star::style::CharacterProperties;
/** This service is present when the paragraph object refers
to a text range */
@@ -120,7 +132,6 @@ service Paragraph
/** This service is present when the paragraph object refers
to a text range */
[optional] service com::sun::star::style::CharacterPropertiesComplex;
-
/** This service is present when the paragraph object refers
to a text table */
[optional] service com::sun::star::text::TextTable;