diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-01-29 23:15:33 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-30 11:25:42 +0000 |
commit | 17394c18c821b6ac6d11b059335ac0c6580d36c1 (patch) | |
tree | a7b12f3e841332a075f29ad9dc56630e1264f8ab /vcl/inc/idlemgr.hxx | |
parent | 8d1ca883b119857daa3b8d0ece9da90917589040 (diff) |
fdo#63154 Removed unused solar.h ref. in vcl
Change-Id: Ibbc80b09a288494baae4e5ebee4428a6a80a904a
Reviewed-on: https://gerrit.libreoffice.org/7738
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/idlemgr.hxx')
-rw-r--r-- | vcl/inc/idlemgr.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/inc/idlemgr.hxx b/vcl/inc/idlemgr.hxx index 527d76f0a01c..432748f4a682 100644 --- a/vcl/inc/idlemgr.hxx +++ b/vcl/inc/idlemgr.hxx @@ -20,17 +20,12 @@ #ifndef INCLUDED_VCL_INC_IDLEMGR_HXX #define INCLUDED_VCL_INC_IDLEMGR_HXX -#include <tools/solar.h> #include <vcl/timer.hxx> #include <vector> struct ImplIdleData; typedef ::std::vector< ImplIdleData* > ImplIdleList; -// --------------- -// - ImplIdleMgr - -// --------------- - class ImplIdleMgr { private: |