From 12efe34abb984ac37abae59ccac83a4f86a27e77 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 21 Mar 2018 10:33:23 +0000 Subject: support both vcl and weld in genericunodialog for interim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ife85dd7a4bd27260514b390ca3928152db0d688f Reviewed-on: https://gerrit.libreoffice.org/51699 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- dbaccess/source/ui/uno/DBTypeWizDlg.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/uno/DBTypeWizDlg.hxx') diff --git a/dbaccess/source/ui/uno/DBTypeWizDlg.hxx b/dbaccess/source/ui/uno/DBTypeWizDlg.hxx index a13e569b1f87..6be18eba68df 100644 --- a/dbaccess/source/ui/uno/DBTypeWizDlg.hxx +++ b/dbaccess/source/ui/uno/DBTypeWizDlg.hxx @@ -54,8 +54,8 @@ public: // OPropertyArrayUsageHelper virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const override; private: -// OGenericUnoDialog overridables - virtual VclPtr createDialog(vcl::Window* _pParent) override; + // OGenericUnoDialog overridables + virtual svt::OGenericUnoDialog::Dialog createDialog(vcl::Window* _pParent) override; }; } // namespace dbaui -- cgit v1.2.3