[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sfx2/source
Herbert Dürr
hdu at apache.org
Tue Jun 4 01:07:28 PDT 2013
sfx2/source/sidebar/ControllerItem.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 797e399967ffb1c28b8c32d328f5f57d79a8caf3
Author: Herbert Dürr <hdu at apache.org>
Date: Tue Jun 4 07:15:18 2013 +0000
#i122433# fix build breaker: invalid use of incomplete type 'struct Help'
diff --git a/sfx2/source/sidebar/ControllerItem.cxx b/sfx2/source/sidebar/ControllerItem.cxx
index 1455232..4aefc9b 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>
More information about the Libreoffice-commits
mailing list