summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/ParagraphAdjust.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/style/ParagraphAdjust.idl')
-rw-r--r--offapi/com/sun/star/style/ParagraphAdjust.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/offapi/com/sun/star/style/ParagraphAdjust.idl b/offapi/com/sun/star/style/ParagraphAdjust.idl
index 6a1d7cc6137f..630a15fcde69 100644
--- a/offapi/com/sun/star/style/ParagraphAdjust.idl
+++ b/offapi/com/sun/star/style/ParagraphAdjust.idl
@@ -23,38 +23,26 @@
module com { module sun { module star { module style {
-
-// DocMerge from xml: enum com::sun::star::style::ParagraphAdjust
/** These enumeration values describe the formatting of a text paragraph.
*/
published enum ParagraphAdjust
{
-
- // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::LEFT
/** adjusted to the left border
*/
LEFT,
-
- // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::RIGHT
/** adjusted to the right border
*/
RIGHT,
-
- // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::BLOCK
/** adjusted to both borders / stretched, except for last line
*/
BLOCK,
-
- // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::CENTER
/** adjusted to the center
*/
CENTER,
-
- // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::STRETCH
/** adjusted to both borders / stretched, including last line
*/
STRETCH