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