summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/UnoApi_offapi.mk2
-rw-r--r--offapi/com/sun/star/task/InteractionHandler.idl1
-rw-r--r--offapi/com/sun/star/ucb/CHAOSProgressStart.idl55
-rw-r--r--offapi/com/sun/star/ucb/InteractiveCHAOSException.idl55
-rw-r--r--offapi/type_reference/types.rdbbin7486976 -> 7486976 bytes
-rw-r--r--uui/source/iahndl.cxx23
-rw-r--r--uui/util/uui.xml1
7 files changed, 0 insertions, 137 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index 16f261764900..4373cdc4b402 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -3690,7 +3690,6 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/text,\
$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/ucb,\
AlreadyInitializedException \
AuthenticationRequest \
- CHAOSProgressStart \
CheckinArgument \
CertificateValidationRequest \
Command \
@@ -3734,7 +3733,6 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/ucb,\
InteractiveAppException \
InteractiveAugmentedIOException \
InteractiveBadTransferURLException \
- InteractiveCHAOSException \
InteractiveFileIOException \
InteractiveIOException \
InteractiveLockingException \
diff --git a/offapi/com/sun/star/task/InteractionHandler.idl b/offapi/com/sun/star/task/InteractionHandler.idl
index c105a90d4d7f..25f6edb5429a 100644
--- a/offapi/com/sun/star/task/InteractionHandler.idl
+++ b/offapi/com/sun/star/task/InteractionHandler.idl
@@ -41,7 +41,6 @@ module com { module sun { module star { module task {
<LI><type scope="com::sun::star::ucb">CertificateValidationRequest</type></LI>
<LI><type scope="com::sun::star::ucb">HandleCookiesRequest</type></LI>
<LI><type scope="com::sun::star::ucb">InteractiveAugmentedIOException</type>*</LI>
- <LI><type scope="com::sun::star::ucb">InteractiveCHAOSException</type>*</LI>
<LI><type scope="com::sun::star::ucb">InteractiveFileIOException</type>*</LI>
<LI><type scope="com::sun::star::ucb">InteractiveIOException</type>*</LI>
<LI><type scope="com::sun::star::ucb">InteractiveNetworkConnectException</type>*</LI>
diff --git a/offapi/com/sun/star/ucb/CHAOSProgressStart.idl b/offapi/com/sun/star/ucb/CHAOSProgressStart.idl
deleted file mode 100644
index e90f981e303b..000000000000
--- a/offapi/com/sun/star/ucb/CHAOSProgressStart.idl
+++ /dev/null
@@ -1,55 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-#ifndef __com_sun_star_ucb_CHAOSProgressStart_idl__
-#define __com_sun_star_ucb_CHAOSProgressStart_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-
-
-module com { module sun { module star { module ucb {
-
-/** An object representing the start of a task's activity that will progress
- from some minimal to some maximal value.
-
- @deprecated
-
- @see XProgressHandler
-*/
-published struct CHAOSProgressStart
-{
- /** An optional text describing the activity.
- */
- string Text;
-
- /** The minimal value of the progress.
- */
- long Minimum;
-
- /** The maximal value of the progress.
- */
- long Maximum;
-};
-
-
-}; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl b/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
deleted file mode 100644
index 979fb920e255..000000000000
--- a/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
+++ /dev/null
@@ -1,55 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-#ifndef __com_sun_star_ucb_InteractiveCHAOSException_idl__
-#define __com_sun_star_ucb_InteractiveCHAOSException_idl__
-
-#include <com/sun/star/task/ClassifiedInteractionRequest.idl>
-
-
-
-module com { module sun { module star { module ucb {
-
-/** An error capsuling error information as used by CHAOS.
-
- @deprecated
-*/
-published exception InteractiveCHAOSException: com::sun::star::task::ClassifiedInteractionRequest
-{
- /** The error ID.
-
- <p>For a "dynamic" error (with extra textual arguments), this ID
- does not contain the "dynamic bits".
- */
- long ID;
-
- /** Any textual arguments of a "dynamic" error (which will get merged into
- the error message).
-
- <p>This sequence should contain at most two elements.
- */
- sequence<string> Arguments;
-
-};
-
-
-}; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index 23164cd61cf9..237b6c5e5208 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index 1967c3ab621b..92db8392eb4c 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -43,7 +43,6 @@
#include "com/sun/star/task/XInteractionRequest.hpp"
#include "com/sun/star/task/XInteractionRetry.hpp"
#include "com/sun/star/ucb/InteractiveAppException.hpp"
-#include "com/sun/star/ucb/InteractiveCHAOSException.hpp"
#include "com/sun/star/ucb/InteractiveLockingLockedException.hpp"
#include "com/sun/star/ucb/InteractiveLockingNotLockedException.hpp"
#include "com/sun/star/ucb/InteractiveLockingLockExpiredException.hpp"
@@ -600,28 +599,6 @@ UUIInteractionHelper::handleRequest_impl(
return true;
}
- ucb::InteractiveCHAOSException aChaosException;
- if (aAnyRequest >>= aChaosException)
- {
- std::vector< rtl::OUString > aArguments;
- sal_Int32 nCount
- = std::min< sal_Int32 >(aChaosException.Arguments.getLength(),
- 2);
- aArguments.
- reserve(static_cast< std::vector< rtl::OUString >::size_type >(
- nCount));
- for (sal_Int32 i = 0; i < nCount; ++i)
- aArguments.push_back(aChaosException.Arguments[i]);
- handleErrorHandlerRequest(aChaosException.Classification,
- aChaosException.ID,
- aArguments,
- rRequest->getContinuations(),
- bObtainErrorStringOnly,
- bHasErrorString,
- rErrorString);
- return true;
- }
-
ucb::InteractiveWrongMediumException aWrongMediumException;
if (aAnyRequest >>= aWrongMediumException)
{
diff --git a/uui/util/uui.xml b/uui/util/uui.xml
index 7c12cfc3ee21..e6a16af2a53c 100644
--- a/uui/util/uui.xml
+++ b/uui/util/uui.xml
@@ -70,7 +70,6 @@
<type>com.sun.star.task.XPasswordContainer</type>
<type>com.sun.star.ucb.AuthenticationRequest</type>
<type>com.sun.star.ucb.InteractiveAugmentedIOException</type>
- <type>com.sun.star.ucb.InteractiveCHAOSException</type>
<type>com.sun.star.ucb.InteractiveNetworkConnectException</type>
<type>com.sun.star.ucb.InteractiveNetworkException</type>
<type>com.sun.star.ucb.InteractiveNetworkGeneralException</type>