From f12488405cdfd8555078d15807aafc5ffd1b037b Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 20 Apr 2015 14:00:04 +0100 Subject: dbaccess: convert new to ::Create. Also convert svtools' WizardShell::createPage. Change-Id: I09bd40ef4748aa2de7b49eeefc95be06b545ea05 --- include/dbaccess/genericcontroller.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dbaccess') diff --git a/include/dbaccess/genericcontroller.hxx b/include/dbaccess/genericcontroller.hxx index 99a7afa577cc..7089979ad42e 100644 --- a/include/dbaccess/genericcontroller.hxx +++ b/include/dbaccess/genericcontroller.hxx @@ -408,7 +408,7 @@ namespace dbaui public: ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > getORB() const { return m_xContext; } ODataView* getView() const { return m_pView; } - void setView( ODataView& i_rView ); + void setView( const VclPtr& i_rView ); void clearView(); // shows a error box if the SQLExceptionInfo is valid void showError(const ::dbtools::SQLExceptionInfo& _rInfo); -- cgit v1.2.3