From 25edbe68dbc50bc8cf543cd5d4b28184a36d1690 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 16 Jan 2015 15:30:06 +0200 Subject: vcl: VclPtr conversion in various Change-Id: Id4f0cc26e4f5bda345f41130c9838fc44312e98e --- include/dbaccess/dataview.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/dbaccess') diff --git a/include/dbaccess/dataview.hxx b/include/dbaccess/dataview.hxx index 8189cc93a4f0..d62509761c63 100644 --- a/include/dbaccess/dataview.hxx +++ b/include/dbaccess/dataview.hxx @@ -38,7 +38,7 @@ namespace dbaui protected: IController& m_rController; // the controller in where we resides in - FixedLine m_aSeparator; + VclPtr m_aSeparator; ::std::unique_ptr< ::svt::AcceleratorExecute> m_pAccel; public: @@ -47,6 +47,7 @@ namespace dbaui const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& , WinBits nStyle = 0 ); virtual ~ODataView(); + virtual void dispose() SAL_OVERRIDE; /// late construction virtual void Construct(); -- cgit