summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/NumberingAlignment.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/style/NumberingAlignment.idl')
-rw-r--r--offapi/com/sun/star/style/NumberingAlignment.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/offapi/com/sun/star/style/NumberingAlignment.idl b/offapi/com/sun/star/style/NumberingAlignment.idl
index 0ec037fb1086..b30082d42157 100644
--- a/offapi/com/sun/star/style/NumberingAlignment.idl
+++ b/offapi/com/sun/star/style/NumberingAlignment.idl
@@ -25,32 +25,22 @@
module com { module sun { module star { module style {
-
-// DocMerge from xml: service com::sun::star::style::NumberingAlignment
/** specify the alignment of a numbering level.
*/
published service NumberingAlignment
{
-
- // DocMerge from xml: property com::sun::star::style::NumberingAlignment::Alignment
/** set the alignment from the numbering. Use the com::sun::star::style::HorizontalAlignment enum to change the alignment.
*/
[property] com::sun::star::style::HorizontalAlignment Alignment;
-
- // DocMerge from xml: property com::sun::star::style::NumberingAlignment::TextMarginDistance
/** the minimum distance between the numbering symbol and the following text.
*/
[property] short TextMarginDistance;
-
- // DocMerge from xml: property com::sun::star::style::NumberingAlignment::TextNumberingDistance
/** the distance between left margin and the numbering symbol.
*/
[property] short TextNumberingDistance;
-
- // DocMerge from xml: property com::sun::star::style::NumberingAlignment::Insertion
/** the distance between the numbering symbol and text.
*/
[property] short Insertion;