diff options
author | Noel Grandin <noel@peralex.com> | 2015-01-15 15:47:39 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-09 21:30:12 +0100 |
commit | ebd195b2ae254bfc9b52c9c673a57cd3bdf0cad8 (patch) | |
tree | dd113b2ff1e58e14d36a1aad5cd96beea0d3476a /cui/source/inc/macropg.hxx | |
parent | 0a61ce1c8e61cb45478ba6f28e8fdd71ce369f2c (diff) |
vcl: VclPtr conversion in cui
Change-Id: I8597247296645fe72d5306e35b2ea3c0866d147a
Diffstat (limited to 'cui/source/inc/macropg.hxx')
-rw-r--r-- | cui/source/inc/macropg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx index c1cded175f5e..befe9e3607f9 100644 --- a/cui/source/inc/macropg.hxx +++ b/cui/source/inc/macropg.hxx @@ -82,6 +82,7 @@ protected: public: virtual ~_SvxMacroTabPage(); + virtual void dispose() SAL_OVERRIDE; void InitResources(); void InitAndSetHandler( ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > xAppEvents, ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > xDocEvents, ::com::sun::star::uno::Reference< ::com::sun::star::util::XModifiable > xModifiable ); |