diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:09:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:09:25 +0000 |
commit | 812f17b18f0532a543918a8f2b8221faa5a17235 (patch) | |
tree | 86116f04a3cdc344251ed13385920efc184708fb /stoc | |
parent | 5fce99bbff59d22f6a3ca79fa406f619d837f07d (diff) |
INTEGRATION: CWS uno2 (1.4.40); FILE MERGED
2003/04/08 13:56:11 dbo 1.4.40.1: #107991# UNO shared library component renaming
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/invocation_adapterfactory/invadp.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/source/invocation_adapterfactory/invadp.xml b/stoc/source/invocation_adapterfactory/invadp.xml index d39767d63fb8..a91615f5a5aa 100644 --- a/stoc/source/invocation_adapterfactory/invadp.xml +++ b/stoc/source/invocation_adapterfactory/invadp.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> invadp </module-name> + <module-name> invocadapt.uno </module-name> <component-description> <author> Daniel Boelzle </author> <name> com.sun.star.comp.stoc.InvocationAdapterFactory </name> @@ -33,7 +33,7 @@ interface by using an adapter factory instance. <project-build-dependency> cppuhelper </project-build-dependency> <project-build-dependency> cppu </project-build-dependency> <project-build-dependency> sal </project-build-dependency> - <runtime-module-dependency> cppuhelper2$(COM) </runtime-module-dependency> - <runtime-module-dependency> cppu2 </runtime-module-dependency> - <runtime-module-dependency> sal2 </runtime-module-dependency> + <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency> + <runtime-module-dependency> cppu3 </runtime-module-dependency> + <runtime-module-dependency> sal3 </runtime-module-dependency> </module-description> |