summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJennifer Liebel <jliebel94@gmail.com>2015-01-14 09:25:30 +0000
committerTobias Madl <tobias.madl.dev@gmail.com>2015-03-06 12:27:06 +0000
commit49524c6dcf04b9dadef8d2b084cf26abcf70b8a9 (patch)
tree88702970cd6437b0e1e25ef15e46a58b696b1eb7 /include
parent826143684d2697a8620373dce18fa5f24332d5cb (diff)
idle includes and enum use
Change-Id: I8a280c54d81c7da74c9ab03ff3fc788e373ca4e4
Diffstat (limited to 'include')
-rw-r--r--include/svtools/treelistbox.hxx1
-rw-r--r--include/svtools/wizdlg.hxx1
-rw-r--r--include/svx/sidebar/PanelLayout.hxx1
-rw-r--r--include/svx/svdpntv.hxx1
-rw-r--r--include/vcl/edit.hxx1
-rw-r--r--include/vcl/syswin.hxx1
6 files changed, 6 insertions, 0 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index 5f3401fa7515..110c5a764d57 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -37,6 +37,7 @@
#include <tools/contnr.hxx>
#include <svtools/treelist.hxx>
#include <svtools/transfer.hxx>
+#include <vcl/idle.hxx>
class Application;
class SvTreeListBox;
diff --git a/include/svtools/wizdlg.hxx b/include/svtools/wizdlg.hxx
index 382403aa4d5b..93d19addf6ed 100644
--- a/include/svtools/wizdlg.hxx
+++ b/include/svtools/wizdlg.hxx
@@ -23,6 +23,7 @@
#include <svtools/svtdllapi.h>
#include <vcl/dialog.hxx>
+#include <vcl/idle.hxx>
class TabPage;
class Button;
diff --git a/include/svx/sidebar/PanelLayout.hxx b/include/svx/sidebar/PanelLayout.hxx
index c696a6208414..6eac3d3eef90 100644
--- a/include/svx/sidebar/PanelLayout.hxx
+++ b/include/svx/sidebar/PanelLayout.hxx
@@ -15,6 +15,7 @@
#include <vcl/builder.hxx>
#include <vcl/ctrl.hxx>
#include <vcl/timer.hxx>
+#include <vcl/idle.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/frame/XFrame.hpp>
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx
index aa734ec28f65..3c7b65d88784 100644
--- a/include/svx/svdpntv.hxx
+++ b/include/svx/svdpntv.hxx
@@ -34,6 +34,7 @@
#include <svx/svxdllapi.h>
#include <svtools/optionsdrawinglayer.hxx>
#include <unotools/options.hxx>
+#include <vcl/idle.hxx>
// Pre-Defines
diff --git a/include/vcl/edit.hxx b/include/vcl/edit.hxx
index d4169265a024..ec05923011b8 100644
--- a/include/vcl/edit.hxx
+++ b/include/vcl/edit.hxx
@@ -24,6 +24,7 @@
#include <tools/solar.h>
#include <vcl/dllapi.h>
#include <vcl/timer.hxx>
+#include <vcl/idle.hxx>
#include <vcl/ctrl.hxx>
#include <vcl/menu.hxx>
#include <vcl/dndhelp.hxx>
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx
index e164af894545..7694eae46346 100644
--- a/include/vcl/syswin.hxx
+++ b/include/vcl/syswin.hxx
@@ -24,6 +24,7 @@
#include <vcl/dllapi.h>
#include <vcl/builder.hxx>
#include <vcl/window.hxx>
+#include <vcl/idle.hxx>
class ModalDialog;
class MenuBar;