summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/EmptyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/EmptyPanel.hxx')
-rw-r--r--svx/source/sidebar/EmptyPanel.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/sidebar/EmptyPanel.hxx b/svx/source/sidebar/EmptyPanel.hxx
index 1242d13ce8b8..36e0c7b1d9e9 100644
--- a/svx/source/sidebar/EmptyPanel.hxx
+++ b/svx/source/sidebar/EmptyPanel.hxx
@@ -36,11 +36,12 @@ class EmptyPanel
public:
EmptyPanel (vcl::Window* pParent);
virtual ~EmptyPanel();
+ virtual void dispose() SAL_OVERRIDE;
virtual void Resize() SAL_OVERRIDE;
private:
- FixedText maMessageControl;
+ VclPtr<FixedText> maMessageControl;
};
} } // end of namespace ::svx::sidebar