[Libreoffice-commits] core.git: svtools/source

Stephan Bergmann sbergman at redhat.com
Thu Aug 7 09:41:17 PDT 2014


 svtools/source/graphic/provider.cxx               |    1 +
 svtools/source/graphic/renderer.cxx               |    1 +
 svtools/source/hatchwindow/hatchwindowfactory.cxx |    1 +
 3 files changed, 3 insertions(+)

New commits:
commit 5b9c8241ea3a536cd0652bddbca110d86e09dcf9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Aug 7 18:40:50 2014 +0200

    Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
    
    Change-Id: I11db6f87f3b8b32578c0c83d3df7b11d3533b5ef

diff --git a/svtools/source/graphic/provider.cxx b/svtools/source/graphic/provider.cxx
index 1cf6620..c21577b 100644
--- a/svtools/source/graphic/provider.cxx
+++ b/svtools/source/graphic/provider.cxx
@@ -34,6 +34,7 @@
 #include <vcl/settings.hxx>
 #include <com/sun/star/io/XStream.hpp>
 #include <com/sun/star/text/GraphicCrop.hpp>
+#include <com/sun/star/uno/XComponentContext.hpp>
 #include <comphelper/servicehelper.hxx>
 #include <cppuhelper/supportsservice.hxx>
 
diff --git a/svtools/source/graphic/renderer.cxx b/svtools/source/graphic/renderer.cxx
index e262f31..297166f 100644
--- a/svtools/source/graphic/renderer.cxx
+++ b/svtools/source/graphic/renderer.cxx
@@ -21,6 +21,7 @@
 #include <com/sun/star/beans/PropertyState.hpp>
 #include <com/sun/star/beans/PropertyAttribute.hpp>
 #include <com/sun/star/awt/Rectangle.hpp>
+#include <com/sun/star/uno/XComponentContext.hpp>
 #include <osl/mutex.hxx>
 #include <vcl/svapp.hxx>
 #include <toolkit/helper/vclunohelper.hxx>
diff --git a/svtools/source/hatchwindow/hatchwindowfactory.cxx b/svtools/source/hatchwindow/hatchwindowfactory.cxx
index 51dbdfe..d31c989 100644
--- a/svtools/source/hatchwindow/hatchwindowfactory.cxx
+++ b/svtools/source/hatchwindow/hatchwindowfactory.cxx
@@ -19,6 +19,7 @@
 
 #include <com/sun/star/embed/XHatchWindowFactory.hpp>
 #include <com/sun/star/lang/XServiceInfo.hpp>
+#include <com/sun/star/uno/XComponentContext.hpp>
 #include <cppuhelper/implbase2.hxx>
 #include <cppuhelper/supportsservice.hxx>
 #include <rtl/ref.hxx>


More information about the Libreoffice-commits mailing list