diff options
author | Herbert Dürr <hdu@apache.org> | 2013-06-04 07:15:18 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2013-06-04 07:15:18 +0000 |
commit | 797e399967ffb1c28b8c32d328f5f57d79a8caf3 (patch) | |
tree | 84152ba1076fe5ed04b8c242da4749e5888f6a27 /sfx2 | |
parent | 522952dce6b4d849616bb0b4528ac688db8ec981 (diff) |
#i122433# fix build breaker: invalid use of incomplete type 'struct Help'
Notes
Notes:
merged as: 3b55196fb07c9101f0f0f51895a8083cbf5e78fc
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/sidebar/ControllerItem.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/ControllerItem.cxx b/sfx2/source/sidebar/ControllerItem.cxx index 145523241d2c..4aefc9be6f81 100644 --- a/sfx2/source/sidebar/ControllerItem.cxx +++ b/sfx2/source/sidebar/ControllerItem.cxx @@ -31,6 +31,7 @@ #include "sfx2/sidebar/CommandInfoProvider.hxx" #include <vcl/svapp.hxx> #include <vcl/toolbox.hxx> +#include <vcl/help.hxx> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XFrameActionListener.hpp> |