summaryrefslogtreecommitdiffstats
path: root/sfx2
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 /sfx2
parentAPI CHANGE: remove com.sun.star.view.XPrintPreview (diff)
downloadcore-0c0dd979941f36658034f26920099c152f0aad80.tar.gz
core-0c0dd979941f36658034f26920099c152f0aad80.zip
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 'sfx2')
-rw-r--r--sfx2/source/doc/docfile.cxx1
1 files changed, 0 insertions, 1 deletions
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>