summaryrefslogtreecommitdiff
path: root/include/vcl/fixed.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-12-22 20:47:47 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-04-09 19:51:08 +0100
commitf3add7029e5778818283d48803e46ac4ecf875f5 (patch)
tree31fa9cea7dfa609fcb2108223ba163076d4f5bc2 /include/vcl/fixed.hxx
parentb72c6feba87bd8707f39902a3066ba476188cb1d (diff)
vcl: more rtl::Reference cleanup
Change-Id: Idef6b4259d784120a06d2a6c51b77029566da59f
Diffstat (limited to 'include/vcl/fixed.hxx')
-rw-r--r--include/vcl/fixed.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/fixed.hxx b/include/vcl/fixed.hxx
index 30bbd95eea70..e9688d59a2ac 100644
--- a/include/vcl/fixed.hxx
+++ b/include/vcl/fixed.hxx
@@ -62,6 +62,7 @@ public:
explicit FixedText( vcl::Window* pParent, WinBits nStyle = 0 );
explicit FixedText( vcl::Window* pParent, const ResId& rResId );
virtual ~FixedText();
+ virtual void dispose() SAL_OVERRIDE;
virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE;
virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) SAL_OVERRIDE;