summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-27 21:54:41 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-27 21:54:41 +1100
commitf93105917f71866a42e1a26b35f3b1d7b134a547 (patch)
tree4feacc123fb46c284bc441b43a7593074c44b455
parentc2e28398c9cf6c31c017f16f32480209b6b90690 (diff)
tdf#39468 vcl: translate German comment in idlemgr.hxx
Change-Id: I05e34bbcb7cb281c191339be64d96f40f075aa4e
-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);
};