summaryrefslogtreecommitdiffstats
path: root/include/svtools/editsyntaxhighlighter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-12 15:16:05 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-04-09 20:33:46 +0100
commitce8cfbd3b90f11c3f2edc88a0dab625aabb6293d (patch)
tree7128c82bf9c71332342de974fd1f0ab32ee0bc72 /include/svtools/editsyntaxhighlighter.hxx
parentvcl: window destructors calling dispose (diff)
downloadcore-ce8cfbd3b90f11c3f2edc88a0dab625aabb6293d.tar.gz
core-ce8cfbd3b90f11c3f2edc88a0dab625aabb6293d.zip
svtools: apply vcl::window refcounting changes
Change-Id: I308f045eaf5c50de26175a2f00f8b0791cdd8ab9 Conflicts: svtools/source/control/tabbar.cxx
Diffstat (limited to 'include/svtools/editsyntaxhighlighter.hxx')
-rw-r--r--include/svtools/editsyntaxhighlighter.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/editsyntaxhighlighter.hxx b/include/svtools/editsyntaxhighlighter.hxx
index 5099750026b2..be6da6e118e2 100644
--- a/include/svtools/editsyntaxhighlighter.hxx
+++ b/include/svtools/editsyntaxhighlighter.hxx
@@ -40,7 +40,6 @@ class SVT_DLLPUBLIC MultiLineEditSyntaxHighlight : public MultiLineEdit
public:
MultiLineEditSyntaxHighlight( vcl::Window* pParent, WinBits nWinStyle = WB_LEFT | WB_BORDER , HighlighterLanguage aLanguage = HIGHLIGHT_SQL);
- virtual ~MultiLineEditSyntaxHighlight();
virtual void UpdateData() SAL_OVERRIDE;
virtual void SetText(const OUString& rNewText) SAL_OVERRIDE;