[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sw/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 20 10:57:46 UTC 2019
sw/source/ui/vba/vbadocument.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f8098e53752eefec19bee0899563c172a602aa2c
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Mar 26 17:32:13 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Sep 20 12:56:40 2019 +0200
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 at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
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>
More information about the Libreoffice-commits
mailing list