diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-09 08:51:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-31 08:41:02 +0200 |
commit | 6362ebab298549e8616c32cafd75cb3959ba7d65 (patch) | |
tree | 51c7b449beb1d120e5ec47d83683288133c53e52 /dbaccess/Library_dba.mk | |
parent | 400edb0b7721600fedfae87bb209d6879f4a3f81 (diff) |
dbaccess: create instances with uno constructors
See tdf#74608 for motivation
Change-Id: Icbce3ef3f77a19f9174f6aa39791dcf99e51f0c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98395
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/Library_dba.mk')
-rw-r--r-- | dbaccess/Library_dba.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/Library_dba.mk b/dbaccess/Library_dba.mk index ecef24d3b4c2..e8f65a5e1a6b 100644 --- a/dbaccess/Library_dba.mk +++ b/dbaccess/Library_dba.mk @@ -120,7 +120,6 @@ $(eval $(call gb_Library_add_exception_objects,dba,\ dbaccess/source/core/misc/migrwarndlg \ dbaccess/source/core/misc/PropertyForward \ dbaccess/source/core/misc/sdbcoretools \ - dbaccess/source/core/misc/services \ dbaccess/source/core/misc/veto \ dbaccess/source/core/recovery/dbdocrecovery \ dbaccess/source/core/recovery/settingsimport \ |