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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 26 15:39:34 UTC 2019


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

New commits:
commit afbc688fba50e8b76f2e367f62d943587c3411d8
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Mar 26 17:32:13 2019 +0200
Commit:     Tor Lillqvist <tml at 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>


More information about the Libreoffice-commits mailing list