summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtflistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/rtftok/rtflistener.hxx')
-rw-r--r--writerfilter/source/rtftok/rtflistener.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/writerfilter/source/rtftok/rtflistener.hxx b/writerfilter/source/rtftok/rtflistener.hxx
index f37064c85c25..0715557f01da 100644
--- a/writerfilter/source/rtftok/rtflistener.hxx
+++ b/writerfilter/source/rtftok/rtflistener.hxx
@@ -16,11 +16,11 @@ namespace writerfilter
{
namespace rtftok
{
-enum RTFInternalState
+enum class RTFInternalState
{
- INTERNAL_NORMAL,
- INTERNAL_BIN,
- INTERNAL_HEX
+ NORMAL,
+ BIN,
+ HEX
};
enum class RTFError