diff options
Diffstat (limited to 'sw/inc/tblenum.hxx')
-rw-r--r-- | sw/inc/tblenum.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/tblenum.hxx b/sw/inc/tblenum.hxx index fbef062307c8..327d0ea52e37 100644 --- a/sw/inc/tblenum.hxx +++ b/sw/inc/tblenum.hxx @@ -48,11 +48,11 @@ constexpr TableChgWidthHeightType extractPosition(TableChgWidthHeightType e) { return static_cast<TableChgWidthHeightType>(static_cast<int>(e) & 0xf); } -enum TableChgMode +enum class TableChgMode { - TBLFIX_CHGABS, // Table fixed width, change neighbour. - TBLFIX_CHGPROP, // Table fixed width, change all neighbours. - TBLVAR_CHGABS // Table variable, change all neighbours. + FixedWidthChangeAbs, // Table fixed width, change neighbour. + FixedWidthChangeProp, // Table fixed width, change all neighbours. + VarWidthChangeAbs // Table variable, change all neighbours. }; enum class SplitTable_HeadlineOption |