diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-12-02 23:40:15 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-12-03 00:11:51 +0100 |
commit | 0c0dd979941f36658034f26920099c152f0aad80 (patch) | |
tree | 40534b52eb9e3435af9e58d8fec39b5dc5a46af6 /sfx2/source | |
parent | d859632d9fceb944620b483cb567545b9995ae73 (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 'sfx2/source')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 1 |
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> |