diff options
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/util/comphelp.component | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/util/comphelp.component b/comphelper/util/comphelp.component index 00d76c66c253..4def104c426c 100644 --- a/comphelper/util/comphelp.component +++ b/comphelper/util/comphelp.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="comphelp" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="comphelp" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="AnyCompareFactory"> <service name="com.sun.star.ucb.AnyCompareFactory"/> </implementation> |