diff options
author | Stephan Bergmann <sb@openoffice.org> | 2001-06-20 06:57:05 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2001-06-20 06:57:05 +0000 |
commit | 984b4fcff13efd89f6f77942d989001c35f72927 (patch) | |
tree | f0f47b37362fc6dcf9e5e2889db486a6d47f9ac8 /ucbhelper/util/ucbhelper.xml | |
parent | 459717152d64cb9041d20d465f2734cc988f1736 (diff) |
#88442# Derive class from salhelper::SimpleReferenceObject, which is safer than vos::OReference.
Diffstat (limited to 'ucbhelper/util/ucbhelper.xml')
-rw-r--r-- | ucbhelper/util/ucbhelper.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ucbhelper/util/ucbhelper.xml b/ucbhelper/util/ucbhelper.xml index a15154e453d4..c7eb0503bf25 100644 --- a/ucbhelper/util/ucbhelper.xml +++ b/ucbhelper/util/ucbhelper.xml @@ -5,11 +5,13 @@ <module-name> ucbhelper </module-name> <project-build-dependency> sal </project-build-dependency> + <project-build-dependency> salhelper </project-build-dependency> <project-build-dependency> cppu </project-build-dependency> <project-build-dependency> cppuhelper </project-build-dependency> <project-build-dependency> vos </project-build-dependency> <runtime-module-dependency> sal2 </runtime-module-dependency> + <runtime-module-dependency> salhelper3$(COM) </runtime-module-dependency> <runtime-module-dependency> cppu2 </runtime-module-dependency> <runtime-module-dependency> cppuhelper2$(COM) </runtime-module-dependency> <runtime-module-dependency> vos2$(COM) </runtime-module-dependency> |