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

Stephan Bergmann sbergman at redhat.com
Fri Aug 8 05:07:47 PDT 2014


 sd/source/ui/view/GraphicViewShellBase.cxx      |    2 ++
 sd/source/ui/view/ImpressViewShellBase.cxx      |    2 ++
 sd/source/ui/view/OutlineViewShellBase.cxx      |    2 ++
 sd/source/ui/view/PresentationViewShellBase.cxx |    1 +
 sd/source/ui/view/SlideSorterViewShellBase.cxx  |    2 ++
 5 files changed, 9 insertions(+)

New commits:
commit 6aed6cbd4aa833ca346b268745288b1d711e55dc
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Aug 8 14:07:22 2014 +0200

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

diff --git a/sd/source/ui/view/GraphicViewShellBase.cxx b/sd/source/ui/view/GraphicViewShellBase.cxx
index 8343917..de893a1 100644
--- a/sd/source/ui/view/GraphicViewShellBase.cxx
+++ b/sd/source/ui/view/GraphicViewShellBase.cxx
@@ -26,6 +26,8 @@
 #include "framework/DrawModule.hxx"
 #include "framework/FrameworkHelper.hxx"
 #include <sfx2/request.hxx>
+#include <sfx2/viewfrm.hxx>
+#include <sfx2/viewsh.hxx>
 
 namespace sd {
 
diff --git a/sd/source/ui/view/ImpressViewShellBase.cxx b/sd/source/ui/view/ImpressViewShellBase.cxx
index fce039e..3bb4d59 100644
--- a/sd/source/ui/view/ImpressViewShellBase.cxx
+++ b/sd/source/ui/view/ImpressViewShellBase.cxx
@@ -27,6 +27,8 @@
 #include "framework/ImpressModule.hxx"
 #include "MasterPageObserver.hxx"
 #include <sfx2/request.hxx>
+#include <sfx2/viewfrm.hxx>
+#include <sfx2/viewsh.hxx>
 
 namespace sd {
 
diff --git a/sd/source/ui/view/OutlineViewShellBase.cxx b/sd/source/ui/view/OutlineViewShellBase.cxx
index d032eb8..5eae3be 100644
--- a/sd/source/ui/view/OutlineViewShellBase.cxx
+++ b/sd/source/ui/view/OutlineViewShellBase.cxx
@@ -22,6 +22,8 @@
 #include "DrawDocShell.hxx"
 #include "strings.hrc"
 #include "framework/FrameworkHelper.hxx"
+#include <sfx2/viewfrm.hxx>
+#include <sfx2/viewsh.hxx>
 
 namespace sd {
 
diff --git a/sd/source/ui/view/PresentationViewShellBase.cxx b/sd/source/ui/view/PresentationViewShellBase.cxx
index 34f6b2d..00b0f73 100644
--- a/sd/source/ui/view/PresentationViewShellBase.cxx
+++ b/sd/source/ui/view/PresentationViewShellBase.cxx
@@ -25,6 +25,7 @@
 #include "framework/PresentationModule.hxx"
 
 #include <sfx2/viewfrm.hxx>
+#include <sfx2/viewsh.hxx>
 #include <com/sun/star/beans/XPropertySet.hpp>
 #include <com/sun/star/frame/XLayoutManager.hpp>
 
diff --git a/sd/source/ui/view/SlideSorterViewShellBase.cxx b/sd/source/ui/view/SlideSorterViewShellBase.cxx
index 2257e13..97fa71d 100644
--- a/sd/source/ui/view/SlideSorterViewShellBase.cxx
+++ b/sd/source/ui/view/SlideSorterViewShellBase.cxx
@@ -22,6 +22,8 @@
 #include "DrawDocShell.hxx"
 #include "strings.hrc"
 #include "framework/FrameworkHelper.hxx"
+#include <sfx2/viewfrm.hxx>
+#include <sfx2/viewsh.hxx>
 
 namespace sd {
 


More information about the Libreoffice-commits mailing list