diff options
Diffstat (limited to 'extensions/source/plugin/pl.component')
-rw-r--r-- | extensions/source/plugin/pl.component | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/plugin/pl.component b/extensions/source/plugin/pl.component index e2b7c1a5c2e0..7f74fca066d5 100644 --- a/extensions/source/plugin/pl.component +++ b/extensions/source/plugin/pl.component @@ -26,8 +26,8 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" prefix="pl" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="pl" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.extensions.PluginManager"> <service name="com.sun.star.plugin.PluginManager"/> </implementation> |