summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/inc/tvread.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2016-06-05 15:26:54 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-06 07:02:26 +0000
commitbc1e738708c4b343a63c78bf024cc2df5160b207 (patch)
treea84fa5ebbe6e08579d2bab1f10b6d7961189d5a7 /xmlhelp/source/cxxhelp/inc/tvread.hxx
parent11b4a6ddce31f173f10b703eb63fde2c88c0bc70 (diff)
Convert IteratorState to scoped enum
Change-Id: I71850584a727261e9e7b2115bdfb488ba76b6d21 Reviewed-on: https://gerrit.libreoffice.org/25919 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc/tvread.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/inc/tvread.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/tvread.hxx b/xmlhelp/source/cxxhelp/inc/tvread.hxx
index bb5868ed19a2..2a1b646fef94 100644
--- a/xmlhelp/source/cxxhelp/inc/tvread.hxx
+++ b/xmlhelp/source/cxxhelp/inc/tvread.hxx
@@ -272,12 +272,12 @@ namespace treeview {
}; // end class TVChildTarget
- enum IteratorState
+ enum class IteratorState
{
- USER_EXTENSIONS,
- SHARED_EXTENSIONS,
- BUNDLED_EXTENSIONS,
- END_REACHED
+ UserExtensions,
+ SharedExtensions,
+ BundledExtensions,
+ EndReached
};
class ExtensionIteratorBase