summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-10-14 22:33:33 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-14 22:33:33 +0100
commit168acebb90f6bbdfe30079802c760da26c3f17aa (patch)
tree2a92431be591576d4f85c0ed147b97e6842a53ac /uui
parent9382c042573d431e071678df7827df7251a51f20 (diff)
add lots more missing sal/macros.h includes
Diffstat (limited to 'uui')
-rw-r--r--uui/source/masterpasscrtdlg.cxx1
-rw-r--r--uui/source/passcrtdlg.cxx1
-rw-r--r--uui/source/passworddlg.cxx1
-rw-r--r--uui/source/secmacrowarnings.cxx1
4 files changed, 4 insertions, 0 deletions
diff --git a/uui/source/masterpasscrtdlg.cxx b/uui/source/masterpasscrtdlg.cxx
index 0b346dfcef..cda0ca0f58 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 63f3039da6..6b9b605b41 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 243ebbfbe6..4875a032d5 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 eb1269883f..f17bbf4130 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>