summaryrefslogtreecommitdiff
path: root/dbaccess/util
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-17 11:05:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-17 11:06:00 +0100
commit9ed364774c6e26e14409bd927e03e6da7fe01b60 (patch)
tree42836bfdc7d8727836fe1216d5c6457db2482d74 /dbaccess/util
parentfa2a7c1c95f78d20ed572091e12700fd4d852835 (diff)
Adapt all (non-extension, SharedLibrary) .components to environment="..."
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
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>