[Libreoffice-commits] .: sd/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sat Oct 9 19:22:21 PDT 2010


 sd/source/ui/annotations/annotationmanager.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5afe68c38bd6ab2f575253ad1814e48c78db36fb
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sat Oct 9 21:10:36 2010 -0500

    missing include for SAL_N_ELEMENTS

diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx
index 613dfd1..ab2abe9 100644
--- a/sd/source/ui/annotations/annotationmanager.cxx
+++ b/sd/source/ui/annotations/annotationmanager.cxx
@@ -41,6 +41,7 @@
 #include <vcl/menu.hxx>
 #include <vcl/msgbox.hxx>
 
+#include <sal/macros.h>
 #include <svl/style.hxx>
 #include <svl/itempool.hxx>
 #include <unotools/useroptions.hxx>


More information about the Libreoffice-commits mailing list