diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/util/sd.component | 4 | ||||
-rw-r--r-- | sd/util/sdd.component | 4 | ||||
-rw-r--r-- | sd/util/sdfilt.component | 4 |
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> |