summaryrefslogtreecommitdiff
path: root/sw/inc/crstate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/crstate.hxx')
-rw-r--r--sw/inc/crstate.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx
index 845e98da8dff..fea6d265df31 100644
--- a/sw/inc/crstate.hxx
+++ b/sw/inc/crstate.hxx
@@ -25,13 +25,13 @@
#include <memory>
-enum SwFillMode
+enum class SwFillMode
{
- FILL_TAB, ///< default, fill with tabs
- FILL_TAB_SPACE, ///< fill with spaces and tabs
- FILL_SPACE, ///< fill with spaces
- FILL_MARGIN, ///< only align left, center, right
- FILL_INDENT ///< by left paragraph indention
+ Tab, ///< default, fill with tabs
+ TabSpace, ///< fill with spaces and tabs
+ Space, ///< fill with spaces
+ Margin, ///< only align left, center, right
+ Indent ///< by left paragraph indention
};
struct SwFillCursorPos