summaryrefslogtreecommitdiff
path: root/sw/inc/tblenum.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/tblenum.hxx')
-rw-r--r--sw/inc/tblenum.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/tblenum.hxx b/sw/inc/tblenum.hxx
index 2d9e6064528d..a81a7ea6aa5f 100644
--- a/sw/inc/tblenum.hxx
+++ b/sw/inc/tblenum.hxx
@@ -19,7 +19,6 @@
#ifndef INCLUDED_SW_INC_TBLENUM_HXX
#define INCLUDED_SW_INC_TBLENUM_HXX
-
// For changing table columns/rows widths/heights.
typedef sal_uInt16 TblChgWidthHeightType;
@@ -34,7 +33,6 @@ namespace nsTblChgWidthHeightType
const TblChgWidthHeightType WH_CELL_TOP = 6;
const TblChgWidthHeightType WH_CELL_BOTTOM = 7;
-
// The following can "or"ed into.
const TblChgWidthHeightType WH_FLAG_INSDEL = 0x4000; // Insert/Del-mode: the Bigger-Flag
// tells what happens:
@@ -50,7 +48,6 @@ enum TblChgMode
TBLVAR_CHGABS // Table variable, change all neighbours.
};
-
enum SplitTbl_HeadlineOption
{
HEADLINE_NONE = 0, // Leave everything in place.
@@ -67,7 +64,6 @@ enum TableMergeErr
TBLMERGE_TOOCOMPLEX
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */