summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-17 20:50:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-18 10:02:38 +0100
commita7b9cbbdd4b56b2f64b023f25de185353a6f01d9 (patch)
treeafaca868e625ca23285e58631a8d975f21b4094e /include/svtools
parentbe93e5b27371a97009e5587507a0c5147e882632 (diff)
VclMultiLineEdit is sufficient here
Change-Id: Id3e20d4eebb02f0022b138dfcd835ea70f1417f7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88891 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/editsyntaxhighlighter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/editsyntaxhighlighter.hxx b/include/svtools/editsyntaxhighlighter.hxx
index a3e94fe96d8b..a2ba1a22e3fd 100644
--- a/include/svtools/editsyntaxhighlighter.hxx
+++ b/include/svtools/editsyntaxhighlighter.hxx
@@ -21,11 +21,11 @@
#define INCLUDED_SVTOOLS_EDITSYNTAXHIGHLIGHTER_HXX
#include <comphelper/syntaxhighlight.hxx>
-#include <svtools/svmedit.hxx>
+#include <vcl/vclmedit.hxx>
#include <svtools/svtdllapi.h>
#include <svtools/colorcfg.hxx>
-class SVT_DLLPUBLIC MultiLineEditSyntaxHighlight : public MultiLineEdit
+class SVT_DLLPUBLIC MultiLineEditSyntaxHighlight : public VclMultiLineEdit
{
private:
SyntaxHighlighter const aHighlighter;