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 /fpicker/source/office | |
parent | f06fca80cdf28e70839916e38bd08f7575b79a3e (diff) |
add lots more missing sal/macros.h includes
Diffstat (limited to 'fpicker/source/office')
-rw-r--r-- | fpicker/source/office/OfficeControlAccess.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 2 |
2 files changed, 2 insertions, 1 deletions
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 <sal/macros.h> #include "OfficeControlAccess.hxx" #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> #include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp> 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 <sal/macros.h> #include "iodlg.hxx" #include <tools/stream.hxx> #include <tools/urlobj.hxx> |