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