summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-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
5 files changed, 0 insertions, 113 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