[Libreoffice-commits] core.git: sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Sep 17 20:22:29 UTC 2018
sfx2/source/appl/appdde.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f13c2ce1879182331b2cb57066e23b7a3fc0eb83
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Sep 17 18:31:59 2018 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Sep 17 22:22:06 2018 +0200
Missing include (Windows, --disable-pch)
Change-Id: I825230daf223ff94ab1dbc19d81d478fbf464f56
Reviewed-on: https://gerrit.libreoffice.org/60596
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx
index a35339e2784b..bec2b5cbf825 100644
--- a/sfx2/source/appl/appdde.cxx
+++ b/sfx2/source/appl/appdde.cxx
@@ -44,6 +44,7 @@
#include <helper.hxx>
#include <sfx2/docfile.hxx>
#include <comphelper/processfactory.hxx>
+#include <com/sun/star/ucb/CommandAbortedException.hpp>
#include <com/sun/star/ucb/IllegalIdentifierException.hpp>
#include <com/sun/star/ucb/ContentCreationException.hpp>
More information about the Libreoffice-commits
mailing list