summaryrefslogtreecommitdiff
path: root/include/toolkit/controls/unocontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/controls/unocontrol.hxx')
-rw-r--r--include/toolkit/controls/unocontrol.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/controls/unocontrol.hxx b/include/toolkit/controls/unocontrol.hxx
index fd5fa0a0f618..72d81b6bd8d7 100644
--- a/include/toolkit/controls/unocontrol.hxx
+++ b/include/toolkit/controls/unocontrol.hxx
@@ -137,7 +137,7 @@ protected:
public:
UnoControl();
- virtual ~UnoControl();
+ virtual ~UnoControl() override;
UnoControlComponentInfos& GetComponentInfos() { return maComponentInfos; }