[Libreoffice-commits] core.git: dbaccess/source
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 13 17:49:52 UTC 2021
dbaccess/source/ui/uno/textconnectionsettings_uno.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f89de18f48724887eef6603b41a963fc222843da
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Jul 13 13:57:32 2021 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Jul 13 19:49:18 2021 +0200
no need to use WeakImplHelper in OTextConnectionSettingsDialog
the base class already contains OWeakObject via
ODatabaseAdministrationDialog
Change-Id: Ib3de41a34cb83bf37574fac7a226a06c08d92e0c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118851
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx b/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx
index 620e4917ea93..3bbce14be9fa 100644
--- a/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx
+++ b/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx
@@ -32,6 +32,7 @@
#include <toolkit/helper/vclunohelper.hxx>
#include <vcl/svapp.hxx>
#include <cppuhelper/implbase.hxx>
+#include <cppuhelper/implbase1.hxx>
namespace dbaui
{
@@ -64,7 +65,6 @@ namespace dbaui
class OTextConnectionSettingsDialog
:public OTextConnectionSettingsDialog_BASE
,public OTextConnectionSettingsDialog_PBASE
- ,public ::cppu::WeakImplHelper< css::sdb::XTextConnectionSettings >
{
PropertyValues m_aPropertyValues;
More information about the Libreoffice-commits
mailing list