[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 2 commits - sc/CppunitTest_sc_tiledrendering.mk sw/source

Tor Lillqvist tml at collabora.com
Thu May 31 21:24:10 UTC 2018


 sc/CppunitTest_sc_tiledrendering.mk |    6 +++++-
 sw/source/ui/vba/vbadocument.hxx    |    2 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 2832d53de6432aa3d42b85ace39deffa44cdecb4
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Jun 1 00:21:20 2018 +0300

    Need oovbaapi here, too
    
    Change-Id: I36cfb223c0884d0ed09c4b0065bedcc846523f0f

diff --git a/sc/CppunitTest_sc_tiledrendering.mk b/sc/CppunitTest_sc_tiledrendering.mk
index ac70a06453ad..e361870785ce 100644
--- a/sc/CppunitTest_sc_tiledrendering.mk
+++ b/sc/CppunitTest_sc_tiledrendering.mk
@@ -46,7 +46,11 @@ $(eval $(call gb_CppunitTest_set_include,sc_tiledrendering,\
     $$(INCLUDE) \
 ))
 
-$(eval $(call gb_CppunitTest_use_sdk_api,sc_tiledrendering))
+$(eval $(call gb_CppunitTest_use_api,sc_tiledrendering,\
+	udkapi \
+	offapi \
+	oovbaapi \
+))
 
 $(eval $(call gb_CppunitTest_use_ure,sc_tiledrendering))
 $(eval $(call gb_CppunitTest_use_vcl,sc_tiledrendering))
commit 081811832d5cb1f7a89c681168e04021f7b5bce4
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Jun 1 00:13:54 2018 +0300

    Need to include <vector>
    
    Change-Id: Ia08088720bd2c809ba6d2be4c2e42be91f161bae

diff --git a/sw/source/ui/vba/vbadocument.hxx b/sw/source/ui/vba/vbadocument.hxx
index 7cbc63773319..19ca2eed8caa 100644
--- a/sw/source/ui/vba/vbadocument.hxx
+++ b/sw/source/ui/vba/vbadocument.hxx
@@ -19,6 +19,8 @@
 #ifndef INCLUDED_SW_SOURCE_UI_VBA_VBADOCUMENT_HXX
 #define INCLUDED_SW_SOURCE_UI_VBA_VBADOCUMENT_HXX
 
+#include <vector>
+
 #include <ooo/vba/XSink.hpp>
 #include <ooo/vba/XSinkCaller.hpp>
 #include <ooo/vba/word/XDocument.hpp>


More information about the Libreoffice-commits mailing list