connectivity/inc/pch/precompiled_dbase.hxx | 1 - connectivity/inc/pch/precompiled_dbpool2.hxx | 1 - connectivity/inc/pch/precompiled_dbtools.hxx | 1 - connectivity/inc/pch/precompiled_file.hxx | 1 - connectivity/inc/pch/precompiled_flat.hxx | 1 - connectivity/inc/pch/precompiled_odbc.hxx | 1 - connectivity/inc/pch/precompiled_postgresql-sdbc-impl.hxx | 1 - connectivity/source/commontools/CommonTools.cxx | 1 - connectivity/source/commontools/FValue.cxx | 1 - connectivity/source/commontools/dbconversion.cxx | 1 - connectivity/source/cpool/ZConnectionPool.cxx | 1 - connectivity/source/cpool/Zregistration.cxx | 1 - connectivity/source/drivers/dbase/DTable.cxx | 1 - connectivity/source/drivers/evoab2/EApi.cxx | 1 - connectivity/source/drivers/evoab2/NPreparedStatement.cxx | 1 - connectivity/source/drivers/evoab2/NStatement.cxx | 1 - connectivity/source/drivers/file/FPreparedStatement.cxx | 1 - connectivity/source/drivers/file/FTable.cxx | 1 - connectivity/source/drivers/flat/ETable.cxx | 1 - connectivity/source/drivers/hsqldb/accesslog.hxx | 1 - connectivity/source/drivers/mork/MNSINIParser.hxx | 4 ---- connectivity/source/drivers/mork/MPreparedStatement.cxx | 1 - connectivity/source/drivers/mork/MStatement.cxx | 1 - connectivity/source/drivers/mozab/MPreparedStatement.cxx | 1 - connectivity/source/drivers/mozab/MStatement.cxx | 1 - connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx | 4 ---- connectivity/source/drivers/odbc/ODatabaseMetaData.cxx | 1 - connectivity/source/drivers/odbc/OPreparedStatement.cxx | 1 - connectivity/source/drivers/odbc/OStatement.cxx | 1 - connectivity/source/drivers/postgresql/pq_connection.cxx | 1 - connectivity/source/drivers/postgresql/pq_driver.cxx | 2 -- connectivity/source/manager/mdrivermanager.cxx | 2 -- connectivity/source/manager/mregistration.cxx | 2 -- connectivity/source/sdbcx/VCollection.cxx | 1 - connectivity/source/sdbcx/VGroup.cxx | 1 - connectivity/source/sdbcx/VUser.cxx | 1 - connectivity/workben/iniParser/main.cxx | 1 - 37 files changed, 46 deletions(-)
New commits: commit 6e62d72b939a09e7e0b77e264e94785ab5bd3741 Author: Julien Nabet <serval2...@yahoo.fr> Date: Sun May 17 10:49:07 2015 +0200 Remove include stdio (part1) Change-Id: I364aedbd8870c2bbd3440f144143c503dd7ff2c1 Reviewed-on: https://gerrit.libreoffice.org/15767 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/connectivity/inc/pch/precompiled_dbase.hxx b/connectivity/inc/pch/precompiled_dbase.hxx index b5636bd..4c40a52 100644 --- a/connectivity/inc/pch/precompiled_dbase.hxx +++ b/connectivity/inc/pch/precompiled_dbase.hxx @@ -50,7 +50,6 @@ #include <rtl/math.hxx> #include <rtl/strbuf.hxx> #include <sal/config.h> -#include <stdio.h> #include <svl/converter.hxx> #include <svl/zforlist.hxx> #include <tools/config.hxx> diff --git a/connectivity/inc/pch/precompiled_dbpool2.hxx b/connectivity/inc/pch/precompiled_dbpool2.hxx index 26d4bdd..8c8d7a0 100644 --- a/connectivity/inc/pch/precompiled_dbpool2.hxx +++ b/connectivity/inc/pch/precompiled_dbpool2.hxx @@ -41,6 +41,5 @@ #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> #include <osl/diagnose.h> -#include <stdio.h> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/connectivity/inc/pch/precompiled_dbtools.hxx b/connectivity/inc/pch/precompiled_dbtools.hxx index 99c4bd5..b6f0895 100644 --- a/connectivity/inc/pch/precompiled_dbtools.hxx +++ b/connectivity/inc/pch/precompiled_dbtools.hxx @@ -162,7 +162,6 @@ #include <sqlbison.hxx> #include <sstream> #include <stack> -#include <stdio.h> #include <string.h> #include <svtools/miscopt.hxx> #include <tools/diagnose_ex.h> diff --git a/connectivity/inc/pch/precompiled_file.hxx b/connectivity/inc/pch/precompiled_file.hxx index 1a35d7d..d483a14 100644 --- a/connectivity/inc/pch/precompiled_file.hxx +++ b/connectivity/inc/pch/precompiled_file.hxx @@ -60,7 +60,6 @@ #include <rtl/math.hxx> #include <rtl/ustrbuf.hxx> #include <sal/config.h> -#include <stdio.h> #include <tools/date.hxx> #include <tools/datetime.hxx> #include <tools/debug.hxx> diff --git a/connectivity/inc/pch/precompiled_flat.hxx b/connectivity/inc/pch/precompiled_flat.hxx index f9ac31a..6446286 100644 --- a/connectivity/inc/pch/precompiled_flat.hxx +++ b/connectivity/inc/pch/precompiled_flat.hxx @@ -46,7 +46,6 @@ #include <i18nlangtag/languagetag.hxx> #include <osl/thread.h> #include <rtl/math.hxx> -#include <stdio.h> #include <svl/converter.hxx> #include <svl/zforlist.hxx> #include <unotools/configmgr.hxx> diff --git a/connectivity/inc/pch/precompiled_odbc.hxx b/connectivity/inc/pch/precompiled_odbc.hxx index 218805b..3881b9d 100644 --- a/connectivity/inc/pch/precompiled_odbc.hxx +++ b/connectivity/inc/pch/precompiled_odbc.hxx @@ -14,7 +14,6 @@ also fixes all possible problems, so it's usually better to use it). */ -#include "stdio.h" #include <algorithm> #include <boost/scoped_ptr.hpp> #include <boost/type_traits/is_same.hpp> diff --git a/connectivity/inc/pch/precompiled_postgresql-sdbc-impl.hxx b/connectivity/inc/pch/precompiled_postgresql-sdbc-impl.hxx index 9a19a91..dc391dd 100644 --- a/connectivity/inc/pch/precompiled_postgresql-sdbc-impl.hxx +++ b/connectivity/inc/pch/precompiled_postgresql-sdbc-impl.hxx @@ -58,7 +58,6 @@ #include <rtl/strbuf.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/uuid.h> -#include <stdio.h> #include <string.h> #include <time.h> #include <vector> diff --git a/connectivity/source/commontools/CommonTools.cxx b/connectivity/source/commontools/CommonTools.cxx index fb3cf8a..d97bc07 100644 --- a/connectivity/source/commontools/CommonTools.cxx +++ b/connectivity/source/commontools/CommonTools.cxx @@ -19,7 +19,6 @@ #include <config_features.h> -#include <stdio.h> #include <connectivity/CommonTools.hxx> #include <connectivity/dbtools.hxx> #include <com/sun/star/util/Date.hpp> diff --git a/connectivity/source/commontools/FValue.cxx b/connectivity/source/commontools/FValue.cxx index 93648c1..1640250 100644 --- a/connectivity/source/commontools/FValue.cxx +++ b/connectivity/source/commontools/FValue.cxx @@ -19,7 +19,6 @@ #include <string.h> -#include <stdio.h> #include <connectivity/FValue.hxx> #include <connectivity/CommonTools.hxx> #include <connectivity/dbconversion.hxx> diff --git a/connectivity/source/commontools/dbconversion.cxx b/connectivity/source/commontools/dbconversion.cxx index f8860aa..92854f8 100644 --- a/connectivity/source/commontools/dbconversion.cxx +++ b/connectivity/source/commontools/dbconversion.cxx @@ -20,7 +20,6 @@ #include <connectivity/dbconversion.hxx> #include <connectivity/dbcharset.hxx> #include <osl/diagnose.h> -#include <stdio.h> #include <com/sun/star/sdbc/SQLException.hpp> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/Time.hpp> diff --git a/connectivity/source/cpool/ZConnectionPool.cxx b/connectivity/source/cpool/ZConnectionPool.cxx index 149d20b..2c20032 100644 --- a/connectivity/source/cpool/ZConnectionPool.cxx +++ b/connectivity/source/cpool/ZConnectionPool.cxx @@ -18,7 +18,6 @@ */ -#include <stdio.h> #include "ZConnectionPool.hxx" #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/container/ElementExistException.hpp> diff --git a/connectivity/source/cpool/Zregistration.cxx b/connectivity/source/cpool/Zregistration.cxx index 2dc50e9..bd21ccf 100644 --- a/connectivity/source/cpool/Zregistration.cxx +++ b/connectivity/source/cpool/Zregistration.cxx @@ -18,7 +18,6 @@ */ -#include <stdio.h> #include <cppuhelper/factory.hxx> #include "ZPoolCollection.hxx" diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx index cb0be09..3f05fe6 100644 --- a/connectivity/source/drivers/dbase/DTable.cxx +++ b/connectivity/source/drivers/dbase/DTable.cxx @@ -34,7 +34,6 @@ #include <svl/zforlist.hxx> #include <unotools/syslocale.hxx> #include <rtl/math.hxx> -#include <stdio.h> #include <ucbhelper/content.hxx> #include <connectivity/dbexception.hxx> #include <com/sun/star/lang/DisposedException.hpp> diff --git a/connectivity/source/drivers/evoab2/EApi.cxx b/connectivity/source/drivers/evoab2/EApi.cxx index e3120d8..ea9aeac 100644 --- a/connectivity/source/drivers/evoab2/EApi.cxx +++ b/connectivity/source/drivers/evoab2/EApi.cxx @@ -18,7 +18,6 @@ */ #include <rtl/ustring.hxx> #include <osl/module.h> -#include <stdio.h> #define DECLARE_FN_POINTERS 1 #include "EApi.h" static const char *eBookLibNames[] = { diff --git a/connectivity/source/drivers/evoab2/NPreparedStatement.cxx b/connectivity/source/drivers/evoab2/NPreparedStatement.cxx index 7994275..1eeb64e 100644 --- a/connectivity/source/drivers/evoab2/NPreparedStatement.cxx +++ b/connectivity/source/drivers/evoab2/NPreparedStatement.cxx @@ -18,7 +18,6 @@ */ -#include <stdio.h> #include <osl/diagnose.h> #include "NPreparedStatement.hxx" #include <com/sun/star/sdbc/DataType.hpp> diff --git a/connectivity/source/drivers/evoab2/NStatement.cxx b/connectivity/source/drivers/evoab2/NStatement.cxx index f8cb606..9b8a101 100644 --- a/connectivity/source/drivers/evoab2/NStatement.cxx +++ b/connectivity/source/drivers/evoab2/NStatement.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <stdio.h> #include <osl/diagnose.h> #include <osl/thread.h> #include <rtl/ustring.hxx> diff --git a/connectivity/source/drivers/file/FPreparedStatement.cxx b/connectivity/source/drivers/file/FPreparedStatement.cxx index 5939f0a..32290b7 100644 --- a/connectivity/source/drivers/file/FPreparedStatement.cxx +++ b/connectivity/source/drivers/file/FPreparedStatement.cxx @@ -18,7 +18,6 @@ */ -#include <stdio.h> #include <connectivity/sdbcx/VColumn.hxx> #include <osl/diagnose.h> #include "file/FPreparedStatement.hxx" diff --git a/connectivity/source/drivers/file/FTable.cxx b/connectivity/source/drivers/file/FTable.cxx index 69ab89c..0ef5189 100644 --- a/connectivity/source/drivers/file/FTable.cxx +++ b/connectivity/source/drivers/file/FTable.cxx @@ -18,7 +18,6 @@ */ -#include <stdio.h> #include "file/FTable.hxx" #include "file/FColumns.hxx" #include <com/sun/star/sdbc/XRow.hpp> diff --git a/connectivity/source/drivers/flat/ETable.cxx b/connectivity/source/drivers/flat/ETable.cxx index 1a48c68..854ea23 100644 --- a/connectivity/source/drivers/flat/ETable.cxx +++ b/connectivity/source/drivers/flat/ETable.cxx @@ -28,7 +28,6 @@ #include <osl/thread.h> #include <svl/zforlist.hxx> #include <rtl/math.hxx> -#include <stdio.h> #include <cppuhelper/queryinterface.hxx> #include <comphelper/extract.hxx> #include <comphelper/numbers.hxx> diff --git a/connectivity/source/drivers/hsqldb/accesslog.hxx b/connectivity/source/drivers/hsqldb/accesslog.hxx index 99af745..bf34d9f 100644 --- a/connectivity/source/drivers/hsqldb/accesslog.hxx +++ b/connectivity/source/drivers/hsqldb/accesslog.hxx @@ -22,7 +22,6 @@ #ifdef HSQLDB_DBG -#include <stdio.h> #include <jni.h> #include <rtl/ustring.hxx> #include <rtl/string.hxx> diff --git a/connectivity/source/drivers/mork/MNSINIParser.hxx b/connectivity/source/drivers/mork/MNSINIParser.hxx index 1967cf3..3dbbaa6 100644 --- a/connectivity/source/drivers/mork/MNSINIParser.hxx +++ b/connectivity/source/drivers/mork/MNSINIParser.hxx @@ -27,10 +27,6 @@ #include <map> #include <list> -#if OSL_DEBUG_LEVEL > 0 -#include <stdio.h> -#endif - struct ini_NameValue { OUString sName; diff --git a/connectivity/source/drivers/mork/MPreparedStatement.cxx b/connectivity/source/drivers/mork/MPreparedStatement.cxx index 9b5dde2..0124eaf 100644 --- a/connectivity/source/drivers/mork/MPreparedStatement.cxx +++ b/connectivity/source/drivers/mork/MPreparedStatement.cxx @@ -7,7 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <stdio.h> #include <osl/diagnose.h> #include <connectivity/sdbcx/VColumn.hxx> #include "MPreparedStatement.hxx" diff --git a/connectivity/source/drivers/mork/MStatement.cxx b/connectivity/source/drivers/mork/MStatement.cxx index 01fc1fc..7989c75 100644 --- a/connectivity/source/drivers/mork/MStatement.cxx +++ b/connectivity/source/drivers/mork/MStatement.cxx @@ -18,7 +18,6 @@ */ -#include <stdio.h> #include <osl/diagnose.h> #include <comphelper/property.hxx> #include <comphelper/uno3.hxx> diff --git a/connectivity/source/drivers/mozab/MPreparedStatement.cxx b/connectivity/source/drivers/mozab/MPreparedStatement.cxx index 402c656..8b52129 100644 --- a/connectivity/source/drivers/mozab/MPreparedStatement.cxx +++ b/connectivity/source/drivers/mozab/MPreparedStatement.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <stdio.h> #include <osl/diagnose.h> #include <connectivity/sdbcx/VColumn.hxx> #include "MPreparedStatement.hxx" diff --git a/connectivity/source/drivers/mozab/MStatement.cxx b/connectivity/source/drivers/mozab/MStatement.cxx index d7130ff..76f9896 100644 --- a/connectivity/source/drivers/mozab/MStatement.cxx +++ b/connectivity/source/drivers/mozab/MStatement.cxx @@ -18,7 +18,6 @@ */ -#include <stdio.h> #include <osl/diagnose.h> #include <comphelper/property.hxx> #include <comphelper/uno3.hxx> diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx index 7a5a2ac..b901156 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx +++ b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx @@ -26,10 +26,6 @@ #include <map> #include <list> -#if OSL_DEBUG_LEVEL > 0 -#include <stdio.h> -#endif - struct ini_NameValue { OUString sName; diff --git a/connectivity/source/drivers/odbc/ODatabaseMetaData.cxx b/connectivity/source/drivers/odbc/ODatabaseMetaData.cxx index a06016f..a52608a 100644 --- a/connectivity/source/drivers/odbc/ODatabaseMetaData.cxx +++ b/connectivity/source/drivers/odbc/ODatabaseMetaData.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/sdbc/ResultSetConcurrency.hpp> #include <com/sun/star/sdbc/TransactionIsolation.hpp> #include <connectivity/odbc.hxx> -#include "stdio.h" #include "TPrivilegesResultSet.hxx" #include <connectivity/dbexception.hxx> #include <rtl/ustrbuf.hxx> diff --git a/connectivity/source/drivers/odbc/OPreparedStatement.cxx b/connectivity/source/drivers/odbc/OPreparedStatement.cxx index e88a3ae..f5ff4e3 100644 --- a/connectivity/source/drivers/odbc/OPreparedStatement.cxx +++ b/connectivity/source/drivers/odbc/OPreparedStatement.cxx @@ -18,7 +18,6 @@ */ -#include <stdio.h> #include <string.h> #include <osl/diagnose.h> #include "diagnose_ex.h" diff --git a/connectivity/source/drivers/odbc/OStatement.cxx b/connectivity/source/drivers/odbc/OStatement.cxx index 2259ca9..8f3f8b6 100644 --- a/connectivity/source/drivers/odbc/OStatement.cxx +++ b/connectivity/source/drivers/odbc/OStatement.cxx @@ -18,7 +18,6 @@ */ -#include <stdio.h> #include <osl/diagnose.h> #include "odbc/OStatement.hxx" #include "odbc/OConnection.hxx" diff --git a/connectivity/source/drivers/postgresql/pq_connection.cxx b/connectivity/source/drivers/postgresql/pq_connection.cxx index ed7470a..f26f7b6 100644 --- a/connectivity/source/drivers/postgresql/pq_connection.cxx +++ b/connectivity/source/drivers/postgresql/pq_connection.cxx @@ -35,7 +35,6 @@ ************************************************************************/ #include <list> -#include <stdio.h> #include <time.h> #include <string.h> diff --git a/connectivity/source/drivers/postgresql/pq_driver.cxx b/connectivity/source/drivers/postgresql/pq_driver.cxx index 0e2b839..82dd2d3 100644 --- a/connectivity/source/drivers/postgresql/pq_driver.cxx +++ b/connectivity/source/drivers/postgresql/pq_driver.cxx @@ -34,8 +34,6 @@ * ************************************************************************/ -#include <stdio.h> - #include <comphelper/processfactory.hxx> #include <cppuhelper/factory.hxx> #include <cppuhelper/compbase1.hxx> diff --git a/connectivity/source/manager/mdrivermanager.cxx b/connectivity/source/manager/mdrivermanager.cxx index 0e773b2..b64e935 100644 --- a/connectivity/source/manager/mdrivermanager.cxx +++ b/connectivity/source/manager/mdrivermanager.cxx @@ -18,8 +18,6 @@ */ -#include <stdio.h> - #include "mdrivermanager.hxx" #include <com/sun/star/configuration/theDefaultProvider.hpp> #include <com/sun/star/sdbc/XDriver.hpp> diff --git a/connectivity/source/manager/mregistration.cxx b/connectivity/source/manager/mregistration.cxx index 038360e6..09ec0f0 100644 --- a/connectivity/source/manager/mregistration.cxx +++ b/connectivity/source/manager/mregistration.cxx @@ -22,8 +22,6 @@ #include <cppuhelper/factory.hxx> -#include <stdio.h> - using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/connectivity/source/sdbcx/VCollection.cxx b/connectivity/source/sdbcx/VCollection.cxx index 3dd1d9a..8f430d8 100644 --- a/connectivity/source/sdbcx/VCollection.cxx +++ b/connectivity/source/sdbcx/VCollection.cxx @@ -19,7 +19,6 @@ #include <algorithm> -#include <stdio.h> #include <connectivity/sdbcx/VCollection.hxx> #include <connectivity/sdbcx/VDescriptor.hxx> #include <connectivity/dbexception.hxx> diff --git a/connectivity/source/sdbcx/VGroup.cxx b/connectivity/source/sdbcx/VGroup.cxx index 6ebb5c1..c5e27d8 100644 --- a/connectivity/source/sdbcx/VGroup.cxx +++ b/connectivity/source/sdbcx/VGroup.cxx @@ -18,7 +18,6 @@ */ -#include <stdio.h> #include <connectivity/sdbcx/VGroup.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/sdbcx/Privilege.hpp> diff --git a/connectivity/source/sdbcx/VUser.cxx b/connectivity/source/sdbcx/VUser.cxx index 7d50672..4104c25 100644 --- a/connectivity/source/sdbcx/VUser.cxx +++ b/connectivity/source/sdbcx/VUser.cxx @@ -18,7 +18,6 @@ */ -#include <stdio.h> #include <connectivity/sdbcx/VUser.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/sdbcx/Privilege.hpp> diff --git a/connectivity/workben/iniParser/main.cxx b/connectivity/workben/iniParser/main.cxx index e029b4a..e562e06 100644 --- a/connectivity/workben/iniParser/main.cxx +++ b/connectivity/workben/iniParser/main.cxx @@ -18,7 +18,6 @@ */ #include <rtl/ustring.hxx> -#include <stdio.h> #include <com/sun/star/io/IOException.hpp> #include <osl/process.h> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits