diff options
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/source/rdf/unordf.component | 4 | ||||
-rw-r--r-- | unoxml/source/service/unoxml.component | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/unoxml/source/rdf/unordf.component b/unoxml/source/rdf/unordf.component index e6ca594ad6eb..094534153924 100644 --- a/unoxml/source/rdf/unordf.component +++ b/unoxml/source/rdf/unordf.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="unordf" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="unordf" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="CBlankNode"> <service name="com.sun.star.rdf.BlankNode"/> </implementation> diff --git a/unoxml/source/service/unoxml.component b/unoxml/source/service/unoxml.component index 48b2b2857b45..260256b6f8a3 100644 --- a/unoxml/source/service/unoxml.component +++ b/unoxml/source/service/unoxml.component @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" prefix="unoxml" - xmlns="http://openoffice.org/2010/uno-components"> +<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" + prefix="unoxml" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.xml.dom.DocumentBuilder"> <service name="com.sun.star.xml.dom.DocumentBuilder"/> </implementation> |