diff options
Diffstat (limited to 'include/comphelper/syntaxhighlight.hxx')
-rw-r--r-- | include/comphelper/syntaxhighlight.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/syntaxhighlight.hxx b/include/comphelper/syntaxhighlight.hxx index cfe8896c982c..76e87124bdc8 100644 --- a/include/comphelper/syntaxhighlight.hxx +++ b/include/comphelper/syntaxhighlight.hxx @@ -59,10 +59,10 @@ struct HighlightPortion { // Language mode of the Highlighter (possibly to be refined later with keyword // lists, C comment flags) -enum HighlighterLanguage +enum class HighlighterLanguage { - HIGHLIGHT_BASIC, - HIGHLIGHT_SQL + Basic, + SQL }; class COMPHELPER_DLLPUBLIC SyntaxHighlighter |