summaryrefslogtreecommitdiff
path: root/dbaccess/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2015-11-20 21:12:27 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2015-12-03 21:07:35 +0100
commit81fa5340191baf8687f9c82f1f414f5afc86b529 (patch)
tree5e5f28e86b9a1eaf923be5f17dc05e125c14cf1d /dbaccess/util
parent04164c70f23ff49c308f62f36e45a589afa168d0 (diff)
tdf#74608 dbaccess: Constructor feature for ODatabaseSource
Change-Id: I9ab9c0eaf463c93caf116c98e47564562af0af5d
Diffstat (limited to 'dbaccess/util')
-rw-r--r--dbaccess/util/dba.component3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/util/dba.component b/dbaccess/util/dba.component
index 8c85a8d30d0e..4448f72d8a86 100644
--- a/dbaccess/util/dba.component
+++ b/dbaccess/util/dba.component
@@ -39,7 +39,8 @@
<service name="com.sun.star.document.OfficeDocument"/>
<service name="com.sun.star.sdb.OfficeDatabaseDocument"/>
</implementation>
- <implementation name="com.sun.star.comp.dba.ODatabaseSource">
+ <implementation name="com.sun.star.comp.dba.ODatabaseSource"
+ constructor="com_sun_star_comp_dba_ODatabaseSource">
<service name="com.sun.star.sdb.DataSource"/>
<service name="com.sun.star.sdb.DocumentDataSource"/>
</implementation>