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

Stephan Bergmann sbergman at redhat.com
Fri Aug 8 06:11:29 PDT 2014


 sd/source/ui/app/sdmod.cxx         |    1 +
 sd/source/ui/docshell/docshell.cxx |    2 +-
 sd/source/ui/docshell/grdocsh.cxx  |    1 +
 sd/source/ui/view/drtxtob.cxx      |    1 +
 sd/source/ui/view/drvwshrg.cxx     |    1 +
 5 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 16b1b63f2e03c3e4aee6a68d8a3f63d5f632cf06
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Aug 8 15:11:05 2014 +0200

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

diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx
index 8bde8c4..dcdf0eb 100644
--- a/sd/source/ui/app/sdmod.cxx
+++ b/sd/source/ui/app/sdmod.cxx
@@ -27,6 +27,7 @@
 #include <sfx2/msg.hxx>
 #include <sfx2/objface.hxx>
 #include <sfx2/printer.hxx>
+#include <sfx2/request.hxx>
 #include <svx/pszctrl.hxx>
 #include <svx/zoomctrl.hxx>
 #include <svx/modctrl.hxx>
diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx
index a51d29d..180aede 100644
--- a/sd/source/ui/docshell/docshell.cxx
+++ b/sd/source/ui/docshell/docshell.cxx
@@ -22,7 +22,7 @@
 
 #include <sfx2/docfac.hxx>
 #include <sfx2/objface.hxx>
-
+#include <sfx2/request.hxx>
 #include <svx/svxids.hrc>
 #include <svl/srchitem.hxx>
 #include <svx/srchdlg.hxx>
diff --git a/sd/source/ui/docshell/grdocsh.cxx b/sd/source/ui/docshell/grdocsh.cxx
index 7fe6b4a9..21c49d9 100644
--- a/sd/source/ui/docshell/grdocsh.cxx
+++ b/sd/source/ui/docshell/grdocsh.cxx
@@ -19,6 +19,7 @@
 
 #include <svx/svxids.hrc>
 #include <sfx2/app.hxx>
+#include <sfx2/request.hxx>
 #include <svl/srchitem.hxx>
 #include <tools/globname.hxx>
 
diff --git a/sd/source/ui/view/drtxtob.cxx b/sd/source/ui/view/drtxtob.cxx
index 4df5c0d..d7ec657 100644
--- a/sd/source/ui/view/drtxtob.cxx
+++ b/sd/source/ui/view/drtxtob.cxx
@@ -32,6 +32,7 @@
 #include <editeng/kernitem.hxx>
 #include <vcl/vclenum.hxx>
 #include <sfx2/app.hxx>
+#include <sfx2/request.hxx>
 #include <svl/whiter.hxx>
 #include <svl/itempool.hxx>
 #include <svl/stritem.hxx>
diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx
index 3fdf95f..3df8820 100644
--- a/sd/source/ui/view/drvwshrg.cxx
+++ b/sd/source/ui/view/drvwshrg.cxx
@@ -18,6 +18,7 @@
  */
 
 #include "DrawViewShell.hxx"
+#include <sfx2/request.hxx>
 #include <sfx2/templdlg.hxx>
 #include <sfx2/infobar.hxx>
 


More information about the Libreoffice-commits mailing list