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 /lingucomponent | |
parent | fa2a7c1c95f78d20ed572091e12700fd4d852835 (diff) |
Adapt all (non-extension, SharedLibrary) .components to environment="..."
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
Diffstat (limited to 'lingucomponent')
5 files changed, 10 insertions, 10 deletions
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen.component b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen.component index c5d1262a98c4..ea9298e464a0 100644 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen.component +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphen.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="hyphen" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="hyphen" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="org.openoffice.lingu.LibHnjHyphenator"> <service name="com.sun.star.linguistic2.Hyphenator"/> </implementation> diff --git a/lingucomponent/source/languageguessing/guesslang.component b/lingucomponent/source/languageguessing/guesslang.component index 8749ea37314e..8e2f2c001dca 100644 --- a/lingucomponent/source/languageguessing/guesslang.component +++ b/lingucomponent/source/languageguessing/guesslang.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="guesslang" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="guesslang" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.lingu2.LanguageGuessing"> <service name="com.sun.star.linguistic2.LanguageGuessing"/> </implementation> diff --git a/lingucomponent/source/spellcheck/macosxspell/MacOSXSpell.component b/lingucomponent/source/spellcheck/macosxspell/MacOSXSpell.component index f314b1c7a1ee..92807d4b3dfc 100644 --- a/lingucomponent/source/spellcheck/macosxspell/MacOSXSpell.component +++ b/lingucomponent/source/spellcheck/macosxspell/MacOSXSpell.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="MacOSXSpell" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="MacOSXSpell" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="org.openoffice.lingu.MacOSXSpellChecker"> <service name="com.sun.star.linguistic2.SpellChecker"/> </implementation> diff --git a/lingucomponent/source/spellcheck/spell/spell.component b/lingucomponent/source/spellcheck/spell/spell.component index ac990192071e..c11b7a7c3b4b 100644 --- a/lingucomponent/source/spellcheck/spell/spell.component +++ b/lingucomponent/source/spellcheck/spell/spell.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="spell" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="spell" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="org.openoffice.lingu.MySpellSpellChecker"> <service name="com.sun.star.linguistic2.SpellChecker"/> </implementation> diff --git a/lingucomponent/source/thesaurus/libnth/lnth.component b/lingucomponent/source/thesaurus/libnth/lnth.component index d54e1a38de2d..50aa23c87b52 100644 --- a/lingucomponent/source/thesaurus/libnth/lnth.component +++ b/lingucomponent/source/thesaurus/libnth/lnth.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="lnth" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="lnth" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="org.openoffice.lingu.new.Thesaurus"> <service name="com.sun.star.linguistic2.Thesaurus"/> </implementation> |