summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/style/DropCapFormat.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/style/DropCapFormat.idl')
-rw-r--r--offapi/com/sun/star/style/DropCapFormat.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/style/DropCapFormat.idl b/offapi/com/sun/star/style/DropCapFormat.idl
index cdc8b3024496..113e3d1acb68 100644
--- a/offapi/com/sun/star/style/DropCapFormat.idl
+++ b/offapi/com/sun/star/style/DropCapFormat.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_style_DropCapFormat_idl__
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
// DocMerge from xml: struct com::sun::star::style::DropCapFormat
/** This struct describes drop caps at a paragraph object.
@@ -36,14 +34,12 @@ published struct DropCapFormat
*/
byte Lines;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::style::DropCapFormat::Count
/** This is the number of characters in the drop cap.
*/
byte Count;
- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::style::DropCapFormat::Distance
/** This is the distance between the drop cap in the following text.
@@ -52,7 +48,6 @@ published struct DropCapFormat
};
-//=============================================================================
}; }; }; };