summaryrefslogtreecommitdiff
path: root/sd
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 /sd
parentfa2a7c1c95f78d20ed572091e12700fd4d852835 (diff)
Adapt all (non-extension, SharedLibrary) .components to environment="..."
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
Diffstat (limited to 'sd')
-rw-r--r--sd/util/sd.component4
-rw-r--r--sd/util/sdd.component4
-rw-r--r--sd/util/sdfilt.component4
3 files changed, 6 insertions, 6 deletions
diff --git a/sd/util/sd.component b/sd/util/sd.component
index a5881659edcc..6b9987b594e3 100644
--- a/sd/util/sd.component
+++ b/sd/util/sd.component
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<component loader="com.sun.star.loader.SharedLibrary" prefix="sd"
- xmlns="http://openoffice.org/2010/uno-components">
+<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
+ prefix="sd" xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.Draw.DrawingDocument">
<service name="com.sun.star.drawing.DrawingDocument"/>
<service name="com.sun.star.drawing.DrawingDocumentFactory"/>
diff --git a/sd/util/sdd.component b/sd/util/sdd.component
index 4516dd9c5705..9899c985d6cc 100644
--- a/sd/util/sdd.component
+++ b/sd/util/sdd.component
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<component loader="com.sun.star.loader.SharedLibrary" prefix="sdd"
- xmlns="http://openoffice.org/2010/uno-components">
+<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
+ prefix="sdd" xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.draw.FormatDetector">
<service name="com.sun.star.frame.ExtendedTypeDetection"/>
</implementation>
diff --git a/sd/util/sdfilt.component b/sd/util/sdfilt.component
index 83a3ad1971e7..aca7724c625a 100644
--- a/sd/util/sdfilt.component
+++ b/sd/util/sdfilt.component
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
-->
-<component loader="com.sun.star.loader.SharedLibrary" prefix="sdfilt"
- xmlns="http://openoffice.org/2010/uno-components">
+<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
+ prefix="sdfilt" xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.Impress.oox.PowerPointExport"/>
</component>