summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/rtftok/rtfdocumentimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/rtftok/rtfdocumentimpl.hxx')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.hxx b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
index 13406677aded..f308f08178e3 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
@@ -34,14 +34,14 @@ namespace writerfilter
{
namespace rtftok
{
-enum RTFBorderState
+enum class RTFBorderState
{
- BORDER_NONE,
- BORDER_PARAGRAPH,
- BORDER_PARAGRAPH_BOX,
- BORDER_CELL,
- BORDER_PAGE,
- BORDER_CHARACTER
+ NONE,
+ PARAGRAPH,
+ PARAGRAPH_BOX,
+ CELL,
+ PAGE,
+ CHARACTER
};
/// Minimalistic buffer of elements for nested cells.