[Libreoffice-commits] .: editeng/source svx/source
Lubos Lunak
llunak at kemper.freedesktop.org
Fri Oct 15 03:48:29 PDT 2010
editeng/source/editeng/editview.cxx | 1 +
svx/source/fmcomp/fmgridif.cxx | 1 +
2 files changed, 2 insertions(+)
New commits:
commit 0ed7a93b18e112f75fb73a0ead6a00dd502b3abd
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Fri Oct 15 12:47:30 2010 +0200
#include <sal/macros.h> for SAL_N_ELEMENTS
diff --git a/editeng/source/editeng/editview.cxx b/editeng/source/editeng/editview.cxx
index e95893e..c1f4028 100644
--- a/editeng/source/editeng/editview.cxx
+++ b/editeng/source/editeng/editview.cxx
@@ -75,6 +75,7 @@
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <unotools/lingucfg.hxx>
+#include <sal/macros.h>
#include <com/sun/star/lang/XServiceInfo.hpp>
diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx
index 91929d9..761a649 100644
--- a/svx/source/fmcomp/fmgridif.cxx
+++ b/svx/source/fmcomp/fmgridif.cxx
@@ -64,6 +64,7 @@
#include <cppuhelper/typeprovider.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <tools/diagnose_ex.h>
+#include <sal/macros.h>
using namespace ::svxform;
using namespace ::com::sun::star::container;
More information about the Libreoffice-commits
mailing list