[Libreoffice-commits] .: sw/source
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Sun Oct 17 00:08:11 PDT 2010
sw/source/ui/vba/vbapalette.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1f1dfd21e1e65eefc528ddaed3373c8c38427cb0
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sun Oct 17 02:01:04 2010 -0500
missing include <sal/macros.h> for SAL_N_ELEMENTS
diff --git a/sw/source/ui/vba/vbapalette.cxx b/sw/source/ui/vba/vbapalette.cxx
index e99349d..8943b73 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;
More information about the Libreoffice-commits
mailing list