include/svx/sidebar/Popup.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
New commits: commit 1b75149c294a9e739c691fa10f66e0c31714eb69 Author: Michael Meeks <[email protected]> Date: Thu Apr 23 16:42:30 2015 +0100 Sidebar - switch fwd. declarations for includes for Windows. Change-Id: I4eb5ee01549035f998aa7141e78f4e2f1fa5cfcf diff --git a/include/svx/sidebar/Popup.hxx b/include/svx/sidebar/Popup.hxx index 67d4c1c..acf4c43 100644 --- a/include/svx/sidebar/Popup.hxx +++ b/include/svx/sidebar/Popup.hxx @@ -23,6 +23,8 @@ #include <rtl/ustring.hxx> #include <tools/link.hxx> #include <vcl/vclptr.hxx> +#include <svx/sidebar/PopupContainer.hxx> +#include <svx/sidebar/PopupControl.hxx> #include <boost/function.hpp> @@ -31,9 +33,6 @@ class ToolBox; namespace svx { namespace sidebar { -class PopupContainer; -class PopupControl; - /** A wrapper around a PopupContainer and a PopupControl object. Usually used as drop down for a toolbox. Use Show() to start drop down mode and Hide() to end it. _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
