summaryrefslogtreecommitdiff
path: root/sw/inc/itabenum.hxx
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2010-11-01 03:48:31 +0200
committerMichael Meeks <michael.meeks@novell.com>2010-11-01 21:04:41 +0000
commitdb8ad987be169af5b394cc0c8bbfed8745b3a330 (patch)
tree75f2092478238470cb7d5750cad9649cf64a01b3 /sw/inc/itabenum.hxx
parent43a36b36986dd2112fc90340e7a8a11ea5369def (diff)
Bogus comments, commented lines removed, some german comments translated.
Diffstat (limited to 'sw/inc/itabenum.hxx')
-rw-r--r--sw/inc/itabenum.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/itabenum.hxx b/sw/inc/itabenum.hxx
index 919e296593ef..a260659b2626 100644
--- a/sw/inc/itabenum.hxx
+++ b/sw/inc/itabenum.hxx
@@ -34,8 +34,6 @@ namespace tabopts
{
const USHORT DEFAULT_BORDER = 0x01;
const USHORT HEADLINE = 0x02;
-// const USHORT REPEAT = 0x04;
-// const USHORT HEADLINE_REPEAT = 0x06; // Headline + Repeat
const USHORT SPLIT_LAYOUT = 0x08;
const USHORT HEADLINE_NO_BORDER = HEADLINE | SPLIT_LAYOUT;
const USHORT ALL_TBL_INS_ATTR = DEFAULT_BORDER | HEADLINE | SPLIT_LAYOUT;