summaryrefslogtreecommitdiffstats
path: root/basctl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-24 11:47:30 +0200
committerNoel Grandin <noel@peralex.com>2016-02-24 11:48:39 +0200
commitf163745cca6627fd8de0a089a8c30b3c6e17193f (patch)
tree30ff0edc1772cad1a96dd6bf3c02a6a8e34dd8f0 /basctl
parentconvert TokenTypes to scoped enum (diff)
downloadcore-f163745cca6627fd8de0a089a8c30b3c6e17193f.tar.gz
core-f163745cca6627fd8de0a089a8c30b3c6e17193f.zip
convert HighlighterLanguage to scoped enum
Change-Id: Ibf0871601e52ea4fa49e9622176431943c55abdd
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2b.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index 26ecbdcc6504..4b40a42e943f 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -221,7 +221,7 @@ EditorWindow::EditorWindow (vcl::Window* pParent, ModulWindow* pModulWindow) :
Window(pParent, WB_BORDER),
rModulWindow(*pModulWindow),
nCurTextWidth(0),
- aHighlighter(HIGHLIGHT_BASIC),
+ aHighlighter(HighlighterLanguage::Basic),
bHighlightning(false),
bDoSyntaxHighlight(true),
bDelayHighlight(true),