summaryrefslogtreecommitdiff
path: root/dbaccess/util
diff options
context:
space:
mode:
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 4448f72d8a86..7312e8dc087b 100644
--- a/dbaccess/util/dba.component
+++ b/dbaccess/util/dba.component
@@ -25,7 +25,8 @@
<implementation name="com.sun.star.comp.dba.DataAccessDescriptorFactory">
<singleton name="com.sun.star.sdb.DataAccessDescriptorFactory"/>
</implementation>
- <implementation name="com.sun.star.comp.dba.OCommandDefinition">
+ <implementation name="com.sun.star.comp.dba.OCommandDefinition"
+ constructor="com_sun_star_comp_dba_OCommandDefinition">
<service name="com.sun.star.sdb.CommandDefinition"/>
<service name="com.sun.star.sdb.QueryDefinition"/>
</implementation>
an>Fix typosAndrea Gelmini 2015-11-24add SAL_WARN_UNUSED to css::uno::WeakReference and SvCompatWeakRefNoel Grandin 2015-11-13Fix typoTakeshi Abe 2015-11-10Missing includes (for NULL)Stephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06Note why certain replacements of odd functionality are not there by designStephan Bergmann 2015-10-21attempt to placate DoxygenNoel Grandin 2015-10-21visual studio version 4 is long goneNoel Grandin 2015-10-21com::sun::star->css in include/cppuhelperNoel Grandin 2015-09-30Fix typosAndrea Gelmini 2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin 2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin 2015-06-23Revert "Typo: iff->if"Julien Nabet 2015-06-23Typo: iff->ifJulien Nabet 2015-06-22Add variadic PartialWeakComponentImplHelper, remove need for implbase_var.hxxStephan Bergmann 2015-05-16comment the element_alias unionNoel Grandin 2015-04-21typoStephan Bergmann 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann