summaryrefslogtreecommitdiff
path: root/dbaccess/util
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-07-13 17:56:47 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-13 17:56:47 +0200
commitc8d7891600b6920723ee10696cbf43bb7fea3edb (patch)
tree7decb265b72fdb644d63c10700f18cb446520a8e /dbaccess/util
parent22d4188f575ae5ad3b149e55b3b3131b51393933 (diff)
Add prefixes for component_getFactory methods
Also remove accidentally kept .dxp files from gnumake'd module
Diffstat (limited to 'dbaccess/util')
-rw-r--r--dbaccess/util/dba.component2
-rw-r--r--dbaccess/util/dbu.component2
-rw-r--r--dbaccess/util/sdbt.component2
3 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/util/dba.component b/dbaccess/util/dba.component
index b25768dbfab6..5b5155a6c604 100644
--- a/dbaccess/util/dba.component
+++ b/dbaccess/util/dba.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="dba"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.chart2.data.DatabaseDataProvider">
<service name="com.sun.star.chart2.data.DatabaseDataProvider"/>
diff --git a/dbaccess/util/dbu.component b/dbaccess/util/dbu.component
index ce0dc45cf0be..e5260ed164e9 100644
--- a/dbaccess/util/dbu.component
+++ b/dbaccess/util/dbu.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="dbu"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.dbaccess.DatabaseInteractionHandler">
<service name="com.sun.star.sdb.DatabaseInteractionHandler"/>
diff --git a/dbaccess/util/sdbt.component b/dbaccess/util/sdbt.component
index 0038c0cad27f..9c0dec30405f 100644
--- a/dbaccess/util/sdbt.component
+++ b/dbaccess/util/sdbt.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="sdbt"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.dbaccess.ConnectionTools">
<service name="com.sun.star.sdb.tools.ConnectionTools"/>