diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-08 15:11:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-08 15:11:05 +0200 |
commit | 16b1b63f2e03c3e4aee6a68d8a3f63d5f632cf06 (patch) | |
tree | a9cb32342090ab82dca1bf992f2e742dc4bcce24 /sd/source/ui/docshell | |
parent | 155026bfc4cd26a57f64fc2d8a1922b37072b68e (diff) |
Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
Change-Id: Ib769dbbcb78e9440805aee40019ab98cd52e8477
Diffstat (limited to 'sd/source/ui/docshell')
-rw-r--r-- | sd/source/ui/docshell/docshell.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/docshell/grdocsh.cxx | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index a51d29dc10ef..180aede5cbd4 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 7fe6b4a9a7ca..21c49d9e26c0 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> |