summaryrefslogtreecommitdiff
path: root/dtrans
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 /dtrans
parentfa2a7c1c95f78d20ed572091e12700fd4d852835 (diff)
Adapt all (non-extension, SharedLibrary) .components to environment="..."
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/generic/dtrans.component4
-rw-r--r--dtrans/util/dnd.component4
-rw-r--r--dtrans/util/ftransl.component4
-rw-r--r--dtrans/util/mcnttype.component4
-rw-r--r--dtrans/util/sysdtrans.component4
5 files changed, 10 insertions, 10 deletions
diff --git a/dtrans/source/generic/dtrans.component b/dtrans/source/generic/dtrans.component
index 4ea4a2dd2a80..915e3f0bcf8f 100644
--- a/dtrans/source/generic/dtrans.component
+++ b/dtrans/source/generic/dtrans.component
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<component loader="com.sun.star.loader.SharedLibrary" prefix="dtrans"
- xmlns="http://openoffice.org/2010/uno-components">
+<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
+ prefix="dtrans" xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.datatransfer.ClipboardManager">
<service name="com.sun.star.datatransfer.clipboard.ClipboardManager"/>
</implementation>
diff --git a/dtrans/util/dnd.component b/dtrans/util/dnd.component
index d97ae38cad59..2fdc916c514a 100644
--- a/dtrans/util/dnd.component
+++ b/dtrans/util/dnd.component
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<component loader="com.sun.star.loader.SharedLibrary" prefix="dnd"
- xmlns="http://openoffice.org/2010/uno-components">
+<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
+ prefix="dnd" xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.datatransfer.dnd.OleDragSource_V1">
<service name="com.sun.star.datatransfer.dnd.OleDragSource"/>
</implementation>
diff --git a/dtrans/util/ftransl.component b/dtrans/util/ftransl.component
index 6cda9195c8be..b1fe4b006460 100644
--- a/dtrans/util/ftransl.component
+++ b/dtrans/util/ftransl.component
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<component loader="com.sun.star.loader.SharedLibrary" prefix="ftransl"
- xmlns="http://openoffice.org/2010/uno-components">
+<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
+ prefix="ftransl" xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.datatransfer.DataFormatTranslator">
<service name="com.sun.star.datatransfer.DataFormatTranslator"/>
</implementation>
diff --git a/dtrans/util/mcnttype.component b/dtrans/util/mcnttype.component
index db3997c58e65..faca00cefcda 100644
--- a/dtrans/util/mcnttype.component
+++ b/dtrans/util/mcnttype.component
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<component loader="com.sun.star.loader.SharedLibrary" prefix="mcnttype"
- xmlns="http://openoffice.org/2010/uno-components">
+<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
+ prefix="mcnttype" xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.datatransfer.MimeCntTypeFactory">
<service name="com.sun.star.datatransfer.MimeContentTypeFactory"/>
</implementation>
diff --git a/dtrans/util/sysdtrans.component b/dtrans/util/sysdtrans.component
index 39f8d9a1517f..6551a964684b 100644
--- a/dtrans/util/sysdtrans.component
+++ b/dtrans/util/sysdtrans.component
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<component loader="com.sun.star.loader.SharedLibrary" prefix="sysdtrans"
- xmlns="http://openoffice.org/2010/uno-components">
+<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
+ prefix="sysdtrans" xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.datatransfer.clipboard.ClipboardW32">
<service name="com.sun.star.datatransfer.clipboard.SystemClipboard"/>
</implementation>