summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/LineNumberPosition.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/style/LineNumberPosition.idl
parentbc7202aad393b17d0e2545001f7f869f683a7ec7 (diff)
Bin pointless "DocMerge" comment lines
Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35
Diffstat (limited to 'offapi/com/sun/star/style/LineNumberPosition.idl')
-rw-r--r--offapi/com/sun/star/style/LineNumberPosition.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/offapi/com/sun/star/style/LineNumberPosition.idl b/offapi/com/sun/star/style/LineNumberPosition.idl
index d8c48fa19446..c7bd23567cd8 100644
--- a/offapi/com/sun/star/style/LineNumberPosition.idl
+++ b/offapi/com/sun/star/style/LineNumberPosition.idl
@@ -23,33 +23,23 @@
module com { module sun { module star { module style {
-
-// DocMerge from idl: constants com::sun::star::style::LineNumberPosition
/** These constants are used to specify the position of the numbering
of lines.
*/
published constants LineNumberPosition
{
-
- // DocMerge from idl: value com::sun::star::style::LineNumberPosition::LEFT
/** the number occurs on the left side of the pages.
*/
const short LEFT = 0;
-
- // DocMerge from idl: value com::sun::star::style::LineNumberPosition::RIGHT
/** the number occurs on the right side of the pages.
*/
const short RIGHT = 1;
-
- // DocMerge from idl: value com::sun::star::style::LineNumberPosition::INSIDE
/** the number occurs alternating on the inner side of the pages.
*/
const short INSIDE = 2;
-
- // DocMerge from idl: value com::sun::star::style::LineNumberPosition::OUTSIDE
/** the number occurs alternating on the outside side of the pages.
*/
const short OUTSIDE = 3;