You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2013/06/04 09:15:18 UTC

svn commit: r1489303 - /openoffice/trunk/main/sfx2/source/sidebar/ControllerItem.cxx

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>