summaryrefslogtreecommitdiff
path: root/dbaccess/util
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/util')
-rw-r--r--dbaccess/util/dba.component4
-rw-r--r--dbaccess/util/dbu.component4
-rw-r--r--dbaccess/util/sdbt.component4
3 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/util/dba.component b/dbaccess/util/dba.component
index 513eb6d20326..89b92a297cfb 100644
--- a/dbaccess/util/dba.component
+++ b/dbaccess/util/dba.component
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<component loader="com.sun.star.loader.SharedLibrary" prefix="dba"
- xmlns="http://openoffice.org/2010/uno-components">
+<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
+ prefix="dba" xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.dbaccess.DatabaseDataProvider">
<service name="com.sun.star.chart2.data.DatabaseDataProvider"/>
</implementation>
diff --git a/dbaccess/util/dbu.component b/dbaccess/util/dbu.component
index 73b65a1c46a4..7dd325ceb445 100644
--- a/dbaccess/util/dbu.component
+++ b/dbaccess/util/dbu.component
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<component loader="com.sun.star.loader.SharedLibrary" prefix="dbu"
- xmlns="http://openoffice.org/2010/uno-components">
+<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
+ prefix="dbu" xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.dbaccess.DatabaseInteractionHandler">
<service name="com.sun.star.sdb.DatabaseInteractionHandler"/>
</implementation>
diff --git a/dbaccess/util/sdbt.component b/dbaccess/util/sdbt.component
index 7af3f45568ed..2cf8b93950ea 100644
--- a/dbaccess/util/sdbt.component
+++ b/dbaccess/util/sdbt.component
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<component loader="com.sun.star.loader.SharedLibrary" prefix="sdbt"
- xmlns="http://openoffice.org/2010/uno-components">
+<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
+ 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"/>
</implementation>