summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/HoriOrientationFormat.idl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-13 10:32:24 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-13 10:36:21 +0200
commitd1449a9b990bf054adeb66c2bab871ce396cca18 (patch)
tree59821f7dec938e0f1e0ff330b1de849e5cb9bc47 /offapi/com/sun/star/text/HoriOrientationFormat.idl
parentRemove RTL_CONSTASCII_USTRINGPARAM and remove rtl:: namespace for strings (diff)
downloadcore-d1449a9b990bf054adeb66c2bab871ce396cca18.tar.gz
core-d1449a9b990bf054adeb66c2bab871ce396cca18.zip
Bin pointless "DocMerge" comment lines
Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35
Diffstat (limited to 'offapi/com/sun/star/text/HoriOrientationFormat.idl')
-rw-r--r--offapi/com/sun/star/text/HoriOrientationFormat.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/text/HoriOrientationFormat.idl b/offapi/com/sun/star/text/HoriOrientationFormat.idl
index ede483715b88..f6d345a17802 100644
--- a/offapi/com/sun/star/text/HoriOrientationFormat.idl
+++ b/offapi/com/sun/star/text/HoriOrientationFormat.idl
@@ -23,8 +23,6 @@
module com { module sun { module star { module text {
-
-// DocMerge from xml: struct com::sun::star::text::HoriOrientationFormat
/** describes the horizontal orientation of an object.
@@ -40,27 +38,20 @@
*/
published struct HoriOrientationFormat
{
- // DocMerge from xml: field com::sun::star::text::HoriOrientationFormat::XPos
/** contains the distance from the left border. Only valid if
the property HorizontalOrientation contains the value HORI_NONE.
*/
long XPos;
-
- // DocMerge from xml: field com::sun::star::text::HoriOrientationFormat::HorizontalOrientation
/** determines the horizontal alignment of an object.
The values refer to com::sun::star::HoriOrientation.
*/
short HorizontalOrientation;
-
- // DocMerge from xml: field com::sun::star::text::HoriOrientationFormat::HorizontalRelation
/** determines the reference position of the horizontal alignment.@see com::sun::star::text::RelOrientation
*/
short HorizontalRelation;
-
- // DocMerge from xml: field com::sun::star::text::HoriOrientationFormat::PositionToggle
/** determines if the orientation toggles between left and right pages.
*/
boolean PositionToggle;