Kaydet (Commit) 6aed6cbd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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

Change-Id: Icb959b7e2e8558f251d4bfd3b21124ca31132183
üst 0465a063
......@@ -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 {
......
......@@ -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 {
......
......@@ -22,6 +22,8 @@
#include "DrawDocShell.hxx"
#include "strings.hrc"
#include "framework/FrameworkHelper.hxx"
#include <sfx2/viewfrm.hxx>
#include <sfx2/viewsh.hxx>
namespace sd {
......
......@@ -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>
......
......@@ -22,6 +22,8 @@
#include "DrawDocShell.hxx"
#include "strings.hrc"
#include "framework/FrameworkHelper.hxx"
#include <sfx2/viewfrm.hxx>
#include <sfx2/viewsh.hxx>
namespace sd {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment