svx/source/unodraw/UnoGraphicExporter.cxx | 1 + svx/source/unogallery/unogalthemeprovider.cxx | 1 + 2 files changed, 2 insertions(+)
New commits: commit 569fbba46b41f1fe1b1e9d6a86f4d7849d537d53 Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Aug 21 14:21:40 2014 +0200 Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy Change-Id: I52fa4656248dc67d85a81271c0dcef127d5869c5 diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx index 71a2f82..87a1ce6 100644 --- a/svx/source/unodraw/UnoGraphicExporter.cxx +++ b/svx/source/unodraw/UnoGraphicExporter.cxx @@ -32,6 +32,7 @@ #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/task/XInteractionContinuation.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <comphelper/interaction.hxx> #include <framework/interaction.hxx> diff --git a/svx/source/unogallery/unogalthemeprovider.cxx b/svx/source/unogallery/unogalthemeprovider.cxx index 3ccebbb..dc17c12 100644 --- a/svx/source/unogallery/unogalthemeprovider.cxx +++ b/svx/source/unogallery/unogalthemeprovider.cxx @@ -29,6 +29,7 @@ #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/gallery/XGalleryTheme.hpp> #include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> using namespace ::com::sun::star; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits