diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-10-14 22:33:33 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-14 22:33:33 +0100 |
commit | c63d5210fd85cf8ec41c29f8fc17d39c676726be (patch) | |
tree | 5c174869845f6d9710bc5963c3e43ef56899e8cf /shell | |
parent | f06fca80cdf28e70839916e38bd08f7575b79a3e (diff) |
add lots more missing sal/macros.h includes
Diffstat (limited to 'shell')
5 files changed, 7 insertions, 1 deletions
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 <sal/macros.h> +#include <sal/config.h> #include <string.h> @@ -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 <sal/macros.h> #include <malloc.h> //---------------------------- 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 <propkey.h> #include <propvarutil.h> +#include <sal/macros.h> #include <malloc.h> #include <strsafe.h> 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 <sal/macros.h> //------------------------------------ // 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 <osl/diagnose.h> +#include <sal/macros.h> #include "simplemapi.hxx" |