diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-19 22:45:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-19 22:45:59 +0100 |
commit | a94390d20c50125e25e29431ca15ca2ca6683d17 (patch) | |
tree | 13fe8d6bdbaa19bfcfbe4383c95e960f2bef5405 /dbaccess/util | |
parent | 969bd8aa731935566a65c5e207ece6eb523df24e (diff) |
A singleton is not a service
Change-Id: I9059370e21e753a9578f231fd0c0eb0a1d6a981e
Diffstat (limited to 'dbaccess/util')
-rw-r--r-- | dbaccess/util/dba.component | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/util/dba.component b/dbaccess/util/dba.component index 89b92a297cfb..fd688552d10e 100644 --- a/dbaccess/util/dba.component +++ b/dbaccess/util/dba.component @@ -23,7 +23,6 @@ <service name="com.sun.star.chart2.data.DatabaseDataProvider"/> </implementation> <implementation name="com.sun.star.comp.dba.DataAccessDescriptorFactory"> - <service name="com.sun.star.sdb.DataAccessDescriptorFactory"/> <singleton name="com.sun.star.sdb.DataAccessDescriptorFactory"/> </implementation> <implementation name="com.sun.star.comp.dba.OCommandDefinition"> |