summaryrefslogtreecommitdiff
path: root/include/svtools/editsyntaxhighlighter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/editsyntaxhighlighter.hxx')
-rw-r--r--include/svtools/editsyntaxhighlighter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/editsyntaxhighlighter.hxx b/include/svtools/editsyntaxhighlighter.hxx
index 8ec02d388281..5099750026b2 100644
--- a/include/svtools/editsyntaxhighlighter.hxx
+++ b/include/svtools/editsyntaxhighlighter.hxx
@@ -33,7 +33,7 @@ class SVT_DLLPUBLIC MultiLineEditSyntaxHighlight : public MultiLineEdit
svtools::ColorConfig m_aColorConfig;
private:
- virtual void DoBracketHilight(sal_uInt16 aKey);
+ void DoBracketHilight(sal_uInt16 aKey);
protected:
virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;