summaryrefslogtreecommitdiff
path: root/configmgr/source/valueparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/valueparser.hxx')
-rw-r--r--configmgr/source/valueparser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/valueparser.hxx b/configmgr/source/valueparser.hxx
index 092d910dcd05..50cab466d2d4 100644
--- a/configmgr/source/valueparser.hxx
+++ b/configmgr/source/valueparser.hxx
@@ -73,7 +73,7 @@ private:
template< typename T > css::uno::Any convertItems();
- enum State { STATE_TEXT, STATE_TEXT_UNICODE, STATE_IT, STATE_IT_UNICODE };
+ enum class State { Text, TextUnicode, IT, ITUnicode };
int layer_;
rtl::Reference< Node > node_;