diff options
author | Stephan Bergmann <sb@openoffice.org> | 2001-08-24 12:14:09 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2001-08-24 12:14:09 +0000 |
commit | adb221cb62714e03587e915a48b95259d1b81b2b (patch) | |
tree | de03fe6cdfe8f6ad36a0e1ed66fd72a8895a4e1a /uui/util | |
parent | d80eadf8c4f889aa3adb6ec8cb5ab1b031825759 (diff) |
#91424# Interaction handler no longer uses ErrorHandler::HandleError.
Diffstat (limited to 'uui/util')
-rw-r--r-- | uui/util/uui.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/uui/util/uui.xml b/uui/util/uui.xml index bd23c53f4c80..71cfb02dd70c 100644 --- a/uui/util/uui.xml +++ b/uui/util/uui.xml @@ -47,7 +47,7 @@ <type>com.sun.star.lang.XTypeProvider</type> <type>com.sun.star.registry.XRegistryKey</type> <type>com.sun.star.sync2.BadPartnershipException</type> - <type>com.sun.star.task.ClassifiedInteractionRequest</type> + <type>com.sun.star.task.InteractionClassification</type> <type>com.sun.star.task.NoMasterException</type> <type>com.sun.star.task.PasswordRequest</type> <type>com.sun.star.task.XInteractionAbort</type> @@ -60,7 +60,6 @@ <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> <type>com.sun.star.ucb.InteractiveNetworkConnectException</type> |