diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-06-22 13:07:00 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-06-22 13:07:00 +0000 |
commit | f7d3bdb2de163d654638473c8ddc02d0d06a5d82 (patch) | |
tree | 2aa9613d6491c86ef306b649785166437c5460a9 /uui/util | |
parent | 5e75a4e706782effcb05e1805eae4f3f572fd07f (diff) |
#87187# - Added support for css::ucb::InteractiveAugmentedIOException
Diffstat (limited to 'uui/util')
-rw-r--r-- | uui/util/uui.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/uui/util/uui.xml b/uui/util/uui.xml index 94d8e8502489..9c17bf02d2c3 100644 --- a/uui/util/uui.xml +++ b/uui/util/uui.xml @@ -43,6 +43,7 @@ <type> com.sun.star.task.XInteractionRetry </type> <type> com.sun.star.ucb.AuthenticationRequest </type> <type> com.sun.star.ucb.HandleCookiesRequest </type> + <type> com.sun.star.ucb.InteractiveAugmentedIOException </type> <type> com.sun.star.ucb.InteractiveBadTransferURLException </type> <type> com.sun.star.ucb.InteractiveCHAOSException </type> <type> com.sun.star.ucb.InteractiveFileIOException </type> @@ -64,9 +65,9 @@ <project-build-dependency> svtools </project-build-dependency> <project-build-dependency> vcl </project-build-dependency> - <runtime-module-dependency> sal2 </runtime-module-dependency> - <runtime-module-dependency> cppu2 </runtime-module-dependency> - <runtime-module-dependency> cppuhelper2$(COM) </runtime-module-dependency> + <runtime-module-dependency> sal3 </runtime-module-dependency> + <runtime-module-dependency> cppu3 </runtime-module-dependency> + <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency> <runtime-module-dependency> tl </runtime-module-dependency> <runtime-module-dependency> svt </runtime-module-dependency> <runtime-module-dependency> vcl </runtime-module-dependency> |