diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-27 08:58:41 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-27 08:58:41 +0200 |
commit | 632148df3c771684d431007839e651e55ff96d06 (patch) | |
tree | a34beff28cdf24d4f13ee331810903b78153cac1 /sd | |
parent | 8eb12301e8a7f8d5068dd3bfdff76f7f61ef1115 (diff) |
WaE: possible problem detected in invocation of delete operator
'pOPO' has incomplete type (forward declaration). So include the header that
defines its class then.
Change-Id: Id375ff530ffadddbbae8aa7c01bcb2ae7b1ffcd9
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fuinsfil.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/func/fuinsfil.cxx b/sd/source/ui/func/fuinsfil.cxx index 3bea01bb2dad..be19126c6e67 100644 --- a/sd/source/ui/func/fuinsfil.cxx +++ b/sd/source/ui/func/fuinsfil.cxx @@ -22,6 +22,7 @@ #include <vcl/wrkwin.hxx> #include <sfx2/progress.hxx> #include <editeng/outliner.hxx> +#include <editeng/outlobj.hxx> #include <editeng/editeng.hxx> #include <svl/stritem.hxx> #include <sfx2/request.hxx> |