diff options
author | Noel Grandin <noel@peralex.com> | 2015-01-26 13:11:36 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-09 21:35:45 +0100 |
commit | 33d7f6dcfee48a33ce34e483a4249f0be0ffa4fe (patch) | |
tree | af8c87018918b3c1a6605d4a52a0ad2dd11473d9 /include/formula | |
parent | 1139e549240e2a02962360aadca227753d73a78c (diff) |
vcl: VclPtr conversion in formula
Change-Id: I6f9571a3ef1fbe5bb42ef665d85425b9902c1925
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/funcutl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx index bc407057d183..17713a7bdc7f 100644 --- a/include/formula/funcutl.hxx +++ b/include/formula/funcutl.hxx @@ -48,6 +48,7 @@ public: RefEdit( vcl::Window* _pParent, vcl::Window* pShrinkModeLabel, WinBits nStyle = WB_BORDER ); virtual ~RefEdit(); + virtual void dispose() SAL_OVERRIDE; void SetRefString( const OUString& rStr ); |