summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-23 16:42:30 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-23 16:42:30 +0100
commit1b75149c294a9e739c691fa10f66e0c31714eb69 (patch)
tree123ef7d1e3203c22fcae0f491b21877e9932e256
parenta5a17d0df59780d7aad25d8de026e943f00e8957 (diff)
Sidebar - switch fwd. declarations for includes for Windows.
Change-Id: I4eb5ee01549035f998aa7141e78f4e2f1fa5cfcf
-rw-r--r--include/svx/sidebar/Popup.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/svx/sidebar/Popup.hxx b/include/svx/sidebar/Popup.hxx
index 67d4c1c1409a..acf4c437546c 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.