From dfaa7d4d2829e4b30af4fe48c31f1b4b94b22259 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 14 Jul 2018 00:48:37 +0200 Subject: Add missing sal/log.hxx headers rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include (and don't make use of it themselves), but many other files happen to depend on it. This is a continuation of commit 6ff2d84ade299cb3d14d4110e4cf1a4b8070c030 to be able to remove those unneeded includes. This commit adds missing headers to every file found by: grep -FwL sal/log.hxx $(git grep -Elw 'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF|SAL_DETAIL_LOG_STREAM|SAL_WHERE|SAL_STREAM|SAL_DEBUG') to directories from connectivity to cui Change-Id: I9903c10d0a04bbeb93d0f776d1d252b152459499 Reviewed-on: https://gerrit.libreoffice.org/57408 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- connectivity/source/commontools/DateConversion.cxx | 1 + connectivity/source/commontools/FValue.cxx | 1 + connectivity/source/commontools/TTableHelper.cxx | 1 + connectivity/source/commontools/dbtools.cxx | 1 + connectivity/source/commontools/parameters.cxx | 1 + connectivity/source/cpool/ZPoolCollection.cxx | 1 + connectivity/source/drivers/ado/Awrapado.cxx | 1 + connectivity/source/drivers/calc/CTable.cxx | 1 + connectivity/source/drivers/dbase/DIndex.cxx | 1 + connectivity/source/drivers/dbase/DTable.cxx | 1 + connectivity/source/drivers/dbase/dindexnode.cxx | 1 + connectivity/source/drivers/evoab2/NConnection.cxx | 1 + connectivity/source/drivers/evoab2/NResultSet.cxx | 1 + connectivity/source/drivers/evoab2/NStatement.cxx | 1 + connectivity/source/drivers/file/FDatabaseMetaData.cxx | 1 + connectivity/source/drivers/file/FResultSet.cxx | 1 + connectivity/source/drivers/file/FStatement.cxx | 1 + connectivity/source/drivers/file/fcode.cxx | 1 + connectivity/source/drivers/firebird/Blob.cxx | 1 + connectivity/source/drivers/firebird/Connection.cxx | 1 + connectivity/source/drivers/firebird/DatabaseMetaData.cxx | 1 + connectivity/source/drivers/firebird/Driver.cxx | 1 + connectivity/source/drivers/firebird/PreparedStatement.cxx | 1 + connectivity/source/drivers/firebird/ResultSet.cxx | 1 + connectivity/source/drivers/firebird/ResultSetMetaData.cxx | 2 ++ connectivity/source/drivers/firebird/Statement.cxx | 1 + connectivity/source/drivers/firebird/StatementCommonBase.cxx | 1 + connectivity/source/drivers/firebird/Table.cxx | 1 + connectivity/source/drivers/firebird/Util.cxx | 1 + connectivity/source/drivers/flat/ETable.cxx | 1 + connectivity/source/drivers/hsqldb/HConnection.cxx | 1 + connectivity/source/drivers/hsqldb/HDriver.cxx | 1 + connectivity/source/drivers/hsqldb/HStorageMap.cxx | 1 + connectivity/source/drivers/hsqldb/StorageFileAccess.cxx | 1 + connectivity/source/drivers/jdbc/InputStream.cxx | 1 + connectivity/source/drivers/jdbc/JDriver.cxx | 1 + connectivity/source/drivers/macab/MacabDriver.cxx | 1 + connectivity/source/drivers/mork/MColumnAlias.cxx | 1 + connectivity/source/drivers/mork/MConnection.cxx | 1 + connectivity/source/drivers/mork/MDatabaseMetaData.cxx | 1 + connectivity/source/drivers/mork/MDatabaseMetaDataHelper.cxx | 2 ++ connectivity/source/drivers/mork/MDriver.cxx | 2 ++ connectivity/source/drivers/mork/MPreparedStatement.cxx | 1 + connectivity/source/drivers/mork/MQueryHelper.cxx | 1 + connectivity/source/drivers/mork/MResultSet.cxx | 1 + connectivity/source/drivers/mork/MStatement.cxx | 1 + connectivity/source/drivers/mork/mork_helper.cxx | 1 + connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx | 1 + connectivity/source/drivers/odbc/ODatabaseMetaData.cxx | 1 + connectivity/source/drivers/odbc/OResultSet.cxx | 1 + connectivity/source/drivers/odbc/OTools.cxx | 1 + connectivity/source/drivers/postgresql/pq_connection.cxx | 1 + connectivity/source/drivers/postgresql/pq_tools.cxx | 1 + connectivity/source/drivers/writer/WConnection.cxx | 1 + connectivity/source/drivers/writer/WTable.cxx | 1 + connectivity/source/parse/sqlbison.y | 1 + connectivity/source/parse/sqliterator.cxx | 1 + connectivity/source/parse/sqlnode.cxx | 1 + connectivity/workben/iniParser/main.cxx | 1 + cppcanvas/source/mtfrenderer/bitmapaction.cxx | 1 + cppcanvas/source/mtfrenderer/cachedprimitivebase.cxx | 1 + cppcanvas/source/mtfrenderer/emfpbrush.cxx | 1 + cppcanvas/source/mtfrenderer/emfpcustomlinecap.cxx | 1 + cppcanvas/source/mtfrenderer/emfpfont.cxx | 1 + cppcanvas/source/mtfrenderer/emfpimage.cxx | 1 + cppcanvas/source/mtfrenderer/emfplus.cxx | 1 + cppcanvas/source/mtfrenderer/emfppath.cxx | 1 + cppcanvas/source/mtfrenderer/emfppen.cxx | 1 + cppcanvas/source/mtfrenderer/emfpregion.cxx | 1 + cppcanvas/source/mtfrenderer/emfpstringformat.cxx | 1 + cppcanvas/source/mtfrenderer/implrenderer.cxx | 1 + cppcanvas/source/mtfrenderer/lineaction.cxx | 1 + cppcanvas/source/mtfrenderer/pointaction.cxx | 1 + cppcanvas/source/mtfrenderer/polypolyaction.cxx | 1 + cppcanvas/source/mtfrenderer/textaction.cxx | 1 + cppcanvas/source/mtfrenderer/transparencygroupaction.cxx | 1 + cppu/source/AffineBridge/AffineBridge.cxx | 1 + cppu/source/helper/purpenv/helper_purpenv_Environment.cxx | 1 + cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx | 1 + cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx | 1 + cppu/source/typelib/typelib.cxx | 1 + cppuhelper/source/component.cxx | 1 + cppuhelper/source/factory.cxx | 1 + cppuhelper/source/implbase.cxx | 1 + cppuhelper/source/tdmgr.cxx | 1 + cppuhelper/source/weak.cxx | 1 + cpputools/source/unoexe/unoexe.cxx | 1 + cui/source/customize/CommandCategoryListBox.cxx | 1 + cui/source/customize/SvxMenuConfigPage.cxx | 1 + cui/source/customize/SvxToolbarConfigPage.cxx | 1 + cui/source/customize/cfg.cxx | 1 + cui/source/customize/cfgutil.cxx | 1 + cui/source/dialogs/SignSignatureLineDialog.cxx | 1 + cui/source/dialogs/SpellDialog.cxx | 1 + cui/source/dialogs/about.cxx | 1 + cui/source/dialogs/hangulhanjadlg.cxx | 1 + cui/source/dialogs/hyphen.cxx | 1 + cui/source/dialogs/iconcdlg.cxx | 1 + cui/source/dialogs/insdlg.cxx | 1 + cui/source/dialogs/linkdlg.cxx | 1 + cui/source/dialogs/scriptdlg.cxx | 1 + cui/source/dialogs/srchxtra.cxx | 1 + cui/source/factory/dlgfact.cxx | 1 + cui/source/options/certpath.cxx | 1 + cui/source/options/cfgchart.cxx | 1 + cui/source/options/optaboutconfig.cxx | 1 + cui/source/options/optctl.cxx | 1 + cui/source/options/optgdlg.cxx | 1 + cui/source/options/optinet2.cxx | 1 + cui/source/options/optjava.cxx | 1 + cui/source/options/optlingu.cxx | 1 + cui/source/options/optpath.cxx | 1 + cui/source/options/optsave.cxx | 1 + cui/source/options/optupdt.cxx | 1 + cui/source/options/treeopt.cxx | 1 + cui/source/options/tsaurls.cxx | 1 + cui/source/tabpages/chardlg.cxx | 1 + cui/source/tabpages/numpages.cxx | 1 + cui/source/tabpages/tpbitmap.cxx | 1 + cui/source/tabpages/tpgradnt.cxx | 1 + cui/source/tabpages/tphatch.cxx | 1 + cui/source/tabpages/tppattern.cxx | 1 + 122 files changed, 125 insertions(+) diff --git a/connectivity/source/commontools/DateConversion.cxx b/connectivity/source/commontools/DateConversion.cxx index ae9731e3f61f..025751399403 100644 --- a/connectivity/source/commontools/DateConversion.cxx +++ b/connectivity/source/commontools/DateConversion.cxx @@ -31,6 +31,7 @@ #include #include #include +#include #include diff --git a/connectivity/source/commontools/FValue.cxx b/connectivity/source/commontools/FValue.cxx index 625ac761fc09..dc302ceb5921 100644 --- a/connectivity/source/commontools/FValue.cxx +++ b/connectivity/source/commontools/FValue.cxx @@ -25,6 +25,7 @@ #include #include #include +#include using namespace ::dbtools; using namespace ::com::sun::star::sdbc; diff --git a/connectivity/source/commontools/TTableHelper.cxx b/connectivity/source/commontools/TTableHelper.cxx index 48dab7e1f6b1..6c7cd5f5aafc 100644 --- a/connectivity/source/commontools/TTableHelper.cxx +++ b/connectivity/source/commontools/TTableHelper.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/connectivity/source/commontools/dbtools.cxx b/connectivity/source/commontools/dbtools.cxx index 3a32d21e5a77..2476315bc46c 100644 --- a/connectivity/source/commontools/dbtools.cxx +++ b/connectivity/source/commontools/dbtools.cxx @@ -77,6 +77,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx index 53498e1d43d6..52b07c3ab6f9 100644 --- a/connectivity/source/commontools/parameters.cxx +++ b/connectivity/source/commontools/parameters.cxx @@ -36,6 +36,7 @@ #include #include +#include namespace dbtools { diff --git a/connectivity/source/cpool/ZPoolCollection.cxx b/connectivity/source/cpool/ZPoolCollection.cxx index 1d86449a0386..aa40d976f827 100644 --- a/connectivity/source/cpool/ZPoolCollection.cxx +++ b/connectivity/source/cpool/ZPoolCollection.cxx @@ -31,6 +31,7 @@ #include #include #include +#include using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/connectivity/source/drivers/ado/Awrapado.cxx b/connectivity/source/drivers/ado/Awrapado.cxx index 4a1934b44b00..1344fed82a66 100644 --- a/connectivity/source/drivers/ado/Awrapado.cxx +++ b/connectivity/source/drivers/ado/Awrapado.cxx @@ -22,6 +22,7 @@ #include #include #include +#include using namespace connectivity::ado; diff --git a/connectivity/source/drivers/calc/CTable.cxx b/connectivity/source/drivers/calc/CTable.cxx index f1154f87dd68..37920acc88ba 100644 --- a/connectivity/source/drivers/calc/CTable.cxx +++ b/connectivity/source/drivers/calc/CTable.cxx @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/drivers/dbase/DIndex.cxx b/connectivity/source/drivers/dbase/DIndex.cxx index 899e982fe433..4e8f9d07c201 100644 --- a/connectivity/source/drivers/dbase/DIndex.cxx +++ b/connectivity/source/drivers/dbase/DIndex.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx index 3c2e3d832898..ee39a607ba83 100644 --- a/connectivity/source/drivers/dbase/DTable.cxx +++ b/connectivity/source/drivers/dbase/DTable.cxx @@ -51,6 +51,7 @@ #include #include #include +#include #include #include diff --git a/connectivity/source/drivers/dbase/dindexnode.cxx b/connectivity/source/drivers/dbase/dindexnode.cxx index 1bc8b37a2b4b..2c5f561173c9 100644 --- a/connectivity/source/drivers/dbase/dindexnode.cxx +++ b/connectivity/source/drivers/dbase/dindexnode.cxx @@ -23,6 +23,7 @@ #include #include #include +#include #include #include diff --git a/connectivity/source/drivers/evoab2/NConnection.cxx b/connectivity/source/drivers/evoab2/NConnection.cxx index 1913e5ed7e13..4697d572360a 100644 --- a/connectivity/source/drivers/evoab2/NConnection.cxx +++ b/connectivity/source/drivers/evoab2/NConnection.cxx @@ -26,6 +26,7 @@ #include "NStatement.hxx" #include #include +#include using namespace connectivity::evoab; using namespace dbtools; diff --git a/connectivity/source/drivers/evoab2/NResultSet.cxx b/connectivity/source/drivers/evoab2/NResultSet.cxx index 162c6da4aa6a..e852309963ae 100644 --- a/connectivity/source/drivers/evoab2/NResultSet.cxx +++ b/connectivity/source/drivers/evoab2/NResultSet.cxx @@ -42,6 +42,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/drivers/evoab2/NStatement.cxx b/connectivity/source/drivers/evoab2/NStatement.cxx index d21f41c10e56..57f918552b9b 100644 --- a/connectivity/source/drivers/evoab2/NStatement.cxx +++ b/connectivity/source/drivers/evoab2/NStatement.cxx @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/drivers/file/FDatabaseMetaData.cxx b/connectivity/source/drivers/file/FDatabaseMetaData.cxx index ac20080d1994..51326c343717 100644 --- a/connectivity/source/drivers/file/FDatabaseMetaData.cxx +++ b/connectivity/source/drivers/file/FDatabaseMetaData.cxx @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/drivers/file/FResultSet.cxx b/connectivity/source/drivers/file/FResultSet.cxx index 5d5abc50afb1..7c17c55c1e41 100644 --- a/connectivity/source/drivers/file/FResultSet.cxx +++ b/connectivity/source/drivers/file/FResultSet.cxx @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/drivers/file/FStatement.cxx b/connectivity/source/drivers/file/FStatement.cxx index d7156147fcff..eeed72c50bbe 100644 --- a/connectivity/source/drivers/file/FStatement.cxx +++ b/connectivity/source/drivers/file/FStatement.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/drivers/file/fcode.cxx b/connectivity/source/drivers/file/fcode.cxx index b14b0f233186..1ad83491986c 100644 --- a/connectivity/source/drivers/file/fcode.cxx +++ b/connectivity/source/drivers/file/fcode.cxx @@ -19,6 +19,7 @@ #include #include +#include #include #include #include diff --git a/connectivity/source/drivers/firebird/Blob.cxx b/connectivity/source/drivers/firebird/Blob.cxx index 71828e5563c0..d56516d2486a 100644 --- a/connectivity/source/drivers/firebird/Blob.cxx +++ b/connectivity/source/drivers/firebird/Blob.cxx @@ -18,6 +18,7 @@ #include #include #include +#include using namespace ::connectivity::firebird; diff --git a/connectivity/source/drivers/firebird/Connection.cxx b/connectivity/source/drivers/firebird/Connection.cxx index db7519b2725f..1c3da2b91647 100644 --- a/connectivity/source/drivers/firebird/Connection.cxx +++ b/connectivity/source/drivers/firebird/Connection.cxx @@ -53,6 +53,7 @@ #include #include +#include using namespace connectivity::firebird; using namespace connectivity; diff --git a/connectivity/source/drivers/firebird/DatabaseMetaData.cxx b/connectivity/source/drivers/firebird/DatabaseMetaData.cxx index 1d3f46d9b071..6408fea4d8b4 100644 --- a/connectivity/source/drivers/firebird/DatabaseMetaData.cxx +++ b/connectivity/source/drivers/firebird/DatabaseMetaData.cxx @@ -22,6 +22,7 @@ #include #include +#include #include #include diff --git a/connectivity/source/drivers/firebird/Driver.cxx b/connectivity/source/drivers/firebird/Driver.cxx index c7561b51e845..87dd693efc88 100644 --- a/connectivity/source/drivers/firebird/Driver.cxx +++ b/connectivity/source/drivers/firebird/Driver.cxx @@ -29,6 +29,7 @@ #include #include #include +#include #include using namespace com::sun::star; diff --git a/connectivity/source/drivers/firebird/PreparedStatement.cxx b/connectivity/source/drivers/firebird/PreparedStatement.cxx index fee4029088f4..e55266780242 100644 --- a/connectivity/source/drivers/firebird/PreparedStatement.cxx +++ b/connectivity/source/drivers/firebird/PreparedStatement.cxx @@ -28,6 +28,7 @@ #include #include #include +#include #include #include diff --git a/connectivity/source/drivers/firebird/ResultSet.cxx b/connectivity/source/drivers/firebird/ResultSet.cxx index ed46ecdbad6a..555741a12171 100644 --- a/connectivity/source/drivers/firebird/ResultSet.cxx +++ b/connectivity/source/drivers/firebird/ResultSet.cxx @@ -28,6 +28,7 @@ #include #include #include +#include #include #include diff --git a/connectivity/source/drivers/firebird/ResultSetMetaData.cxx b/connectivity/source/drivers/firebird/ResultSetMetaData.cxx index 877964630c4f..6c1b8e8d09bb 100644 --- a/connectivity/source/drivers/firebird/ResultSetMetaData.cxx +++ b/connectivity/source/drivers/firebird/ResultSetMetaData.cxx @@ -25,6 +25,8 @@ #include #include +#include + using namespace connectivity::firebird; using namespace com::sun::star::lang; diff --git a/connectivity/source/drivers/firebird/Statement.cxx b/connectivity/source/drivers/firebird/Statement.cxx index 62bff6d0aa28..285f68257074 100644 --- a/connectivity/source/drivers/firebird/Statement.cxx +++ b/connectivity/source/drivers/firebird/Statement.cxx @@ -27,6 +27,7 @@ #include #include #include +#include #include #include diff --git a/connectivity/source/drivers/firebird/StatementCommonBase.cxx b/connectivity/source/drivers/firebird/StatementCommonBase.cxx index 157070c7fdb0..df9b775232e0 100644 --- a/connectivity/source/drivers/firebird/StatementCommonBase.cxx +++ b/connectivity/source/drivers/firebird/StatementCommonBase.cxx @@ -22,6 +22,7 @@ #include "StatementCommonBase.hxx" #include "Util.hxx" +#include #include #include #include diff --git a/connectivity/source/drivers/firebird/Table.cxx b/connectivity/source/drivers/firebird/Table.cxx index 7726759e1cf6..0381128357da 100644 --- a/connectivity/source/drivers/firebird/Table.cxx +++ b/connectivity/source/drivers/firebird/Table.cxx @@ -14,6 +14,7 @@ #include +#include #include #include diff --git a/connectivity/source/drivers/firebird/Util.cxx b/connectivity/source/drivers/firebird/Util.cxx index dd1213238d56..14844cfaaddb 100644 --- a/connectivity/source/drivers/firebird/Util.cxx +++ b/connectivity/source/drivers/firebird/Util.cxx @@ -10,6 +10,7 @@ #include "Util.hxx" #include #include +#include using namespace ::connectivity; diff --git a/connectivity/source/drivers/flat/ETable.cxx b/connectivity/source/drivers/flat/ETable.cxx index c1ccf54dd815..8472f8c2705b 100644 --- a/connectivity/source/drivers/flat/ETable.cxx +++ b/connectivity/source/drivers/flat/ETable.cxx @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/drivers/hsqldb/HConnection.cxx b/connectivity/source/drivers/hsqldb/HConnection.cxx index 4b43df187eda..ddcc01bffe68 100644 --- a/connectivity/source/drivers/hsqldb/HConnection.cxx +++ b/connectivity/source/drivers/hsqldb/HConnection.cxx @@ -35,6 +35,7 @@ #include #include +#include #include #include diff --git a/connectivity/source/drivers/hsqldb/HDriver.cxx b/connectivity/source/drivers/hsqldb/HDriver.cxx index bf55c45cf975..dffbeb996add 100644 --- a/connectivity/source/drivers/hsqldb/HDriver.cxx +++ b/connectivity/source/drivers/hsqldb/HDriver.cxx @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/drivers/hsqldb/HStorageMap.cxx b/connectivity/source/drivers/hsqldb/HStorageMap.cxx index ff5df7b01fe3..f3214e94359c 100644 --- a/connectivity/source/drivers/hsqldb/HStorageMap.cxx +++ b/connectivity/source/drivers/hsqldb/HStorageMap.cxx @@ -25,6 +25,7 @@ #include #include #include +#include #include #include diff --git a/connectivity/source/drivers/hsqldb/StorageFileAccess.cxx b/connectivity/source/drivers/hsqldb/StorageFileAccess.cxx index 76e506595817..a96309bc292c 100644 --- a/connectivity/source/drivers/hsqldb/StorageFileAccess.cxx +++ b/connectivity/source/drivers/hsqldb/StorageFileAccess.cxx @@ -26,6 +26,7 @@ #include #include #include +#include using namespace ::com::sun::star::container; diff --git a/connectivity/source/drivers/jdbc/InputStream.cxx b/connectivity/source/drivers/jdbc/InputStream.cxx index 6f8aa6c950f0..33aa2ae8d94c 100644 --- a/connectivity/source/drivers/jdbc/InputStream.cxx +++ b/connectivity/source/drivers/jdbc/InputStream.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/connectivity/source/drivers/jdbc/JDriver.cxx b/connectivity/source/drivers/jdbc/JDriver.cxx index 0466d98309aa..888eb3f8d2f3 100644 --- a/connectivity/source/drivers/jdbc/JDriver.cxx +++ b/connectivity/source/drivers/jdbc/JDriver.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/drivers/macab/MacabDriver.cxx b/connectivity/source/drivers/macab/MacabDriver.cxx index 855b78d2fe92..4ab64fccd9f1 100644 --- a/connectivity/source/drivers/macab/MacabDriver.cxx +++ b/connectivity/source/drivers/macab/MacabDriver.cxx @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/drivers/mork/MColumnAlias.cxx b/connectivity/source/drivers/mork/MColumnAlias.cxx index e857b0ffe961..0a4f9cddf164 100644 --- a/connectivity/source/drivers/mork/MColumnAlias.cxx +++ b/connectivity/source/drivers/mork/MColumnAlias.cxx @@ -23,6 +23,7 @@ #include #include +#include #include #include diff --git a/connectivity/source/drivers/mork/MConnection.cxx b/connectivity/source/drivers/mork/MConnection.cxx index 076f120c2e16..03ff6372ed9c 100644 --- a/connectivity/source/drivers/mork/MConnection.cxx +++ b/connectivity/source/drivers/mork/MConnection.cxx @@ -15,6 +15,7 @@ #include "MorkParser.hxx" #include +#include #include diff --git a/connectivity/source/drivers/mork/MDatabaseMetaData.cxx b/connectivity/source/drivers/mork/MDatabaseMetaData.cxx index cbf86ec30609..3e04925cf509 100644 --- a/connectivity/source/drivers/mork/MDatabaseMetaData.cxx +++ b/connectivity/source/drivers/mork/MDatabaseMetaData.cxx @@ -12,6 +12,7 @@ #include #include +#include #include #include diff --git a/connectivity/source/drivers/mork/MDatabaseMetaDataHelper.cxx b/connectivity/source/drivers/mork/MDatabaseMetaDataHelper.cxx index 9f29b641e8cb..41d3670a8077 100644 --- a/connectivity/source/drivers/mork/MDatabaseMetaDataHelper.cxx +++ b/connectivity/source/drivers/mork/MDatabaseMetaDataHelper.cxx @@ -22,6 +22,8 @@ static ::osl::Mutex m_aMetaMutex; #include #include +#include + #include "MorkParser.hxx" using namespace connectivity; diff --git a/connectivity/source/drivers/mork/MDriver.cxx b/connectivity/source/drivers/mork/MDriver.cxx index 7cd1dba4145c..95874decdce8 100644 --- a/connectivity/source/drivers/mork/MDriver.cxx +++ b/connectivity/source/drivers/mork/MDriver.cxx @@ -12,6 +12,8 @@ #include +#include + using namespace connectivity::mork; extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_sdbc_MorkDriver_get_implementation( diff --git a/connectivity/source/drivers/mork/MPreparedStatement.cxx b/connectivity/source/drivers/mork/MPreparedStatement.cxx index 30c7fbc4a5c4..4945b26dd9c3 100644 --- a/connectivity/source/drivers/mork/MPreparedStatement.cxx +++ b/connectivity/source/drivers/mork/MPreparedStatement.cxx @@ -12,6 +12,7 @@ #include "MResultSetMetaData.hxx" #include #include +#include using namespace ::comphelper; using namespace connectivity; diff --git a/connectivity/source/drivers/mork/MQueryHelper.cxx b/connectivity/source/drivers/mork/MQueryHelper.cxx index 0c0027c13733..9d855b675f60 100644 --- a/connectivity/source/drivers/mork/MQueryHelper.cxx +++ b/connectivity/source/drivers/mork/MQueryHelper.cxx @@ -33,6 +33,7 @@ #include #include +#include using namespace connectivity::mork; using namespace connectivity; diff --git a/connectivity/source/drivers/mork/MResultSet.cxx b/connectivity/source/drivers/mork/MResultSet.cxx index 72e8c3aa3d06..fcaff0496c7b 100644 --- a/connectivity/source/drivers/mork/MResultSet.cxx +++ b/connectivity/source/drivers/mork/MResultSet.cxx @@ -22,6 +22,7 @@ #include #include #include +#include #include #include diff --git a/connectivity/source/drivers/mork/MStatement.cxx b/connectivity/source/drivers/mork/MStatement.cxx index 66e237a3ad90..813508f25994 100644 --- a/connectivity/source/drivers/mork/MStatement.cxx +++ b/connectivity/source/drivers/mork/MStatement.cxx @@ -19,6 +19,7 @@ #include +#include #include #include #include diff --git a/connectivity/source/drivers/mork/mork_helper.cxx b/connectivity/source/drivers/mork/mork_helper.cxx index 7b815ab9a4c2..1a8668bc049e 100644 --- a/connectivity/source/drivers/mork/mork_helper.cxx +++ b/connectivity/source/drivers/mork/mork_helper.cxx @@ -2,6 +2,7 @@ #include "MorkParser.hxx" #include +#include bool openAddressBook(const std::string& path) { diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx index 178a2f794636..4706e2c557ea 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx +++ b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx @@ -19,6 +19,7 @@ #include "MNSINIParser.hxx" #include +#include IniParser::IniParser(OUString const & rIniName) { diff --git a/connectivity/source/drivers/odbc/ODatabaseMetaData.cxx b/connectivity/source/drivers/odbc/ODatabaseMetaData.cxx index 7f6fe1b5a9bd..1f2ba68b02a0 100644 --- a/connectivity/source/drivers/odbc/ODatabaseMetaData.cxx +++ b/connectivity/source/drivers/odbc/ODatabaseMetaData.cxx @@ -29,6 +29,7 @@ #include #include #include +#include using namespace connectivity::odbc; using namespace com::sun::star::uno; diff --git a/connectivity/source/drivers/odbc/OResultSet.cxx b/connectivity/source/drivers/odbc/OResultSet.cxx index 40ca6d72c237..1da3a883a457 100644 --- a/connectivity/source/drivers/odbc/OResultSet.cxx +++ b/connectivity/source/drivers/odbc/OResultSet.cxx @@ -35,6 +35,7 @@ #include #include #include +#include using namespace ::comphelper; using namespace connectivity; diff --git a/connectivity/source/drivers/odbc/OTools.cxx b/connectivity/source/drivers/odbc/OTools.cxx index aa29a9ebb94d..b9d866ccc261 100644 --- a/connectivity/source/drivers/odbc/OTools.cxx +++ b/connectivity/source/drivers/odbc/OTools.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include diff --git a/connectivity/source/drivers/postgresql/pq_connection.cxx b/connectivity/source/drivers/postgresql/pq_connection.cxx index 8eb1e0a05b28..fa0627e8100d 100644 --- a/connectivity/source/drivers/postgresql/pq_connection.cxx +++ b/connectivity/source/drivers/postgresql/pq_connection.cxx @@ -54,6 +54,7 @@ #include #include #include +#include #include #include diff --git a/connectivity/source/drivers/postgresql/pq_tools.cxx b/connectivity/source/drivers/postgresql/pq_tools.cxx index 46e66310cadb..06735b570338 100644 --- a/connectivity/source/drivers/postgresql/pq_tools.cxx +++ b/connectivity/source/drivers/postgresql/pq_tools.cxx @@ -39,6 +39,7 @@ #include #include #include +#include #include #include diff --git a/connectivity/source/drivers/writer/WConnection.cxx b/connectivity/source/drivers/writer/WConnection.cxx index 26234ed5e7cf..ea8ac5da225e 100644 --- a/connectivity/source/drivers/writer/WConnection.cxx +++ b/connectivity/source/drivers/writer/WConnection.cxx @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include diff --git a/connectivity/source/drivers/writer/WTable.cxx b/connectivity/source/drivers/writer/WTable.cxx index d721bc40d3f4..cad61b502730 100644 --- a/connectivity/source/drivers/writer/WTable.cxx +++ b/connectivity/source/drivers/writer/WTable.cxx @@ -28,6 +28,7 @@ #include #include #include +#include namespace com { diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y index dbf203f814a1..a93f3401cabc 100644 --- a/connectivity/source/parse/sqlbison.y +++ b/connectivity/source/parse/sqlbison.y @@ -45,6 +45,7 @@ #include "connectivity/dbconversion.hxx" #include #include +#include #if defined _MSC_VER #pragma warning(push) diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx index 49fa68d587d3..5ba5c11325be 100644 --- a/connectivity/source/parse/sqliterator.cxx +++ b/connectivity/source/parse/sqliterator.cxx @@ -37,6 +37,7 @@ #include #include #include +#include #include #include diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx index adc48a446a2e..5b0007f24011 100644 --- a/connectivity/source/parse/sqlnode.cxx +++ b/connectivity/source/parse/sqlnode.cxx @@ -56,6 +56,7 @@ #include #include #include +#include using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::util; diff --git a/connectivity/workben/iniParser/main.cxx b/connectivity/workben/iniParser/main.cxx index 2667d957e605..f1e432d410e5 100644 --- a/connectivity/workben/iniParser/main.cxx +++ b/connectivity/workben/iniParser/main.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/cppcanvas/source/mtfrenderer/bitmapaction.cxx b/cppcanvas/source/mtfrenderer/bitmapaction.cxx index 32b97275e3c7..6d2a64dac5ec 100644 --- a/cppcanvas/source/mtfrenderer/bitmapaction.cxx +++ b/cppcanvas/source/mtfrenderer/bitmapaction.cxx @@ -30,6 +30,7 @@ #include #include #include +#include #include "cachedprimitivebase.hxx" #include "bitmapaction.hxx" #include diff --git a/cppcanvas/source/mtfrenderer/cachedprimitivebase.cxx b/cppcanvas/source/mtfrenderer/cachedprimitivebase.cxx index 8ffa1c6ab862..9100188271d5 100644 --- a/cppcanvas/source/mtfrenderer/cachedprimitivebase.cxx +++ b/cppcanvas/source/mtfrenderer/cachedprimitivebase.cxx @@ -25,6 +25,7 @@ #include #include "cachedprimitivebase.hxx" +#include using namespace ::com::sun::star; diff --git a/cppcanvas/source/mtfrenderer/emfpbrush.cxx b/cppcanvas/source/mtfrenderer/emfpbrush.cxx index d46ddd4698cd..5f3e867f9180 100644 --- a/cppcanvas/source/mtfrenderer/emfpbrush.cxx +++ b/cppcanvas/source/mtfrenderer/emfpbrush.cxx @@ -38,6 +38,7 @@ #include #include "emfpbrush.hxx" #include "emfppath.hxx" +#include namespace cppcanvas { diff --git a/cppcanvas/source/mtfrenderer/emfpcustomlinecap.cxx b/cppcanvas/source/mtfrenderer/emfpcustomlinecap.cxx index 90e48264933a..8cb3c56114c9 100644 --- a/cppcanvas/source/mtfrenderer/emfpcustomlinecap.cxx +++ b/cppcanvas/source/mtfrenderer/emfpcustomlinecap.cxx @@ -34,6 +34,7 @@ #include #include #include +#include #include #include diff --git a/cppcanvas/source/mtfrenderer/emfpfont.cxx b/cppcanvas/source/mtfrenderer/emfpfont.cxx index b5bcceebf9e5..67c06a1f0f7e 100644 --- a/cppcanvas/source/mtfrenderer/emfpfont.cxx +++ b/cppcanvas/source/mtfrenderer/emfpfont.cxx @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include "emfpfont.hxx" diff --git a/cppcanvas/source/mtfrenderer/emfpimage.cxx b/cppcanvas/source/mtfrenderer/emfpimage.cxx index e249d5c1acca..0e1f353845f7 100644 --- a/cppcanvas/source/mtfrenderer/emfpimage.cxx +++ b/cppcanvas/source/mtfrenderer/emfpimage.cxx @@ -38,6 +38,7 @@ #include #include #include "emfpimage.hxx" +#include namespace cppcanvas diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx index f2dcb9906bf3..a7dc17a11430 100644 --- a/cppcanvas/source/mtfrenderer/emfplus.cxx +++ b/cppcanvas/source/mtfrenderer/emfplus.cxx @@ -37,6 +37,7 @@ #include #include #include +#include #include #include diff --git a/cppcanvas/source/mtfrenderer/emfppath.cxx b/cppcanvas/source/mtfrenderer/emfppath.cxx index 162873750ad0..82e99a94ea0b 100644 --- a/cppcanvas/source/mtfrenderer/emfppath.cxx +++ b/cppcanvas/source/mtfrenderer/emfppath.cxx @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include "emfppath.hxx" diff --git a/cppcanvas/source/mtfrenderer/emfppen.cxx b/cppcanvas/source/mtfrenderer/emfppen.cxx index aa34a527a33d..6c5b4c7acbb8 100644 --- a/cppcanvas/source/mtfrenderer/emfppen.cxx +++ b/cppcanvas/source/mtfrenderer/emfppen.cxx @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include "emfppen.hxx" diff --git a/cppcanvas/source/mtfrenderer/emfpregion.cxx b/cppcanvas/source/mtfrenderer/emfpregion.cxx index 6c548cd2e9be..b8a92436c6fd 100644 --- a/cppcanvas/source/mtfrenderer/emfpregion.cxx +++ b/cppcanvas/source/mtfrenderer/emfpregion.cxx @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include "emfpregion.hxx" diff --git a/cppcanvas/source/mtfrenderer/emfpstringformat.cxx b/cppcanvas/source/mtfrenderer/emfpstringformat.cxx index 76ba0d29266c..319870186542 100644 --- a/cppcanvas/source/mtfrenderer/emfpstringformat.cxx +++ b/cppcanvas/source/mtfrenderer/emfpstringformat.cxx @@ -20,6 +20,7 @@ #include #include #include +#include #include "emfpstringformat.hxx" namespace cppcanvas diff --git a/cppcanvas/source/mtfrenderer/implrenderer.cxx b/cppcanvas/source/mtfrenderer/implrenderer.cxx index d6918db4a3fe..e43192869947 100644 --- a/cppcanvas/source/mtfrenderer/implrenderer.cxx +++ b/cppcanvas/source/mtfrenderer/implrenderer.cxx @@ -63,6 +63,7 @@ #include #include #include +#include #include "bitmapaction.hxx" #include "lineaction.hxx" #include "pointaction.hxx" diff --git a/cppcanvas/source/mtfrenderer/lineaction.cxx b/cppcanvas/source/mtfrenderer/lineaction.cxx index 6a5062ab3bca..e1eafbc82cf8 100644 --- a/cppcanvas/source/mtfrenderer/lineaction.cxx +++ b/cppcanvas/source/mtfrenderer/lineaction.cxx @@ -30,6 +30,7 @@ #include #include #include +#include #include diff --git a/cppcanvas/source/mtfrenderer/pointaction.cxx b/cppcanvas/source/mtfrenderer/pointaction.cxx index 8869a5744701..03000f85b329 100644 --- a/cppcanvas/source/mtfrenderer/pointaction.cxx +++ b/cppcanvas/source/mtfrenderer/pointaction.cxx @@ -21,6 +21,7 @@ #include #include +#include #include #include diff --git a/cppcanvas/source/mtfrenderer/polypolyaction.cxx b/cppcanvas/source/mtfrenderer/polypolyaction.cxx index b0a3e55d1d68..b2bf7e5ab816 100644 --- a/cppcanvas/source/mtfrenderer/polypolyaction.cxx +++ b/cppcanvas/source/mtfrenderer/polypolyaction.cxx @@ -30,6 +30,7 @@ #include #include #include +#include #include "cachedprimitivebase.hxx" #include "polypolyaction.hxx" diff --git a/cppcanvas/source/mtfrenderer/textaction.cxx b/cppcanvas/source/mtfrenderer/textaction.cxx index c6f9c8ef0a41..9d9d9d76f2b0 100644 --- a/cppcanvas/source/mtfrenderer/textaction.cxx +++ b/cppcanvas/source/mtfrenderer/textaction.cxx @@ -40,6 +40,7 @@ #include #include #include +#include #include "textaction.hxx" #include diff --git a/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx b/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx index f8026e4d7f78..c7cd718fc805 100644 --- a/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx +++ b/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx @@ -47,6 +47,7 @@ #include #include #include +#include #include "transparencygroupaction.hxx" #include diff --git a/cppu/source/AffineBridge/AffineBridge.cxx b/cppu/source/AffineBridge/AffineBridge.cxx index 9926d56ca0ab..55bf58d7e917 100644 --- a/cppu/source/AffineBridge/AffineBridge.cxx +++ b/cppu/source/AffineBridge/AffineBridge.cxx @@ -22,6 +22,7 @@ #include #include #include +#include #include #include diff --git a/cppu/source/helper/purpenv/helper_purpenv_Environment.cxx b/cppu/source/helper/purpenv/helper_purpenv_Environment.cxx index d1de047f4679..9bead78d0ce0 100644 --- a/cppu/source/helper/purpenv/helper_purpenv_Environment.cxx +++ b/cppu/source/helper/purpenv/helper_purpenv_Environment.cxx @@ -21,6 +21,7 @@ #include #include +#include #include #include diff --git a/cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx b/cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx index 41a338f27a53..ea935424abab 100644 --- a/cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx +++ b/cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx @@ -23,6 +23,7 @@ #include "Proxy.hxx" #include +#include #include #include #include diff --git a/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx b/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx index e0ce8b74aa27..7ee3a4dadb0d 100644 --- a/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx +++ b/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx @@ -21,6 +21,7 @@ #include "Proxy.hxx" #include +#include #include #include #include diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index ac3b23567897..c586ae2220ea 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/cppuhelper/source/component.cxx b/cppuhelper/source/component.cxx index 16cf56f257e6..1c3585ee17d4 100644 --- a/cppuhelper/source/component.cxx +++ b/cppuhelper/source/component.cxx @@ -19,6 +19,7 @@ #include #include +#include #include #include #include diff --git a/cppuhelper/source/factory.cxx b/cppuhelper/source/factory.cxx index 2503245330b8..12efac1fb061 100644 --- a/cppuhelper/source/factory.cxx +++ b/cppuhelper/source/factory.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include #include #include diff --git a/cppuhelper/source/implbase.cxx b/cppuhelper/source/implbase.cxx index f16c587431f0..f5242bf054f3 100644 --- a/cppuhelper/source/implbase.cxx +++ b/cppuhelper/source/implbase.cxx @@ -20,6 +20,7 @@ #include #include #include +#include #include #include diff --git a/cppuhelper/source/tdmgr.cxx b/cppuhelper/source/tdmgr.cxx index fd0e99c9e520..1627e2277526 100644 --- a/cppuhelper/source/tdmgr.cxx +++ b/cppuhelper/source/tdmgr.cxx @@ -19,6 +19,7 @@ #include +#include #include diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx index fb2ccfdfe5d7..fc53cc56d440 100644 --- a/cppuhelper/source/weak.cxx +++ b/cppuhelper/source/weak.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx index 81114584eedf..cc92cdf355b2 100644 --- a/cpputools/source/unoexe/unoexe.cxx +++ b/cpputools/source/unoexe/unoexe.cxx @@ -20,6 +20,7 @@ #include #include +#include #include #include #include diff --git a/cui/source/customize/CommandCategoryListBox.cxx b/cui/source/customize/CommandCategoryListBox.cxx index e68ad9ec0211..523008fb8287 100644 --- a/cui/source/customize/CommandCategoryListBox.cxx +++ b/cui/source/customize/CommandCategoryListBox.cxx @@ -42,6 +42,7 @@ #include #include #include +#include #include //for SaveInData diff --git a/cui/source/customize/SvxMenuConfigPage.cxx b/cui/source/customize/SvxMenuConfigPage.cxx index 826814b9248c..691a18d37a3b 100644 --- a/cui/source/customize/SvxMenuConfigPage.cxx +++ b/cui/source/customize/SvxMenuConfigPage.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/cui/source/customize/SvxToolbarConfigPage.cxx b/cui/source/customize/SvxToolbarConfigPage.cxx index 4e66f814cae7..bba9b5c844d0 100644 --- a/cui/source/customize/SvxToolbarConfigPage.cxx +++ b/cui/source/customize/SvxToolbarConfigPage.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index 44784ae283f5..466b2caa877d 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/cui/source/customize/cfgutil.cxx b/cui/source/customize/cfgutil.cxx index 1907bae13dee..4e89b9c7a2d4 100644 --- a/cui/source/customize/cfgutil.cxx +++ b/cui/source/customize/cfgutil.cxx @@ -54,6 +54,7 @@ #include #include #include +#include #include #include #include diff --git a/cui/source/dialogs/SignSignatureLineDialog.cxx b/cui/source/dialogs/SignSignatureLineDialog.cxx index 6566d6f66f41..29b26f4f645e 100644 --- a/cui/source/dialogs/SignSignatureLineDialog.cxx +++ b/cui/source/dialogs/SignSignatureLineDialog.cxx @@ -10,6 +10,7 @@ #include #include +#include #include #include diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index b3672ff1c727..073095d01c5f 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -54,6 +54,7 @@ #include #include #include +#include using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index df8a0b131319..152b49ec9d1f 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -19,6 +19,7 @@ #include #include +#include #include #include #include diff --git a/cui/source/dialogs/hangulhanjadlg.cxx b/cui/source/dialogs/hangulhanjadlg.cxx index f674c71488a0..bb7c12b627ef 100644 --- a/cui/source/dialogs/hangulhanjadlg.cxx +++ b/cui/source/dialogs/hangulhanjadlg.cxx @@ -24,6 +24,7 @@ #include #include +#include #include #include #include diff --git a/cui/source/dialogs/hyphen.cxx b/cui/source/dialogs/hyphen.cxx index abc8b1bc23c2..c055268dd9f3 100644 --- a/cui/source/dialogs/hyphen.cxx +++ b/cui/source/dialogs/hyphen.cxx @@ -25,6 +25,7 @@ #include #include #include +#include #define HYPH_POS_CHAR '=' diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx index eccfd85a2fc2..bb9b8eadcb97 100644 --- a/cui/source/dialogs/iconcdlg.cxx +++ b/cui/source/dialogs/iconcdlg.cxx @@ -22,6 +22,7 @@ #include #include +#include #include #include #include diff --git a/cui/source/dialogs/insdlg.cxx b/cui/source/dialogs/insdlg.cxx index ac5e7f096773..54fb29dabf54 100644 --- a/cui/source/dialogs/insdlg.cxx +++ b/cui/source/dialogs/insdlg.cxx @@ -38,6 +38,7 @@ #include #include +#include #include #include #include diff --git a/cui/source/dialogs/linkdlg.cxx b/cui/source/dialogs/linkdlg.cxx index dfa899f3feb3..2eb32ff94025 100644 --- a/cui/source/dialogs/linkdlg.cxx +++ b/cui/source/dialogs/linkdlg.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/cui/source/dialogs/scriptdlg.cxx b/cui/source/dialogs/scriptdlg.cxx index 12ff8b2236ef..18ee71314a1f 100644 --- a/cui/source/dialogs/scriptdlg.cxx +++ b/cui/source/dialogs/scriptdlg.cxx @@ -20,6 +20,7 @@ #include #include +#include #include #include #include diff --git a/cui/source/dialogs/srchxtra.cxx b/cui/source/dialogs/srchxtra.cxx index 9e4ba7cfbfb4..0f2907ce02dc 100644 --- a/cui/source/dialogs/srchxtra.cxx +++ b/cui/source/dialogs/srchxtra.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include #include diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 05c404a88b5e..ff973f402668 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/cui/source/options/certpath.cxx b/cui/source/options/certpath.cxx index 59d0d8834b0c..a315222f45cf 100644 --- a/cui/source/options/certpath.cxx +++ b/cui/source/options/certpath.cxx @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include "certpath.hxx" diff --git a/cui/source/options/cfgchart.cxx b/cui/source/options/cfgchart.cxx index 7cbd051e9130..8ac51f0ba678 100644 --- a/cui/source/options/cfgchart.cxx +++ b/cui/source/options/cfgchart.cxx @@ -19,6 +19,7 @@ #include #include +#include #include "cfgchart.hxx" #include #include diff --git a/cui/source/options/optaboutconfig.cxx b/cui/source/options/optaboutconfig.cxx index cb4cd323a4fc..54348cbe63f1 100644 --- a/cui/source/options/optaboutconfig.cxx +++ b/cui/source/options/optaboutconfig.cxx @@ -29,6 +29,7 @@ #include #include #include +#include #include #include diff --git a/cui/source/options/optctl.cxx b/cui/source/options/optctl.cxx index a6bf4d835a2e..18c23123df74 100644 --- a/cui/source/options/optctl.cxx +++ b/cui/source/options/optctl.cxx @@ -19,6 +19,7 @@ #include "optctl.hxx" #include +#include // class SvxCTLOptionsPage ----------------------------------------------------- diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index e4255ee55bf6..9c6bec7b1c0d 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -64,6 +64,7 @@ #include #include #include +#include #include #include #include diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx index 0971cb0b68e7..8124c7d8998c 100644 --- a/cui/source/options/optinet2.cxx +++ b/cui/source/options/optinet2.cxx @@ -72,6 +72,7 @@ #endif #include #include +#include #include #include #include diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx index 527c8ee8985c..dd76e58280d0 100644 --- a/cui/source/options/optjava.cxx +++ b/cui/source/options/optjava.cxx @@ -18,6 +18,7 @@ */ #include +#include #include #include diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx index 8b62b3f5b13b..a746afe5117f 100644 --- a/cui/source/options/optlingu.cxx +++ b/cui/source/options/optlingu.cxx @@ -51,6 +51,7 @@ #include #include #include +#include #include #include diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx index 7b3ebad23a64..cca312d78608 100644 --- a/cui/source/options/optpath.cxx +++ b/cui/source/options/optpath.cxx @@ -51,6 +51,7 @@ #include "optHeaderTabListbox.hxx" #include #include +#include using namespace css; using namespace css::beans; diff --git a/cui/source/options/optsave.cxx b/cui/source/options/optsave.cxx index 6091c2e84eda..55e3c4eef9da 100644 --- a/cui/source/options/optsave.cxx +++ b/cui/source/options/optsave.cxx @@ -35,6 +35,7 @@ #include #include #include +#include #include diff --git a/cui/source/options/optupdt.cxx b/cui/source/options/optupdt.cxx index 889c743b31b7..a42f9050220a 100644 --- a/cui/source/options/optupdt.cxx +++ b/cui/source/options/optupdt.cxx @@ -39,6 +39,7 @@ #include #include #include +#include using namespace ::css; diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx index 1a1b0671fa1c..63df32ae9484 100644 --- a/cui/source/options/treeopt.cxx +++ b/cui/source/options/treeopt.cxx @@ -106,6 +106,7 @@ #include #include #include +#include #ifdef LINUX #include diff --git a/cui/source/options/tsaurls.cxx b/cui/source/options/tsaurls.cxx index df496a095585..f439986c6159 100644 --- a/cui/source/options/tsaurls.cxx +++ b/cui/source/options/tsaurls.cxx @@ -10,6 +10,7 @@ #include #include #include +#include #include "tsaurls.hxx" diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx index 13dbe1d2524a..83e3dc17e6e0 100644 --- a/cui/source/tabpages/chardlg.cxx +++ b/cui/source/tabpages/chardlg.cxx @@ -70,6 +70,7 @@ #include #include #include +#include using namespace ::com::sun::star; diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx index 60642f9d555f..abb258b84ef0 100644 --- a/cui/source/tabpages/numpages.cxx +++ b/cui/source/tabpages/numpages.cxx @@ -76,6 +76,7 @@ #include #include #include +#include #include #include #include diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx index 201634ecc1f0..83c072503a50 100644 --- a/cui/source/tabpages/tpbitmap.cxx +++ b/cui/source/tabpages/tpbitmap.cxx @@ -43,6 +43,7 @@ #include #include #include +#include using namespace com::sun::star; diff --git a/cui/source/tabpages/tpgradnt.cxx b/cui/source/tabpages/tpgradnt.cxx index fb12fddfdbdf..8e3e9d3d579a 100644 --- a/cui/source/tabpages/tpgradnt.cxx +++ b/cui/source/tabpages/tpgradnt.cxx @@ -41,6 +41,7 @@ #include #include #include +#include #include diff --git a/cui/source/tabpages/tphatch.cxx b/cui/source/tabpages/tphatch.cxx index e103b509417e..a51ceabe8378 100644 --- a/cui/source/tabpages/tphatch.cxx +++ b/cui/source/tabpages/tphatch.cxx @@ -43,6 +43,7 @@ #include #include #include +#include #include diff --git a/cui/source/tabpages/tppattern.cxx b/cui/source/tabpages/tppattern.cxx index 712bef2dc03e..6ac3c4c19650 100644 --- a/cui/source/tabpages/tppattern.cxx +++ b/cui/source/tabpages/tppattern.cxx @@ -46,6 +46,7 @@ #include #include #include +#include #include -- cgit