diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 21:54:41 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 21:54:41 +1100 |
commit | f93105917f71866a42e1a26b35f3b1d7b134a547 (patch) | |
tree | 4feacc123fb46c284bc441b43a7593074c44b455 /vcl/inc/idlemgr.hxx | |
parent | c2e28398c9cf6c31c017f16f32480209b6b90690 (diff) |
tdf#39468 vcl: translate German comment in idlemgr.hxx
Change-Id: I05e34bbcb7cb281c191339be64d96f40f075aa4e
Diffstat (limited to 'vcl/inc/idlemgr.hxx')
-rw-r--r-- | vcl/inc/idlemgr.hxx | 2 |
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); }; |