Author: hdu Date: Tue Jun 4 07:15:18 2013 New Revision: 1489303 URL: http://svn.apache.org/r1489303 Log: #i122433# fix build breaker: invalid use of incomplete type 'struct Help'
Modified: openoffice/trunk/main/sfx2/source/sidebar/ControllerItem.cxx Modified: openoffice/trunk/main/sfx2/source/sidebar/ControllerItem.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sfx2/source/sidebar/ControllerItem.cxx?rev=1489303&r1=1489302&r2=1489303&view=diff ============================================================================== --- openoffice/trunk/main/sfx2/source/sidebar/ControllerItem.cxx (original) +++ openoffice/trunk/main/sfx2/source/sidebar/ControllerItem.cxx Tue Jun 4 07:15:18 2013 @@ -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>