Kaydet (Commit) 57b130b7 authored tarafından Luboš Luňák's avatar Luboš Luňák

#include <sal/macros.h> for SAL_N_ELEMENTS

üst e653925a
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include <unotools/lingucfg.hxx> #include <unotools/lingucfg.hxx>
#include <sal/macros.h>
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
......
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/typeprovider.hxx>
#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/vclunohelper.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <sal/macros.h>
using namespace ::svxform; using namespace ::svxform;
using namespace ::com::sun::star::container; using namespace ::com::sun::star::container;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment