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 /sd | |
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 'sd')
-rw-r--r-- | sd/source/ui/app/sddll.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/unoidl/sddetect.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
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" |