diff options
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/lng.component | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/lng.component b/linguistic/source/lng.component index 28ef844c9c95..a8602150e774 100644 --- a/linguistic/source/lng.component +++ b/linguistic/source/lng.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="lng" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="lng" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.lingu2.ConvDicList"> <service name="com.sun.star.linguistic2.ConversionDictionaryList"/> </implementation> |