From 16f1477a2dd47d92bf754d437c6b5127c533f076 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 7 Jun 2015 16:27:07 +0200 Subject: Remove include stdio (part7) Change-Id: I7058ac53f4bbf96eff9a36a03279ab0753cc42ba Reviewed-on: https://gerrit.libreoffice.org/16135 Tested-by: Jenkins Reviewed-by: Julien Nabet --- lotuswordpro/source/filter/genericfilter.cxx | 2 -- lotuswordpro/source/filter/lwpoleobject.cxx | 1 - lotuswordpro/source/filter/xfilter/xfutil.cxx | 1 - writerfilter/source/dmapper/FontTable.cxx | 1 - writerfilter/source/dmapper/StyleSheetTable.cxx | 1 - writerfilter/source/dmapper/util.cxx | 1 - writerfilter/source/ooxml/OOXMLFactory.cxx | 2 -- writerfilter/source/ooxml/OOXMLFastContextHandler.cxx | 1 - xmlsecurity/source/component/documentdigitalsignatures.cxx | 3 --- xmlsecurity/source/framework/xsec_framework.cxx | 2 -- xmlsecurity/source/xmlsec/mscrypt/xsec_mscrypt.cxx | 1 - xmlsecurity/source/xmlsec/nss/xsec_nss.cxx | 1 - xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx | 1 - 13 files changed, 18 deletions(-) diff --git a/lotuswordpro/source/filter/genericfilter.cxx b/lotuswordpro/source/filter/genericfilter.cxx index 3ff90ec00a3d..0a6e43c92804 100644 --- a/lotuswordpro/source/filter/genericfilter.cxx +++ b/lotuswordpro/source/filter/genericfilter.cxx @@ -1,6 +1,4 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -#include - #include #include #include diff --git a/lotuswordpro/source/filter/lwpoleobject.cxx b/lotuswordpro/source/filter/lwpoleobject.cxx index 4afb0309d6da..d8a0be34fdcd 100644 --- a/lotuswordpro/source/filter/lwpoleobject.cxx +++ b/lotuswordpro/source/filter/lwpoleobject.cxx @@ -61,7 +61,6 @@ * Change History Feb 2005 Created ************************************************************************/ -#include #include #include "lwpglobalmgr.hxx" #include "lwpoleobject.hxx" diff --git a/lotuswordpro/source/filter/xfilter/xfutil.cxx b/lotuswordpro/source/filter/xfilter/xfutil.cxx index da50ea37af56..92cbf55a0aed 100644 --- a/lotuswordpro/source/filter/xfilter/xfutil.cxx +++ b/lotuswordpro/source/filter/xfilter/xfutil.cxx @@ -57,7 +57,6 @@ * @file * Util functions for xml filter. ************************************************************************/ -#include #include "xfutil.hxx" #include "xfparagraph.hxx" #include "xfcontentcontainer.hxx" diff --git a/writerfilter/source/dmapper/FontTable.cxx b/writerfilter/source/dmapper/FontTable.cxx index ed63d8ead442..11a176b34124 100644 --- a/writerfilter/source/dmapper/FontTable.cxx +++ b/writerfilter/source/dmapper/FontTable.cxx @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx b/writerfilter/source/dmapper/StyleSheetTable.cxx index a732d0201610..bb24e75f1c26 100644 --- a/writerfilter/source/dmapper/StyleSheetTable.cxx +++ b/writerfilter/source/dmapper/StyleSheetTable.cxx @@ -38,7 +38,6 @@ #include #include #include -#include #include #include #include diff --git a/writerfilter/source/dmapper/util.cxx b/writerfilter/source/dmapper/util.cxx index 9145b3de9509..d6f73c254ba4 100644 --- a/writerfilter/source/dmapper/util.cxx +++ b/writerfilter/source/dmapper/util.cxx @@ -16,7 +16,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include #include #include diff --git a/writerfilter/source/ooxml/OOXMLFactory.cxx b/writerfilter/source/ooxml/OOXMLFactory.cxx index f3bda37e0582..4425dba74673 100644 --- a/writerfilter/source/ooxml/OOXMLFactory.cxx +++ b/writerfilter/source/ooxml/OOXMLFactory.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include - #include #include #include diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx index 27338af35778..4fa867bb3ca8 100644 --- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx +++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include #include #include diff --git a/xmlsecurity/source/component/documentdigitalsignatures.cxx b/xmlsecurity/source/component/documentdigitalsignatures.cxx index 287b5cf50125..d7cce5ccc285 100644 --- a/xmlsecurity/source/component/documentdigitalsignatures.cxx +++ b/xmlsecurity/source/component/documentdigitalsignatures.cxx @@ -44,9 +44,6 @@ #include #include -#include - - using namespace css; using namespace css::uno; diff --git a/xmlsecurity/source/framework/xsec_framework.cxx b/xmlsecurity/source/framework/xsec_framework.cxx index 8174a50a6cf1..c20886dba590 100644 --- a/xmlsecurity/source/framework/xsec_framework.cxx +++ b/xmlsecurity/source/framework/xsec_framework.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include - #include #include #include diff --git a/xmlsecurity/source/xmlsec/mscrypt/xsec_mscrypt.cxx b/xmlsecurity/source/xmlsec/mscrypt/xsec_mscrypt.cxx index 71c1b3ee16e3..3af07cfbbfa3 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/xsec_mscrypt.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/xsec_mscrypt.cxx @@ -19,7 +19,6 @@ #include -#include #include #include diff --git a/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx b/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx index 840c6b961485..f26f18a1a353 100644 --- a/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx +++ b/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx @@ -19,7 +19,6 @@ #include -#include #include #include diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx index ae0b10770f09..efa60a91639c 100644 --- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx +++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx @@ -27,7 +27,6 @@ #include #include "xmlelementwrapper_xmlsecimpl.hxx" -#include #include #include -- cgit