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(-)

New commits:
commit 16f1477a2dd47d92bf754d437c6b5127c533f076
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sun Jun 7 16:27:07 2015 +0200

    Remove include stdio (part7)
    
    Change-Id: I7058ac53f4bbf96eff9a36a03279ab0753cc42ba
    Reviewed-on: https://gerrit.libreoffice.org/16135
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/lotuswordpro/source/filter/genericfilter.cxx 
b/lotuswordpro/source/filter/genericfilter.cxx
index 3ff90ec..0a6e43c 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 <stdio.h>
-
 #include <osl/mutex.hxx>
 #include <osl/thread.h>
 #include <cppuhelper/factory.hxx>
diff --git a/lotuswordpro/source/filter/lwpoleobject.cxx 
b/lotuswordpro/source/filter/lwpoleobject.cxx
index 4afb030..d8a0be3 100644
--- a/lotuswordpro/source/filter/lwpoleobject.cxx
+++ b/lotuswordpro/source/filter/lwpoleobject.cxx
@@ -61,7 +61,6 @@
  * Change History
  Feb 2005           Created
  ************************************************************************/
-#include <stdio.h>
 #include <tools/stream.hxx>
 #include "lwpglobalmgr.hxx"
 #include "lwpoleobject.hxx"
diff --git a/lotuswordpro/source/filter/xfilter/xfutil.cxx 
b/lotuswordpro/source/filter/xfilter/xfutil.cxx
index da50ea3..92cbf55 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 <stdio.h>
 #include "xfutil.hxx"
 #include "xfparagraph.hxx"
 #include "xfcontentcontainer.hxx"
diff --git a/writerfilter/source/dmapper/FontTable.cxx 
b/writerfilter/source/dmapper/FontTable.cxx
index ed63d8e..11a176b 100644
--- a/writerfilter/source/dmapper/FontTable.cxx
+++ b/writerfilter/source/dmapper/FontTable.cxx
@@ -21,7 +21,6 @@
 #include <ooxml/resourceids.hxx>
 #include <vector>
 #include <osl/file.hxx>
-#include <stdio.h>
 #include <rtl/tencinfo.h>
 #include <vcl/embeddedfontshelper.hxx>
 #include <unotools/fontdefs.hxx>
diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx 
b/writerfilter/source/dmapper/StyleSheetTable.cxx
index a732d02..bb24e75 100644
--- a/writerfilter/source/dmapper/StyleSheetTable.cxx
+++ b/writerfilter/source/dmapper/StyleSheetTable.cxx
@@ -38,7 +38,6 @@
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
 #include <map>
 #include <set>
-#include <stdio.h>
 #include <osl/diagnose.h>
 #include <rtl/ustrbuf.hxx>
 #include <comphelper/string.hxx>
diff --git a/writerfilter/source/dmapper/util.cxx 
b/writerfilter/source/dmapper/util.cxx
index 9145b3d..d6f73c2 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 <stdio.h>
 #include <stdlib.h>
 #include <fstream>
 #include <string>
diff --git a/writerfilter/source/ooxml/OOXMLFactory.cxx 
b/writerfilter/source/ooxml/OOXMLFactory.cxx
index f3bda37..4425dba 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 <stdio.h>
-
 #include <rtl/instance.hxx>
 #include <osl/mutex.hxx>
 #include <sax/fastattribs.hxx>
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx 
b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
index 27338af..4fa867b 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 <stdio.h>
 #include <iostream>
 #include <set>
 #include <comphelper/servicehelper.hxx>
diff --git a/xmlsecurity/source/component/documentdigitalsignatures.cxx 
b/xmlsecurity/source/component/documentdigitalsignatures.cxx
index 287b5cf..d7cce5c 100644
--- a/xmlsecurity/source/component/documentdigitalsignatures.cxx
+++ b/xmlsecurity/source/component/documentdigitalsignatures.cxx
@@ -44,9 +44,6 @@
 #include <cppuhelper/supportsservice.hxx>
 #include <com/sun/star/lang/IllegalArgumentException.hpp>
 
-#include <stdio.h>
-
-
 using namespace css;
 using namespace css::uno;
 
diff --git a/xmlsecurity/source/framework/xsec_framework.cxx 
b/xmlsecurity/source/framework/xsec_framework.cxx
index 8174a50..c20886d 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 <stdio.h>
-
 #include <osl/mutex.hxx>
 #include <osl/thread.h>
 #include <cppuhelper/factory.hxx>
diff --git a/xmlsecurity/source/xmlsec/mscrypt/xsec_mscrypt.cxx 
b/xmlsecurity/source/xmlsec/mscrypt/xsec_mscrypt.cxx
index 71c1b3e..3af07cf 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/xsec_mscrypt.cxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/xsec_mscrypt.cxx
@@ -19,7 +19,6 @@
 
 
 #include <sal/config.h>
-#include <stdio.h>
 
 #include <osl/mutex.hxx>
 #include <osl/thread.h>
diff --git a/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx 
b/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx
index 840c6b9..f26f18a 100644
--- a/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx
+++ b/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx
@@ -19,7 +19,6 @@
 
 
 #include <sal/config.h>
-#include <stdio.h>
 
 #include <osl/mutex.hxx>
 #include <osl/thread.h>
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx 
b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
index ae0b107..efa60a9 100644
--- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
+++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
@@ -27,7 +27,6 @@
 #include <xmloff/attrlist.hxx>
 #include "xmlelementwrapper_xmlsecimpl.hxx"
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to