summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTobias Madl <tobias.madl.dev@gmail.com>2015-01-14 10:21:20 +0100
committerTobias Madl <tobias.madl.dev@gmail.com>2015-03-06 12:27:05 +0000
commit826143684d2697a8620373dce18fa5f24332d5cb (patch)
tree88be6f99b02c8c9fea849c3125b9e23a18be65f9 /include
parentd8305248f687ffa522b56955508d82d60ad5b8c6 (diff)
Timer: Adapted all idle includes and enum uses
Change-Id: Id4ef36d6c80ad62306bdbaa7094c2cb0b8ff77da
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/dinfdlg.hxx1
-rw-r--r--include/svtools/filechangedchecker.hxx1
-rw-r--r--include/svx/fontwork.hxx1
-rw-r--r--include/svx/numvset.hxx1
-rw-r--r--include/vcl/toolbox.hxx1
5 files changed, 5 insertions, 0 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index 79ba1c0fbd3a..1e5490d8bc85 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -37,6 +37,7 @@
#include <vcl/edit.hxx>
#include <vcl/field.hxx>
+#include <vcl/idle.hxx>
#include <vcl/layout.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/scrbar.hxx>
diff --git a/include/svtools/filechangedchecker.hxx b/include/svtools/filechangedchecker.hxx
index cea8d16b7020..08a98e4c3d9e 100644
--- a/include/svtools/filechangedchecker.hxx
+++ b/include/svtools/filechangedchecker.hxx
@@ -14,6 +14,7 @@
#include <boost/function.hpp>
#include <osl/file.hxx>
#include <vcl/timer.hxx>
+#include <vcl/idle.hxx>
/** Periodically checks if a file has been modified
diff --git a/include/svx/fontwork.hxx b/include/svx/fontwork.hxx
index 2428fadc147d..aae18aba5829 100644
--- a/include/svx/fontwork.hxx
+++ b/include/svx/fontwork.hxx
@@ -21,6 +21,7 @@
#include <vcl/toolbox.hxx>
#include <vcl/fixed.hxx>
+#include <vcl/idle.hxx>
#include <svtools/valueset.hxx>
#include <sfx2/dockwin.hxx>
#include <sfx2/ctrlitem.hxx>
diff --git a/include/svx/numvset.hxx b/include/svx/numvset.hxx
index 4bc16cfc1225..f5e3781e6642 100644
--- a/include/svx/numvset.hxx
+++ b/include/svx/numvset.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SVX_NUMVSET_HXX
#define INCLUDED_SVX_NUMVSET_HXX
+#include <vcl/idle.hxx>
#include <svtools/valueset.hxx>
#include <limits.h>
#include <com/sun/star/uno/Reference.h>
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx
index 7c4799ab9f07..6b10c77ecefc 100644
--- a/include/vcl/toolbox.hxx
+++ b/include/vcl/toolbox.hxx
@@ -26,6 +26,7 @@
#include <vcl/dockwin.hxx>
#include <vcl/image.hxx>
#include <vcl/timer.hxx>
+#include <vcl/idle.hxx>
#include <vector>
class UserDrawEvent;