sw/source/ui/vba/vbadocument.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit afbc688fba50e8b76f2e367f62d943587c3411d8
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Tue Mar 26 17:32:13 2019 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Tue Mar 26 17:32:13 2019 +0200

    Fix compilation error without precompiled headers
    
    Change-Id: I06eea66ac783296a6278d4bcf3be5829a2d7d277

diff --git a/sw/source/ui/vba/vbadocument.cxx b/sw/source/ui/vba/vbadocument.cxx
index 9b44c92c9176..67967bc4eb74 100644
--- a/sw/source/ui/vba/vbadocument.cxx
+++ b/sw/source/ui/vba/vbadocument.cxx
@@ -27,6 +27,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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to