From c63d5210fd85cf8ec41c29f8fc17d39c676726be Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 14 Oct 2010 22:33:33 +0100 Subject: [PATCH] add lots more missing sal/macros.h includes --- basic/source/runtime/stdobj.cxx | 1 + .../source/commontools/TDatabaseMetaDataBase.cxx | 1 + connectivity/source/commontools/dbmetadata.cxx | 1 + connectivity/source/drivers/adabas/BDriver.cxx | 1 + connectivity/source/drivers/adabas/BUser.cxx | 1 + connectivity/source/drivers/ado/Awrapado.cxx | 1 + .../source/drivers/jdbc/DatabaseMetaData.cxx | 1 + connectivity/source/drivers/mozab/MColumnAlias.cxx | 1 + connectivity/source/drivers/mozab/MDriver.cxx | 1 + connectivity/source/parse/sqlnode.cxx | 1 + formula/source/core/api/FormulaCompiler.cxx | 1 + fpicker/source/office/OfficeControlAccess.cxx | 1 + fpicker/source/office/iodlg.cxx | 2 +- fpicker/source/win32/filepicker/controlaccess.cxx | 1 + framework/source/services/backingwindow.cxx | 2 ++ .../source/uielement/controlmenucontroller.cxx | 1 + framework/source/xml/menudocumenthandler.cxx | 14 +------------- framework/source/xml/toolboxdocumenthandler.cxx | 12 +----------- linguistic/source/gciterator.cxx | 1 + linguistic/source/lngopt.cxx | 1 + linguistic/source/lngprophelp.cxx | 1 + linguistic/source/misc.cxx | 1 + linguistic/workben/sprophelp.cxx | 1 + scripting/source/vbaevents/eventhelper.cxx | 1 + sfx2/source/appl/shutdowniconw32.cxx | 1 + sfx2/source/dialog/alienwarn.cxx | 1 + sfx2/source/dialog/printopt.cxx | 1 + sfx2/source/view/frmload.cxx | 1 + shell/source/backends/gconfbe/gconfaccess.cxx | 4 +++- .../win32/shlxthandler/columninfo/columninfo.cxx | 1 + .../win32/shlxthandler/prophdl/propertyhdl.cxx | 1 + .../win32/shlxthandler/util/fileextensions.cxx | 1 + shell/source/win32/simplemail/senddoc.cxx | 1 + svx/source/dialog/docrecovery.cxx | 4 +++- svx/source/dialog/srchdlg.cxx | 2 +- svx/source/fmcomp/gridcell.cxx | 2 +- svx/source/fmcomp/gridctrl.cxx | 1 + svx/source/form/ParseContext.cxx | 1 + svx/source/form/datanavi.cxx | 1 + svx/source/form/fmPropBrw.cxx | 2 ++ svx/source/form/fmdmod.cxx | 1 + svx/source/form/fmpage.cxx | 1 + svx/source/form/fmshimp.cxx | 1 + svx/source/form/fmundo.cxx | 1 + svx/source/form/formcontrolling.cxx | 1 + svx/source/unodraw/unoprov.cxx | 2 ++ svx/source/xml/xmlgrhlp.cxx | 1 + ucb/source/ucp/gio/gio_content.cxx | 2 +- uui/source/masterpasscrtdlg.cxx | 1 + uui/source/passcrtdlg.cxx | 1 + uui/source/passworddlg.cxx | 1 + uui/source/secmacrowarnings.cxx | 1 + vbahelper/source/vbahelper/vbaapplicationbase.cxx | 1 + vbahelper/source/vbahelper/vbaglobalbase.cxx | 1 + xmloff/source/core/xmltoken.cxx | 1 + xmloff/source/forms/elementexport.cxx | 1 + 56 files changed, 63 insertions(+), 30 deletions(-) diff --git a/basic/source/runtime/stdobj.cxx b/basic/source/runtime/stdobj.cxx index 8c85df4f383e..f5f54dad8515 100644 --- a/basic/source/runtime/stdobj.cxx +++ b/basic/source/runtime/stdobj.cxx @@ -32,6 +32,7 @@ #include "runtime.hxx" #include "stdobj.hxx" #include +#include #include "rtlproto.hxx" #include "sbintern.hxx" #include diff --git a/connectivity/source/commontools/TDatabaseMetaDataBase.cxx b/connectivity/source/commontools/TDatabaseMetaDataBase.cxx index 62656173afa6..86d89d8698b7 100644 --- a/connectivity/source/commontools/TDatabaseMetaDataBase.cxx +++ b/connectivity/source/commontools/TDatabaseMetaDataBase.cxx @@ -37,6 +37,7 @@ #include "resource/sharedresources.hxx" #include "resource/common_res.hrc" #include +#include using namespace com::sun::star::uno; using namespace com::sun::star::lang; diff --git a/connectivity/source/commontools/dbmetadata.cxx b/connectivity/source/commontools/dbmetadata.cxx index 25931b86d96d..acb995978f5a 100644 --- a/connectivity/source/commontools/dbmetadata.cxx +++ b/connectivity/source/commontools/dbmetadata.cxx @@ -52,6 +52,7 @@ #include #include #include +#include #include diff --git a/connectivity/source/drivers/adabas/BDriver.cxx b/connectivity/source/drivers/adabas/BDriver.cxx index befa4f09da50..e2af8de0199e 100644 --- a/connectivity/source/drivers/adabas/BDriver.cxx +++ b/connectivity/source/drivers/adabas/BDriver.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_connectivity.hxx" #include +#include #include "adabas/BDriver.hxx" #include "adabas/BConnection.hxx" #include "odbc/OFunctions.hxx" diff --git a/connectivity/source/drivers/adabas/BUser.cxx b/connectivity/source/drivers/adabas/BUser.cxx index 911fbddcc9f9..671edf6df8fb 100644 --- a/connectivity/source/drivers/adabas/BUser.cxx +++ b/connectivity/source/drivers/adabas/BUser.cxx @@ -28,6 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_connectivity.hxx" +#include #include "adabas/BUser.hxx" #include "adabas/BGroups.hxx" #include diff --git a/connectivity/source/drivers/ado/Awrapado.cxx b/connectivity/source/drivers/ado/Awrapado.cxx index ced9e8891931..bc9bb2948608 100644 --- a/connectivity/source/drivers/ado/Awrapado.cxx +++ b/connectivity/source/drivers/ado/Awrapado.cxx @@ -28,6 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_connectivity.hxx" +#include #include "ado/Awrapado.hxx" #include "ado/Awrapadox.hxx" #include diff --git a/connectivity/source/drivers/jdbc/DatabaseMetaData.cxx b/connectivity/source/drivers/jdbc/DatabaseMetaData.cxx index 87a2967b48c7..de0e509ec66b 100644 --- a/connectivity/source/drivers/jdbc/DatabaseMetaData.cxx +++ b/connectivity/source/drivers/jdbc/DatabaseMetaData.cxx @@ -28,6 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_connectivity.hxx" +#include #include "java/sql/DatabaseMetaData.hxx" #include "java/sql/Connection.hxx" #include "java/sql/ResultSet.hxx" diff --git a/connectivity/source/drivers/mozab/MColumnAlias.cxx b/connectivity/source/drivers/mozab/MColumnAlias.cxx index dff72cebf09d..211a7c307542 100644 --- a/connectivity/source/drivers/mozab/MColumnAlias.cxx +++ b/connectivity/source/drivers/mozab/MColumnAlias.cxx @@ -28,6 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_connectivity.hxx" +#include #include "MColumnAlias.hxx" #include "MConnection.hxx" #include "MExtConfigAccess.hxx" diff --git a/connectivity/source/drivers/mozab/MDriver.cxx b/connectivity/source/drivers/mozab/MDriver.cxx index 31635c07b48a..c88c6742e6b9 100644 --- a/connectivity/source/drivers/mozab/MDriver.cxx +++ b/connectivity/source/drivers/mozab/MDriver.cxx @@ -28,6 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_connectivity.hxx" +#include #include "MDriver.hxx" #include "MConnection.hxx" #include "connectivity/dbexception.hxx" diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx index a43289c36675..e4286c971650 100644 --- a/connectivity/source/parse/sqlnode.cxx +++ b/connectivity/source/parse/sqlnode.cxx @@ -30,6 +30,7 @@ #include "precompiled_connectivity.hxx" +#include #include #include #include diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx index 8df3c7ec05f5..0e5047084e05 100644 --- a/formula/source/core/api/FormulaCompiler.cxx +++ b/formula/source/core/api/FormulaCompiler.cxx @@ -26,6 +26,7 @@ * ************************************************************************/ #include "precompiled_formula.hxx" +#include #include "formula/FormulaCompiler.hxx" #include "formula/errorcodes.hxx" #include "formula/token.hxx" diff --git a/fpicker/source/office/OfficeControlAccess.cxx b/fpicker/source/office/OfficeControlAccess.cxx index b0c501ba0e6d..f8bec371a898 100644 --- a/fpicker/source/office/OfficeControlAccess.cxx +++ b/fpicker/source/office/OfficeControlAccess.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_fpicker.hxx" +#include #include "OfficeControlAccess.hxx" #include #include diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index fe84c6937bcc..ef54e5662ea7 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -30,7 +30,7 @@ #include "precompiled_fpicker.hxx" // includes -------------------------------------------------------------- - +#include #include "iodlg.hxx" #include #include diff --git a/fpicker/source/win32/filepicker/controlaccess.cxx b/fpicker/source/win32/filepicker/controlaccess.cxx index adf9d305e311..8831d017f82d 100644 --- a/fpicker/source/win32/filepicker/controlaccess.cxx +++ b/fpicker/source/win32/filepicker/controlaccess.cxx @@ -34,6 +34,7 @@ //------------------------------------------------------------------------ #include +#include #include #include "controlaccess.hxx" #include "..\misc\WinImplHelper.hxx" diff --git a/framework/source/services/backingwindow.cxx b/framework/source/services/backingwindow.cxx index d46a536d2433..82cc5d631911 100644 --- a/framework/source/services/backingwindow.cxx +++ b/framework/source/services/backingwindow.cxx @@ -34,6 +34,8 @@ #include "classes/fwkresid.hxx" #include +#include + #include "vcl/metric.hxx" #include "vcl/mnemonic.hxx" #include "vcl/menu.hxx" diff --git a/framework/source/uielement/controlmenucontroller.cxx b/framework/source/uielement/controlmenucontroller.cxx index ebcf9cc82a50..38c7807533f1 100644 --- a/framework/source/uielement/controlmenucontroller.cxx +++ b/framework/source/uielement/controlmenucontroller.cxx @@ -28,6 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_framework.hxx" +#include #include //_________________________________________________________________________________________________________________ diff --git a/framework/source/xml/menudocumenthandler.cxx b/framework/source/xml/menudocumenthandler.cxx index bfc4acd04450..271dcbf5eee5 100644 --- a/framework/source/xml/menudocumenthandler.cxx +++ b/framework/source/xml/menudocumenthandler.cxx @@ -30,18 +30,12 @@ #include "precompiled_framework.hxx" #include +#include -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ #include #include #include -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ - #include #include #include @@ -49,16 +43,10 @@ #include #include -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ #include #include #include -//_________________________________________________________________________________________________________________ -// defines -//_________________________________________________________________________________________________________________ #define XMLNS_MENU "http://openoffice.org/2001/menu" #define XMLNS_PREFIX "menu:" diff --git a/framework/source/xml/toolboxdocumenthandler.cxx b/framework/source/xml/toolboxdocumenthandler.cxx index fa799b4e2f57..a30c5a38b2ce 100644 --- a/framework/source/xml/toolboxdocumenthandler.cxx +++ b/framework/source/xml/toolboxdocumenthandler.cxx @@ -31,28 +31,18 @@ #include -//_________________________________________________________________________________________________________________ -// my own includes -//_________________________________________________________________________________________________________________ - #include #include #include #include -//_________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________ #include #include #include #include -//_________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________ - #include +#include #include #include #include diff --git a/linguistic/source/gciterator.cxx b/linguistic/source/gciterator.cxx index ba1ce29e2337..2519aa0cea89 100644 --- a/linguistic/source/gciterator.cxx +++ b/linguistic/source/gciterator.cxx @@ -27,6 +27,7 @@ ************************************************************************/ #include "precompiled_linguistic.hxx" +#include #include #include #include diff --git a/linguistic/source/lngopt.cxx b/linguistic/source/lngopt.cxx index 1f9a63071795..179c61d6e934 100644 --- a/linguistic/source/lngopt.cxx +++ b/linguistic/source/lngopt.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_linguistic.hxx" +#include #include "lngopt.hxx" #include "lngprops.hxx" #include "misc.hxx" diff --git a/linguistic/source/lngprophelp.cxx b/linguistic/source/lngprophelp.cxx index 7a13b36b1f71..cb9ff6b6ceb5 100644 --- a/linguistic/source/lngprophelp.cxx +++ b/linguistic/source/lngprophelp.cxx @@ -30,6 +30,7 @@ #include "precompiled_linguistic.hxx" #include +#include #include #include diff --git a/linguistic/source/misc.cxx b/linguistic/source/misc.cxx index 0568fab4bdfe..7a2d69a72a67 100644 --- a/linguistic/source/misc.cxx +++ b/linguistic/source/misc.cxx @@ -28,6 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_linguistic.hxx" +#include #include #include #include diff --git a/linguistic/workben/sprophelp.cxx b/linguistic/workben/sprophelp.cxx index d2ac04abb714..4bf29bf1e0b0 100644 --- a/linguistic/workben/sprophelp.cxx +++ b/linguistic/workben/sprophelp.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_linguistic.hxx" +#include #include "misc.hxx" #include "sprophelp.hxx" diff --git a/scripting/source/vbaevents/eventhelper.cxx b/scripting/source/vbaevents/eventhelper.cxx index 591f3202c05f..d6512f5b0661 100644 --- a/scripting/source/vbaevents/eventhelper.cxx +++ b/scripting/source/vbaevents/eventhelper.cxx @@ -31,6 +31,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_scripting.hxx" +#include #include #include #include diff --git a/sfx2/source/appl/shutdowniconw32.cxx b/sfx2/source/appl/shutdowniconw32.cxx index 6aa9ea0b1a7b..869cc2272920 100644 --- a/sfx2/source/appl/shutdowniconw32.cxx +++ b/sfx2/source/appl/shutdowniconw32.cxx @@ -28,6 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sfx2.hxx" +#include #ifdef WNT diff --git a/sfx2/source/dialog/alienwarn.cxx b/sfx2/source/dialog/alienwarn.cxx index 09aebb25949e..18b915e49c2f 100644 --- a/sfx2/source/dialog/alienwarn.cxx +++ b/sfx2/source/dialog/alienwarn.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sfx2.hxx" +#include #include "alienwarn.hxx" #include "sfxresid.hxx" #include diff --git a/sfx2/source/dialog/printopt.cxx b/sfx2/source/dialog/printopt.cxx index 7e3a2e8b02dd..01cb085b0f1d 100644 --- a/sfx2/source/dialog/printopt.cxx +++ b/sfx2/source/dialog/printopt.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sfx2.hxx" +#include #include #include #include diff --git a/sfx2/source/view/frmload.cxx b/sfx2/source/view/frmload.cxx index 4c810bda1fbc..40d842ddd4f2 100644 --- a/sfx2/source/view/frmload.cxx +++ b/sfx2/source/view/frmload.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sfx2.hxx" +#include #include "frmload.hxx" #include "objshimp.hxx" #include "viewfac.hxx" diff --git a/shell/source/backends/gconfbe/gconfaccess.cxx b/shell/source/backends/gconfbe/gconfaccess.cxx index 243032fbebe7..2867ebaf2297 100644 --- a/shell/source/backends/gconfbe/gconfaccess.cxx +++ b/shell/source/backends/gconfbe/gconfaccess.cxx @@ -27,7 +27,8 @@ ************************************************************************/ #include "precompiled_shell.hxx" -#include "sal/config.h" +#include +#include #include @@ -37,6 +38,7 @@ #include "osl/thread.h" #include "rtl/strbuf.hxx" #include "rtl/ustrbuf.hxx" +#include "sal/macros.h" #include "gconfaccess.hxx" diff --git a/shell/source/win32/shlxthandler/columninfo/columninfo.cxx b/shell/source/win32/shlxthandler/columninfo/columninfo.cxx index bf83bb954bd5..78e5d268b806 100644 --- a/shell/source/win32/shlxthandler/columninfo/columninfo.cxx +++ b/shell/source/win32/shlxthandler/columninfo/columninfo.cxx @@ -35,6 +35,7 @@ #include "internal/utilities.hxx" #include "internal/config.hxx" +#include #include //---------------------------- diff --git a/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx b/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx index 8326ec38c0fa..0715ac54ad0c 100644 --- a/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx +++ b/shell/source/win32/shlxthandler/prophdl/propertyhdl.cxx @@ -37,6 +37,7 @@ #include #include +#include #include #include diff --git a/shell/source/win32/shlxthandler/util/fileextensions.cxx b/shell/source/win32/shlxthandler/util/fileextensions.cxx index 6318f9e943b0..3f66977f0714 100644 --- a/shell/source/win32/shlxthandler/util/fileextensions.cxx +++ b/shell/source/win32/shlxthandler/util/fileextensions.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_shell.hxx" #include "internal/fileextensions.hxx" +#include //------------------------------------ // diff --git a/shell/source/win32/simplemail/senddoc.cxx b/shell/source/win32/simplemail/senddoc.cxx index 72ef052a142b..e1a08d84f694 100644 --- a/shell/source/win32/simplemail/senddoc.cxx +++ b/shell/source/win32/simplemail/senddoc.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_shell.hxx" #include +#include #include "simplemapi.hxx" diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index b501d5e95c6f..6d546458790f 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -28,8 +28,10 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -#include +#include + +#include #include #include "docrecovery.hxx" #include "docrecovery.hrc" diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx index d49a792786c0..be654e3a0b9b 100644 --- a/svx/source/dialog/srchdlg.cxx +++ b/svx/source/dialog/srchdlg.cxx @@ -29,7 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -// include --------------------------------------------------------------- +#include #include #include #include diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index 91c48d63a438..4b3d409aa0ec 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -29,7 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" - +#include #include "fmprop.hrc" #include "fmresids.hrc" #include "svx/fmtools.hxx" diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index fee65148e79a..81b391fc5a12 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" +#include #include "fmhelp.hrc" #include #include "gridcell.hxx" diff --git a/svx/source/form/ParseContext.cxx b/svx/source/form/ParseContext.cxx index e1fc934aa4c8..124b76eb68da 100644 --- a/svx/source/form/ParseContext.cxx +++ b/svx/source/form/ParseContext.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" +#include #include "ParseContext.hxx" #include "stringlistresource.hxx" #include "fmresids.hrc" diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx index 636ae515c49b..66fd1a296355 100644 --- a/svx/source/form/datanavi.cxx +++ b/svx/source/form/datanavi.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" +#include #include "datanavi.hxx" #include "fmservs.hxx" diff --git a/svx/source/form/fmPropBrw.cxx b/svx/source/form/fmPropBrw.cxx index b5ae7f609e49..45306f7619dd 100644 --- a/svx/source/form/fmPropBrw.cxx +++ b/svx/source/form/fmPropBrw.cxx @@ -29,6 +29,8 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" +#include + #include "fmhelp.hrc" #include "fmprop.hrc" #include "fmPropBrw.hxx" diff --git a/svx/source/form/fmdmod.cxx b/svx/source/form/fmdmod.cxx index b875acf5bf9f..907862e79dd8 100644 --- a/svx/source/form/fmdmod.cxx +++ b/svx/source/form/fmdmod.cxx @@ -28,6 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" +#include #include #include "fmservs.hxx" #include diff --git a/svx/source/form/fmpage.cxx b/svx/source/form/fmpage.cxx index 386ebbec87df..75f681832208 100644 --- a/svx/source/form/fmpage.cxx +++ b/svx/source/form/fmpage.cxx @@ -28,6 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" +#include #define ENABLE_BYTESTRING_STREAM_OPERATORS #include diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index 7e084cac3043..c0b0e56e6ac7 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" +#include #include "fmitems.hxx" #include "fmobj.hxx" #include "fmpgeimp.hxx" diff --git a/svx/source/form/fmundo.cxx b/svx/source/form/fmundo.cxx index 6135b9ab4b30..f75142dc6957 100644 --- a/svx/source/form/fmundo.cxx +++ b/svx/source/form/fmundo.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" +#include #include "fmundo.hxx" #include "fmpgeimp.hxx" #include "svx/dbtoolsclient.hxx" diff --git a/svx/source/form/formcontrolling.cxx b/svx/source/form/formcontrolling.cxx index afa9b8090b68..ffc53372a24a 100644 --- a/svx/source/form/formcontrolling.cxx +++ b/svx/source/form/formcontrolling.cxx @@ -29,6 +29,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" +#include #include "formcontrolling.hxx" #include "fmurl.hxx" #include "svx/svxids.hrc" diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx index 8b7461e7660d..e2faf092ec6a 100644 --- a/svx/source/unodraw/unoprov.cxx +++ b/svx/source/unodraw/unoprov.cxx @@ -29,6 +29,8 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" +#include + #define _SVX_USE_UNOGLOBALS_ #include diff --git a/svx/source/xml/xmlgrhlp.cxx b/svx/source/xml/xmlgrhlp.cxx index 2859eaedcf18..1e4b8a5958f0 100644 --- a/svx/source/xml/xmlgrhlp.cxx +++ b/svx/source/xml/xmlgrhlp.cxx @@ -28,6 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" +#include #include #include #include diff --git a/ucb/source/ucp/gio/gio_content.cxx b/ucb/source/ucp/gio/gio_content.cxx index cfdd14b70773..6eb02232a59c 100644 --- a/ucb/source/ucp/gio/gio_content.cxx +++ b/ucb/source/ucp/gio/gio_content.cxx @@ -29,7 +29,7 @@ #include #include #include - +#include #include #include diff --git a/uui/source/masterpasscrtdlg.cxx b/uui/source/masterpasscrtdlg.cxx index c96e319fb5fe..61ea4d5548d3 100644 --- a/uui/source/masterpasscrtdlg.cxx +++ b/uui/source/masterpasscrtdlg.cxx @@ -26,6 +26,7 @@ * ************************************************************************/ +#include #include #include diff --git a/uui/source/passcrtdlg.cxx b/uui/source/passcrtdlg.cxx index 77b14f3bf38f..1f024bc1b198 100644 --- a/uui/source/passcrtdlg.cxx +++ b/uui/source/passcrtdlg.cxx @@ -26,6 +26,7 @@ * ************************************************************************/ +#include #include #include diff --git a/uui/source/passworddlg.cxx b/uui/source/passworddlg.cxx index bb81e612e086..4e18e3a2f292 100644 --- a/uui/source/passworddlg.cxx +++ b/uui/source/passworddlg.cxx @@ -26,6 +26,7 @@ * ************************************************************************/ +#include #include #include diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx index 6447cc20526e..1d3cc72648ef 100644 --- a/uui/source/secmacrowarnings.cxx +++ b/uui/source/secmacrowarnings.cxx @@ -32,6 +32,7 @@ #include #include "comphelper/documentconstants.hxx" #include +#include #include #include diff --git a/vbahelper/source/vbahelper/vbaapplicationbase.cxx b/vbahelper/source/vbahelper/vbaapplicationbase.cxx index 7daed9e574c1..13049c1d49be 100644 --- a/vbahelper/source/vbahelper/vbaapplicationbase.cxx +++ b/vbahelper/source/vbahelper/vbaapplicationbase.cxx @@ -27,6 +27,7 @@ ************************************************************************/ #include "vbahelper/vbaapplicationbase.hxx" +#include #include #include diff --git a/vbahelper/source/vbahelper/vbaglobalbase.cxx b/vbahelper/source/vbahelper/vbaglobalbase.cxx index 767049396db4..7e6d365823c8 100644 --- a/vbahelper/source/vbahelper/vbaglobalbase.cxx +++ b/vbahelper/source/vbahelper/vbaglobalbase.cxx @@ -26,6 +26,7 @@ * ************************************************************************/ #include "vbahelper/vbaglobalbase.hxx" +#include #include #include diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 02d6d5f8f48d..ac12778c5979 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -28,6 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_xmloff.hxx" +#include #include #include #include diff --git a/xmloff/source/forms/elementexport.cxx b/xmloff/source/forms/elementexport.cxx index 90c1243f51b3..31aeb7521daa 100644 --- a/xmloff/source/forms/elementexport.cxx +++ b/xmloff/source/forms/elementexport.cxx @@ -69,6 +69,7 @@ #include #include #include +#include #include #include