oox/source/ppt/dgmimport.cxx | 1 + oox/source/ppt/dgmlayout.cxx | 1 + 2 files changed, 2 insertions(+)
New commits: commit ca730eed1e61551d77fb6d788eab9214579ed4ff Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Aug 7 18:35:09 2014 +0200 Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy Change-Id: I9d58782c3d3bd09dc0d1d7121c057541f1186b43 diff --git a/oox/source/ppt/dgmimport.cxx b/oox/source/ppt/dgmimport.cxx index e760b2e..dcb80319 100644 --- a/oox/source/ppt/dgmimport.cxx +++ b/oox/source/ppt/dgmimport.cxx @@ -23,6 +23,7 @@ #include "oox/dump/pptxdumper.hxx" #include <com/sun/star/drawing/XShape.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <services.hxx> diff --git a/oox/source/ppt/dgmlayout.cxx b/oox/source/ppt/dgmlayout.cxx index f9db4c7..9af11a2 100644 --- a/oox/source/ppt/dgmlayout.cxx +++ b/oox/source/ppt/dgmlayout.cxx @@ -25,6 +25,7 @@ #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/drawing/XMasterPageTarget.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/xml/dom/XDocument.hpp> #include <com/sun/star/xml/sax/XFastSAXSerializable.hpp> #include <com/sun/star/container/XChild.hpp> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits