diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 11:05:35 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 11:06:00 +0100 |
commit | 9ed364774c6e26e14409bd927e03e6da7fe01b60 (patch) | |
tree | 42836bfdc7d8727836fe1216d5c6457db2482d74 /sc/util | |
parent | fa2a7c1c95f78d20ed572091e12700fd4d852835 (diff) |
Adapt all (non-extension, SharedLibrary) .components to environment="..."
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/sc.component | 4 | ||||
-rw-r--r-- | sc/util/scd.component | 4 | ||||
-rw-r--r-- | sc/util/scfilt.component | 4 | ||||
-rw-r--r-- | sc/util/vbaobj.component | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sc/util/sc.component b/sc/util/sc.component index 9d58d6a350b7..03bb057389a3 100644 --- a/sc/util/sc.component +++ b/sc/util/sc.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="sc" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="sc" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.Calc.FilterOptionsDialog"> <service name="com.sun.star.ui.dialogs.FilterOptionsDialog"/> </implementation> diff --git a/sc/util/scd.component b/sc/util/scd.component index 767429abeeff..bf10d4f9e7c6 100644 --- a/sc/util/scd.component +++ b/sc/util/scd.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="scd" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="scd" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.calc.FormatDetector"> <service name="com.sun.star.frame.ExtendedTypeDetection"/> </implementation> diff --git a/sc/util/scfilt.component b/sc/util/scfilt.component index c4b37285877e..a44d8471da0c 100644 --- a/sc/util/scfilt.component +++ b/sc/util/scfilt.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="scfilt" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="scfilt" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.oox.xls.ExcelFilter"> <service name="com.sun.star.document.ImportFilter"/> <service name="com.sun.star.document.ExportFilter"/> diff --git a/sc/util/vbaobj.component b/sc/util/vbaobj.component index 20eb9213ea23..861cb6e5a15d 100644 --- a/sc/util/vbaobj.component +++ b/sc/util/vbaobj.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="vbaobj" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="vbaobj" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="ScVbaApplication"> <service name="ooo.vba.excel.Application"/> </implementation> |