summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-04-19 14:11:22 +0300
committerTor Lillqvist <tml@collabora.com>2019-04-19 14:11:22 +0300
commit0ca9fcebd8bea72f0476df92dc093ad9ce064778 (patch)
treefff116b243df3defaa6e9ba030a46cd02e330243
parentAdd a SAL_INFO to SwWordBasic::FileSaveAs() (diff)
downloadcore-0ca9fcebd8bea72f0476df92dc093ad9ce064778.tar.gz
core-0ca9fcebd8bea72f0476df92dc093ad9ce064778.zip
Fix build without precompiled headers (on Linux)
Change-Id: Ic33646ec1af38d36c344fd7ec1ccfdcb838bc716
-rw-r--r--sw/source/ui/vba/vbaapplication.cxx1
-rw-r--r--sw/source/ui/vba/vbafilterpropsfromformat.hxx1
2 files changed, 2 insertions, 0 deletions
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>