diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-07 18:35:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-07 18:35:09 +0200 |
commit | ca730eed1e61551d77fb6d788eab9214579ed4ff (patch) | |
tree | b1733ea1bcb4b3f2786b91ac50fcbccecfc04ac6 /oox/source | |
parent | abdae7c281f6449833c920c5a9ba22459be484bd (diff) |
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: I9d58782c3d3bd09dc0d1d7121c057541f1186b43
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/ppt/dgmimport.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/dgmlayout.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/ppt/dgmimport.cxx b/oox/source/ppt/dgmimport.cxx index e760b2ef5e02..dcb803195c05 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 f9db4c7fdc0f..9af11a27d0c9 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> |