[Libreoffice-commits] core.git: forms/source
Stephan Bergmann
sbergman at redhat.com
Mon Aug 25 04:03:39 PDT 2014
forms/source/component/imgprod.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 26e9e222685107df89dc5cf8f2de49b532830eab
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Aug 25 13:03:08 2014 +0200
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: I79422149fd25b1531673a517e2a340dbeab43b1a
diff --git a/forms/source/component/imgprod.cxx b/forms/source/component/imgprod.cxx
index 5e76b60..b692155 100644
--- a/forms/source/component/imgprod.cxx
+++ b/forms/source/component/imgprod.cxx
@@ -27,6 +27,7 @@
#include <unotools/ucbstreamhelper.hxx>
#include <vcl/graphicfilter.hxx>
#include <com/sun/star/io/XInputStream.hpp>
+#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include "svtools/imageresourceaccess.hxx"
#include <comphelper/processfactory.hxx>
More information about the Libreoffice-commits
mailing list