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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 19 11:12:53 UTC 2019


 sw/source/ui/vba/vbaapplication.cxx           |    1 +
 sw/source/ui/vba/vbafilterpropsfromformat.hxx |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 0ca9fcebd8bea72f0476df92dc093ad9ce064778
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Apr 19 14:11:22 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Apr 19 14:11:22 2019 +0300

    Fix build without precompiled headers (on Linux)
    
    Change-Id: Ic33646ec1af38d36c344fd7ec1ccfdcb838bc716

diff --git a/sw/source/ui/vba/vbaapplication.cxx b/sw/source/ui/vba/vbaapplication.cxx
index d71b063e49b5..5ff82ce7eb57 100644
--- a/sw/source/ui/vba/vbaapplication.cxx
+++ b/sw/source/ui/vba/vbaapplication.cxx
@@ -46,6 +46,7 @@
 #include <swdll.hxx>
 #include <swmodule.hxx>
 #include "vbalistgalleries.hxx"
+#include <tools/urlobj.hxx>
 
 using namespace ::ooo;
 using namespace ::ooo::vba;
diff --git a/sw/source/ui/vba/vbafilterpropsfromformat.hxx b/sw/source/ui/vba/vbafilterpropsfromformat.hxx
index 5737d3d18b9c..e51cdc3cc30e 100644
--- a/sw/source/ui/vba/vbafilterpropsfromformat.hxx
+++ b/sw/source/ui/vba/vbafilterpropsfromformat.hxx
@@ -22,6 +22,7 @@
 #include <sal/config.h>
 
 #include <com/sun/star/beans/PropertyValue.hpp>
+#include <com/sun/star/uno/Sequence.hxx>
 #include <rtl/ustring.hxx>
 #include <ooo/vba/word/WdSaveFormat.hpp>
 


More information about the Libreoffice-commits mailing list