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