diff options
Diffstat (limited to 'sw/inc/tgrditem.hxx')
-rw-r--r-- | sw/inc/tgrditem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/tgrditem.hxx b/sw/inc/tgrditem.hxx index 0836fb731d8b..c787b165c7f8 100644 --- a/sw/inc/tgrditem.hxx +++ b/sw/inc/tgrditem.hxx @@ -27,7 +27,7 @@ class IntlWrapper; -enum SwTextGrid { GRID_NONE, GRID_LINES_ONLY, GRID_LINES_CHARS }; +enum class SwTextGrid { NONE, LinesOnly, LinesAndChars }; class SW_DLLPUBLIC SwTextGridItem final : public SfxPoolItem { |