diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-17 02:01:04 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-17 02:01:04 -0500 |
commit | 74f9f6fcf4023926e8eb24cb11ed2c5978332fd9 (patch) | |
tree | 2ae6103b04807e4f5b08b592e746cd0ef4d22d52 /sw/source | |
parent | bc01ec73e9fd55afbfa34f20f80182582be9c1b8 (diff) |
missing include <sal/macros.h> for SAL_N_ELEMENTS
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/vba/vbapalette.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbapalette.cxx b/sw/source/ui/vba/vbapalette.cxx index da2b33908a0a..3639d0e63638 100644 --- a/sw/source/ui/vba/vbapalette.cxx +++ b/sw/source/ui/vba/vbapalette.cxx @@ -4,6 +4,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <ooo/vba/word/WdColor.hpp> #include <ooo/vba/word/WdColorIndex.hpp> +#include <sal/macros.h> using namespace ::ooo::vba; using namespace ::ooo::vba::word; |