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 /linguistic | |
parent | f06fca80cdf28e70839916e38bd08f7575b79a3e (diff) |
add lots more missing sal/macros.h includes
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/gciterator.cxx | 1 | ||||
-rw-r--r-- | linguistic/source/lngopt.cxx | 1 | ||||
-rw-r--r-- | linguistic/source/lngprophelp.cxx | 1 | ||||
-rw-r--r-- | linguistic/source/misc.cxx | 1 | ||||
-rw-r--r-- | linguistic/workben/sprophelp.cxx | 1 |
5 files changed, 5 insertions, 0 deletions
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 <sal/macros.h> #include <com/sun/star/container/XContentEnumerationAccess.hpp> #include <com/sun/star/container/XEnumeration.hpp> #include <com/sun/star/container/XNameAccess.hpp> 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 <sal/macros.h> #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 <tools/debug.hxx> +#include <sal/macros.h> #include <com/sun/star/linguistic2/LinguServiceEvent.hpp> #include <com/sun/star/linguistic2/LinguServiceEventFlags.hpp> 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 <sal/macros.h> #include <tools/string.hxx> #include <tools/fsys.hxx> #include <tools/debug.hxx> 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 <sal/macros.h> #include "misc.hxx" #include "sprophelp.hxx" |