diff options
author | Tobias Madl <tobias.madl.dev@gmail.com> | 2015-01-14 10:21:20 +0100 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2015-03-06 12:27:05 +0000 |
commit | 826143684d2697a8620373dce18fa5f24332d5cb (patch) | |
tree | 88be6f99b02c8c9fea849c3125b9e23a18be65f9 /sc/inc | |
parent | d8305248f687ffa522b56955508d82d60ad5b8c6 (diff) |
Timer: Adapted all idle includes and enum uses
Change-Id: Id4ef36d6c80ad62306bdbaa7094c2cb0b8ff77da
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index c0468c3c5967..4dad460eea91 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -22,6 +22,7 @@ #include <vcl/prntypes.hxx> #include <vcl/timer.hxx> +#include <vcl/idle.hxx> #include <com/sun/star/uno/Reference.hxx> #include <rtl/ref.hxx> #include "scdllapi.h" |