summaryrefslogtreecommitdiff
path: root/vcl/inc/idlemgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/idlemgr.hxx')
-rw-r--r--vcl/inc/idlemgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/idlemgr.hxx b/vcl/inc/idlemgr.hxx
index e31fb2ce8e43..d9b31cb04531 100644
--- a/vcl/inc/idlemgr.hxx
+++ b/vcl/inc/idlemgr.hxx
@@ -40,7 +40,7 @@ public:
bool InsertIdleHdl( const Link<Application*,void>& rLink, sal_uInt16 nPriority );
void RemoveIdleHdl( const Link<Application*,void>& rLink );
- // Timer* kann auch NULL sein
+ // Timer* can be NULL
DECL_LINK_TYPED(TimeoutHdl, Timer *, void);
};