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
This commit is contained in:
Michael Stahl 2012-12-02 23:40:15 +01:00
parent d859632d9f
commit 0c0dd97994
7 changed files with 0 additions and 66 deletions

View file

@ -3942,7 +3942,6 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/util,\
TriState \
URL \
VetoException \
XArchiver \
XAtomServer \
XBroadcaster \
XCancelManager \

View file

@ -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: */

Binary file not shown.

View file

@ -40,7 +40,6 @@
#include <sfx2/docfile.hxx>
#include <sfx2/fcontnr.hxx>
#include <svtools/FilterConfigItem.hxx>
#include <com/sun/star/util/XArchiver.hpp>
#include <comphelper/processfactory.hxx>
using namespace ::rtl;

View file

@ -61,7 +61,6 @@
#include <svtools/FilterConfigItem.hxx>
#include <sot/storage.hxx>
#include <unotools/moduleoptions.hxx>
#include <com/sun/star/util/XArchiver.hpp>
#include "strmname.h"

View file

@ -45,7 +45,6 @@
#include <com/sun/star/ucb/XContentProvider.hpp>
#include <com/sun/star/ucb/XProgressHandler.hpp>
#include <com/sun/star/ucb/XCommandInfo.hpp>
#include <com/sun/star/util/XArchiver.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XTruncate.hpp>

View file

@ -55,7 +55,6 @@
#include <sfx2/brokenpackageint.hxx>
#include <svtools/FilterConfigItem.hxx>
#include <unotools/moduleoptions.hxx>
#include <com/sun/star/util/XArchiver.hpp>
#include <comphelper/ihwrapnofilter.hxx>
#include <swdll.hxx>