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 /uui/source | |
parent | f06fca80cdf28e70839916e38bd08f7575b79a3e (diff) |
add lots more missing sal/macros.h includes
Diffstat (limited to 'uui/source')
-rw-r--r-- | uui/source/masterpasscrtdlg.cxx | 1 | ||||
-rw-r--r-- | uui/source/passcrtdlg.cxx | 1 | ||||
-rw-r--r-- | uui/source/passworddlg.cxx | 1 | ||||
-rw-r--r-- | uui/source/secmacrowarnings.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
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 <sal/macros.h> #include <svtools/filedlg.hxx> #include <vcl/msgbox.hxx> 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 <sal/macros.h> #include <svtools/filedlg.hxx> #include <vcl/msgbox.hxx> 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 <sal/macros.h> #include <svtools/filedlg.hxx> #include <vcl/msgbox.hxx> 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 <comphelper/sequence.hxx> #include "comphelper/documentconstants.hxx" #include <comphelper/processfactory.hxx> +#include <sal/macros.h> #include <vcl/msgbox.hxx> #include <com/sun/star/security/NoPasswordException.hpp> |