summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-05-17 10:49:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-05-17 14:57:02 +0000
commit6e62d72b939a09e7e0b77e264e94785ab5bd3741 (patch)
tree8a8e752c82985e1c10f0137c6820778608fae3c5 /connectivity
parentd49242026ed9e342871b437998a40a253e4f26c8 (diff)
Remove include stdio (part1)
Change-Id: I364aedbd8870c2bbd3440f144143c503dd7ff2c1 Reviewed-on: https://gerrit.libreoffice.org/15767 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/inc/pch/precompiled_dbase.hxx1
-rw-r--r--connectivity/inc/pch/precompiled_dbpool2.hxx1
-rw-r--r--connectivity/inc/pch/precompiled_dbtools.hxx1
-rw-r--r--connectivity/inc/pch/precompiled_file.hxx1
-rw-r--r--connectivity/inc/pch/precompiled_flat.hxx1
-rw-r--r--connectivity/inc/pch/precompiled_odbc.hxx1
-rw-r--r--connectivity/inc/pch/precompiled_postgresql-sdbc-impl.hxx1
-rw-r--r--connectivity/source/commontools/CommonTools.cxx1
-rw-r--r--connectivity/source/commontools/FValue.cxx1
-rw-r--r--connectivity/source/commontools/dbconversion.cxx1
-rw-r--r--connectivity/source/cpool/ZConnectionPool.cxx1
-rw-r--r--connectivity/source/cpool/Zregistration.cxx1
-rw-r--r--connectivity/source/drivers/dbase/DTable.cxx1
-rw-r--r--connectivity/source/drivers/evoab2/EApi.cxx1
-rw-r--r--connectivity/source/drivers/evoab2/NPreparedStatement.cxx1
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.cxx1
-rw-r--r--connectivity/source/drivers/file/FPreparedStatement.cxx1
-rw-r--r--connectivity/source/drivers/file/FTable.cxx1
-rw-r--r--connectivity/source/drivers/flat/ETable.cxx1
-rw-r--r--connectivity/source/drivers/hsqldb/accesslog.hxx1
-rw-r--r--connectivity/source/drivers/mork/MNSINIParser.hxx4
-rw-r--r--connectivity/source/drivers/mork/MPreparedStatement.cxx1
-rw-r--r--connectivity/source/drivers/mork/MStatement.cxx1
-rw-r--r--connectivity/source/drivers/mozab/MPreparedStatement.cxx1
-rw-r--r--connectivity/source/drivers/mozab/MStatement.cxx1
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSINIParser.hxx4
-rw-r--r--connectivity/source/drivers/odbc/ODatabaseMetaData.cxx1
-rw-r--r--connectivity/source/drivers/odbc/OPreparedStatement.cxx1
-rw-r--r--connectivity/source/drivers/odbc/OStatement.cxx1
-rw-r--r--connectivity/source/drivers/postgresql/pq_connection.cxx1
-rw-r--r--connectivity/source/drivers/postgresql/pq_driver.cxx2
-rw-r--r--connectivity/source/manager/mdrivermanager.cxx2
-rw-r--r--connectivity/source/manager/mregistration.cxx2
-rw-r--r--connectivity/source/sdbcx/VCollection.cxx1
-rw-r--r--connectivity/source/sdbcx/VGroup.cxx1
-rw-r--r--connectivity/source/sdbcx/VUser.cxx1
-rw-r--r--connectivity/workben/iniParser/main.cxx1
37 files changed, 0 insertions, 46 deletions
diff --git a/connectivity/inc/pch/precompiled_dbase.hxx b/connectivity/inc/pch/precompiled_dbase.hxx
index b5636bd88000..4c40a5219e6c 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 26d4bdde82c0..8c8d7a09fc99 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 99c4bd54f17e..b6f089582fdf 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 1a35d7d64ee5..d483a14a86d0 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 f9ac31afa248..6446286e82f2 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 218805b1e451..3881b9d40f54 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 9a19a91a7bc6..dc391dd15399 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 fb3cf8a46af2..d97bc0758564 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 93648c1a409d..16402507eaba 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 f8860aa627d8..92854f8544e0 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 149d20bb64cb..2c200325963c 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 2dc50e9d85f4..bd21ccf74659 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 cb0be0944339..3f05fe671f69 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 e3120d85bf09..ea9aeacb624e 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 7994275976fe..1eeb64e2120f 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 f8cb606d62b9..9b8a101918fc 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 5939f0abe0d3..32290b70bef9 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 69ab89cdf9c5..0ef5189eeb95 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 1a48c684d4cd..854ea2371773 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 99af74503f3c..bf34d9ffc190 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 1967cf3d4675..3dbbaa6ded13 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 9b5dde21488c..0124eafa4a1c 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 01fc1fc79ba7..7989c75bf5c5 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 402c65646461..8b5212912901 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 d7130ff79dc0..76f9896b01ce 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 7a5a2acc4d45..b901156ebcb1 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 a06016fe4bb1..a52608afa5db 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 e88a3aec9a96..f5ff4e37cb41 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 2259ca9e1be0..8f3f8b6b5805 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 ed7470a6100a..f26f7b60aa16 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 0e2b839a7757..82dd2d3db1a8 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 0e773b2c998a..b64e935374da 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 038360e6e7d0..09ec0f0985d3 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 3dd1d9a5455e..8f430d86e111 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 6ebb5c1639cc..c5e27d85583f 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 7d5067248ba3..4104c25f17c1 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 e029b4acc900..e562e065ef1b 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>