diff options
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/factory/brdgfctr.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/remotebridges/source/factory/brdgfctr.xml b/remotebridges/source/factory/brdgfctr.xml index a4410ccf049a..bf6532c0edf0 100644 --- a/remotebridges/source/factory/brdgfctr.xml +++ b/remotebridges/source/factory/brdgfctr.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> <module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name> brdgfctr </module-name> + <module-name> bridgefac.uno </module-name> <component-description> <author> Joerg Budischewski </author> <name> com.sun.star.comp.remotebridges.BridgeFactory </name> @@ -36,10 +36,8 @@ </component-description> <project-build-dependency> cppuhelper </project-build-dependency> <project-build-dependency> cppu </project-build-dependency> - <project-build-dependency> vos </project-build-dependency> <project-build-dependency> sal </project-build-dependency> - <runtime-module-dependency> cppuhelper2 </runtime-module-dependency> - <runtime-module-dependency> cppu2 </runtime-module-dependency> - <runtime-module-dependency> vos2 </runtime-module-dependency> - <runtime-module-dependency> sal2 </runtime-module-dependency> + <runtime-module-dependency> cppuhelper3 </runtime-module-dependency> + <runtime-module-dependency> cppu3 </runtime-module-dependency> + <runtime-module-dependency> sal3 </runtime-module-dependency> </module-description> |