Kaydet (Commit) 05aa02a8 authored tarafından Miklos Vajna's avatar Miklos Vajna

Unused includes

Change-Id: Ie273e88bd12321726f1717e4e09b1928fcadb6f9
üst 2ad285ea
...@@ -17,14 +17,12 @@ ...@@ -17,14 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <tools/stream.hxx>
#include <poolfmt.hxx> #include <poolfmt.hxx>
#include <shellio.hxx> #include <shellio.hxx>
#include <ndtxt.hxx> #include <ndtxt.hxx>
#include <doc.hxx> #include <doc.hxx>
#include <docsh.hxx> #include <docsh.hxx>
#include <IDocumentStylePoolAccess.hxx> #include <IDocumentStylePoolAccess.hxx>
#include <pam.hxx>
#include <swerror.h> #include <swerror.h>
#include <unotextrange.hxx> #include <unotextrange.hxx>
...@@ -32,11 +30,8 @@ ...@@ -32,11 +30,8 @@
#include <unotools/streamwrap.hxx> #include <unotools/streamwrap.hxx>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/XFilter.hpp> #include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XImporter.hpp> #include <com/sun/star/document/XImporter.hpp>
#include <com/sun/star/document/XExporter.hpp>
#include <com/sun/star/text/XTextRange.hpp>
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include <svx/svdogrp.hxx> #include <svx/svdogrp.hxx>
#include <oox/token/tokens.hxx> #include <oox/token/tokens.hxx>
#include <oox/export/utils.hxx> #include <oox/export/utils.hxx>
#include <oox/export/vmlexport.hxx>
#include <oox/token/properties.hxx> #include <oox/token/properties.hxx>
#include <textboxhelper.hxx> #include <textboxhelper.hxx>
#include <fmtanchr.hxx> #include <fmtanchr.hxx>
...@@ -32,7 +31,6 @@ ...@@ -32,7 +31,6 @@
#include <comphelper/seqstream.hxx> #include <comphelper/seqstream.hxx>
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
#include <IDocumentDrawModelAccess.hxx> #include <IDocumentDrawModelAccess.hxx>
using namespace com::sun::star; using namespace com::sun::star;
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include <editeng/unoprnms.hxx> #include <editeng/unoprnms.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <unotools/datetime.hxx> #include <unotools/datetime.hxx>
#include <DomainMapper_Impl.hxx>
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
namespace writerfilter namespace writerfilter
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#ifdef DEBUG_WRITERFILTER #ifdef DEBUG_WRITERFILTER
#include <iostream> #include <iostream>
#include <osl/process.h>
#endif #endif
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
...@@ -28,12 +27,9 @@ ...@@ -28,12 +27,9 @@
#include <com/sun/star/document/XImporter.hpp> #include <com/sun/star/document/XImporter.hpp>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <com/sun/star/io/WrongFormatException.hpp> #include <com/sun/star/io/WrongFormatException.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/xml/sax/SAXParseException.hpp> #include <com/sun/star/xml/sax/SAXParseException.hpp>
#include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
...@@ -44,7 +40,6 @@ ...@@ -44,7 +40,6 @@
#include <oox/ole/olestorage.hxx> #include <oox/ole/olestorage.hxx>
#include <oox/ole/vbaproject.hxx> #include <oox/ole/vbaproject.hxx>
#include <ooxml/OOXMLDocument.hxx> #include <ooxml/OOXMLDocument.hxx>
#include <osl/diagnose.h>
#include <unotools/mediadescriptor.hxx> #include <unotools/mediadescriptor.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
...@@ -18,14 +18,11 @@ ...@@ -18,14 +18,11 @@
*/ */
#include <com/sun/star/document/XExtendedFilterDetection.hpp> #include <com/sun/star/document/XExtendedFilterDetection.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <comphelper/storagehelper.hxx> #include <comphelper/storagehelper.hxx>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include <sot/storage.hxx> #include <sot/storage.hxx>
#include <unotools/ucbstreamhelper.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment