summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-10-14 22:33:33 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-14 22:33:33 +0100
commitc63d5210fd85cf8ec41c29f8fc17d39c676726be (patch)
tree5c174869845f6d9710bc5963c3e43ef56899e8cf /vbahelper
parentf06fca80cdf28e70839916e38bd08f7575b79a3e (diff)
add lots more missing sal/macros.h includes
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/source/vbahelper/vbaapplicationbase.cxx1
-rw-r--r--vbahelper/source/vbahelper/vbaglobalbase.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/vbahelper/source/vbahelper/vbaapplicationbase.cxx b/vbahelper/source/vbahelper/vbaapplicationbase.cxx
index 7daed9e574c1..13049c1d49be 100644
--- a/vbahelper/source/vbahelper/vbaapplicationbase.cxx
+++ b/vbahelper/source/vbahelper/vbaapplicationbase.cxx
@@ -27,6 +27,7 @@
************************************************************************/
#include "vbahelper/vbaapplicationbase.hxx"
+#include <sal/macros.h>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
diff --git a/vbahelper/source/vbahelper/vbaglobalbase.cxx b/vbahelper/source/vbahelper/vbaglobalbase.cxx
index 767049396db4..7e6d365823c8 100644
--- a/vbahelper/source/vbahelper/vbaglobalbase.cxx
+++ b/vbahelper/source/vbahelper/vbaglobalbase.cxx
@@ -26,6 +26,7 @@
*
************************************************************************/
#include "vbahelper/vbaglobalbase.hxx"
+#include <sal/macros.h>
#include <cppuhelper/component_context.hxx>
#include <comphelper/processfactory.hxx>