summaryrefslogtreecommitdiff
path: root/configmgr/source/valueparser.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-17 08:22:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-17 09:56:19 +0200
commit8fc4aecde317a1c49755b1a0695d8359830a2c8d (patch)
tree324d89d822f9ebcc9c96e39a8a68ba9e37c786ab /configmgr/source/valueparser.hxx
parent2c06083c75cca66885c356520b5a83b4a722796b (diff)
convert ValueParser::State to scoped enum
Change-Id: I20c8217576fb6993107f1e45429adc5660d38da8
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_;