summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--sd/source/ui/app/sddll.cxx1
-rw-r--r--sd/source/ui/unoidl/sddetect.cxx1
-rw-r--r--sfx2/source/doc/docfile.cxx1
-rw-r--r--sw/source/ui/uno/swdetect.cxx1
7 files changed, 0 insertions, 66 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
diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx
index c367c4e577fc..97b5a021eb65 100644
--- a/sd/source/ui/app/sddll.cxx
+++ b/sd/source/ui/app/sddll.cxx
@@ -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;
diff --git a/sd/source/ui/unoidl/sddetect.cxx b/sd/source/ui/unoidl/sddetect.cxx
index 83ac4334a4e7..222251c9c7e1 100644
--- a/sd/source/ui/unoidl/sddetect.cxx
+++ b/sd/source/ui/unoidl/sddetect.cxx
@@ -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"
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 2287e9ea1cf6..85b7981b1e43 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -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>
diff --git a/sw/source/ui/uno/swdetect.cxx b/sw/source/ui/uno/swdetect.cxx
index 8e37f5aa4cf7..c5d7557349e4 100644
--- a/sw/source/ui/uno/swdetect.cxx
+++ b/sw/source/ui/uno/swdetect.cxx
@@ -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>