diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-27 01:08:02 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-27 01:08:02 -0500 |
commit | acccf6e4e4c54c75f71bd3d8e038fbb7cc7de91e (patch) | |
tree | 86461b585b3d7056ec95e9d79385dba5045962f4 /fileaccess | |
parent | f64ef72743e55389e446e0d4bc6febd475011023 (diff) |
remove vos reference from uno xml descriptions
Diffstat (limited to 'fileaccess')
-rw-r--r-- | fileaccess/source/fileacc.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fileaccess/source/fileacc.xml b/fileaccess/source/fileacc.xml index 82f731f3e5d0..c87ed30b335a 100644 --- a/fileaccess/source/fileacc.xml +++ b/fileaccess/source/fileacc.xml @@ -50,13 +50,11 @@ <project-build-dependency> ucbhelper </project-build-dependency> <project-build-dependency> tools </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> cppuhelper$(COM) </runtime-module-dependency> <runtime-module-dependency> ucbhelper1MSC </runtime-module-dependency> <runtime-module-dependency> cppu3 </runtime-module-dependency> - <runtime-module-dependency> vos2$(COM) </runtime-module-dependency> <runtime-module-dependency> sal3 </runtime-module-dependency> <runtime-module-dependency> tl </runtime-module-dependency> </module-description> |