Kaydet (Commit) 16b1b63f 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: Ib769dbbcb78e9440805aee40019ab98cd52e8477
üst 155026bf
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <sfx2/msg.hxx> #include <sfx2/msg.hxx>
#include <sfx2/objface.hxx> #include <sfx2/objface.hxx>
#include <sfx2/printer.hxx> #include <sfx2/printer.hxx>
#include <sfx2/request.hxx>
#include <svx/pszctrl.hxx> #include <svx/pszctrl.hxx>
#include <svx/zoomctrl.hxx> #include <svx/zoomctrl.hxx>
#include <svx/modctrl.hxx> #include <svx/modctrl.hxx>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <sfx2/docfac.hxx> #include <sfx2/docfac.hxx>
#include <sfx2/objface.hxx> #include <sfx2/objface.hxx>
#include <sfx2/request.hxx>
#include <svx/svxids.hrc> #include <svx/svxids.hrc>
#include <svl/srchitem.hxx> #include <svl/srchitem.hxx>
#include <svx/srchdlg.hxx> #include <svx/srchdlg.hxx>
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <svx/svxids.hrc> #include <svx/svxids.hrc>
#include <sfx2/app.hxx> #include <sfx2/app.hxx>
#include <sfx2/request.hxx>
#include <svl/srchitem.hxx> #include <svl/srchitem.hxx>
#include <tools/globname.hxx> #include <tools/globname.hxx>
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <editeng/kernitem.hxx> #include <editeng/kernitem.hxx>
#include <vcl/vclenum.hxx> #include <vcl/vclenum.hxx>
#include <sfx2/app.hxx> #include <sfx2/app.hxx>
#include <sfx2/request.hxx>
#include <svl/whiter.hxx> #include <svl/whiter.hxx>
#include <svl/itempool.hxx> #include <svl/itempool.hxx>
#include <svl/stritem.hxx> #include <svl/stritem.hxx>
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
*/ */
#include "DrawViewShell.hxx" #include "DrawViewShell.hxx"
#include <sfx2/request.hxx>
#include <sfx2/templdlg.hxx> #include <sfx2/templdlg.hxx>
#include <sfx2/infobar.hxx> #include <sfx2/infobar.hxx>
......
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