summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-25 13:03:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-25 13:03:08 +0200
commit26e9e222685107df89dc5cf8f2de49b532830eab (patch)
tree598c11a82ea517ad4b4b780538a82bc74d12d742 /forms/source
parent2d43261c602c31a9362b0b8b1ac6af431a6f0994 (diff)
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: I79422149fd25b1531673a517e2a340dbeab43b1a
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/imgprod.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/forms/source/component/imgprod.cxx b/forms/source/component/imgprod.cxx
index 5e76b60b2ea8..b692155d0026 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>