[Libreoffice-commits] core.git: sd/source
Stephan Bergmann
sbergman at redhat.com
Fri Aug 8 05:50:10 PDT 2014
sd/source/ui/presenter/PresenterCanvas.cxx | 1 +
sd/source/ui/presenter/PresenterTextView.cxx | 1 +
2 files changed, 2 insertions(+)
New commits:
commit 155026bfc4cd26a57f64fc2d8a1922b37072b68e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Aug 8 14:49:40 2014 +0200
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: I610172167c49afa3989aa1626b10b8aaa1f91578
diff --git a/sd/source/ui/presenter/PresenterCanvas.cxx b/sd/source/ui/presenter/PresenterCanvas.cxx
index 5ead6b9..8aec53b 100644
--- a/sd/source/ui/presenter/PresenterCanvas.cxx
+++ b/sd/source/ui/presenter/PresenterCanvas.cxx
@@ -27,6 +27,7 @@
#include <basegfx/range/b2drectangle.hxx>
#include <basegfx/tools/canvastools.hxx>
#include <canvas/canvastools.hxx>
+#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase1.hxx>
#include <rtl/ref.hxx>
diff --git a/sd/source/ui/presenter/PresenterTextView.cxx b/sd/source/ui/presenter/PresenterTextView.cxx
index 621577e..9c3166c 100644
--- a/sd/source/ui/presenter/PresenterTextView.cxx
+++ b/sd/source/ui/presenter/PresenterTextView.cxx
@@ -40,6 +40,7 @@
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/rendering/XSpriteCanvas.hpp>
#include <com/sun/star/rendering/XBitmapCanvas.hpp>
+#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/util/Color.hpp>
#include <com/sun/star/i18n/ScriptType.hpp>
More information about the Libreoffice-commits
mailing list