summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-12-02 23:40:15 +0100
committerMichael Stahl <mstahl@redhat.com>2012-12-03 00:11:51 +0100
commit0c0dd979941f36658034f26920099c152f0aad80 (patch)
tree40534b52eb9e3435af9e58d8fec39b5dc5a46af6 /offapi
parentd859632d9fceb944620b483cb567545b9995ae73 (diff)
API CHANGE: remove com.sun.star.util.XArchiver
This interface has been deprecated since OpenOffice.org initial CVS import, and there does not appear to have been an implementation of it, though strangely there was client code using it until 2007. EXISTENCE: published key "/UCR/com/sun/star/util/XArchiver" exists only in registry 1 Change-Id: I8efa29a3d375d7c5c77ae47592b23bec4072d7a0
Diffstat (limited to 'offapi')
-rw-r--r--offapi/UnoApi_offapi.mk1
-rw-r--r--offapi/com/sun/star/util/XArchiver.idl61
-rw-r--r--offapi/type_reference/types.rdbbin7453696 -> 7453696 bytes
3 files changed, 0 insertions, 62 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index 0156118a4e25..89290d91123b 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -3942,7 +3942,6 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/util,\
TriState \
URL \
VetoException \
- XArchiver \
XAtomServer \
XBroadcaster \
XCancelManager \
diff --git a/offapi/com/sun/star/util/XArchiver.idl b/offapi/com/sun/star/util/XArchiver.idl
deleted file mode 100644
index 163d38467396..000000000000
--- a/offapi/com/sun/star/util/XArchiver.idl
+++ /dev/null
@@ -1,61 +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_util_XArchiver_idl__
-#define __com_sun_star_util_XArchiver_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/beans/PropertyValue.idl>
-
-#include <com/sun/star/container/XIndexAccess.idl>
-
-
-
-module com { module sun { module star { module util {
-
-
-/** @deprecated
- */
-published interface XArchiver: com::sun::star::uno::XInterface
-{
- // DOCUMENTATION OMITTED FOR XArchiver::pack
- boolean pack( [in] sequence<string> input,
- [in] string destination,
- [in] sequence<com::sun::star::beans::PropertyValue> aArgs );
-
- // DOCUMENTATION OMITTED FOR XArchiver::unpack
- boolean unpack( [in] string destinationpath,
- [in] string source,
- [in] sequence<string> files,
- [in] sequence<com::sun::star::beans::PropertyValue> aArgs );
-
- // DOCUMENTATION OMITTED FOR XArchiver::getContent
- com::sun::star::container::XIndexAccess getContent( [in] string source );
-
- // DOCUMENTATION OMITTED FOR XArchiver::getExtraData
- string getExtraData( [in] string source );
-
-};
-
-
-}; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index 2d4389415590..fb9fb4214000 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ