summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-03-26 17:32:13 +0200
committerTor Lillqvist <tml@collabora.com>2019-09-20 12:56:40 +0200
commitf8098e53752eefec19bee0899563c172a602aa2c (patch)
treefc726c694a62f9a888ddf46103395f6aa815eb2a
parent0aa006a1429fa9bd58ed2362ce08791b377c8579 (diff)
Fix compilation error without precompiled headers
Change-Id: I06eea66ac783296a6278d4bcf3be5829a2d7d277 (cherry picked from commit afbc688fba50e8b76f2e367f62d943587c3411d8) Reviewed-on: https://gerrit.libreoffice.org/79191 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r--sw/source/ui/vba/vbadocument.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbadocument.cxx b/sw/source/ui/vba/vbadocument.cxx
index 4fcd09f693a0..728107daddda 100644
--- a/sw/source/ui/vba/vbadocument.cxx
+++ b/sw/source/ui/vba/vbadocument.cxx
@@ -28,6 +28,7 @@
#include "vbabookmarks.hxx"
#include "vbamailmerge.hxx"
#include "vbavariables.hxx"
+#include <comphelper/processfactory.hxx>
#include <com/sun/star/text/XBookmarksSupplier.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>