summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/app
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-17 08:55:36 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-04-10 11:33:58 +0100
commite35bc27fdc648ee433c755312fa79263b49f1339 (patch)
treebb84b18a4958f85f3da393c68201fe0ead5eb0fd /vcl/unx/generic/app
parent683cb12163803af2888b17ee4902e319c8bc49b4 (diff)
vclwidget: make sure we have an explicit destructor
Change-Id: I50490ad8957e8069e72e855f0f5a3b694218fd6b
Diffstat (limited to 'vcl/unx/generic/app')
-rw-r--r--vcl/unx/generic/app/i18n_status.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/generic/app/i18n_status.cxx b/vcl/unx/generic/app/i18n_status.cxx
index e05f29ca788a..210171363843 100644
--- a/vcl/unx/generic/app/i18n_status.cxx
+++ b/vcl/unx/generic/app/i18n_status.cxx
@@ -316,6 +316,7 @@ public:
virtual void setText( const OUString & ) SAL_OVERRIDE;
virtual void show( bool bShow, I18NStatus::ShowReason eReason ) SAL_OVERRIDE;
virtual void toggle( bool bOn ) SAL_OVERRIDE;
+ virtual ~IIIMPStatusWindow() { disposeOnce(); }
virtual void dispose() SAL_OVERRIDE;
void layout();