[Libreoffice-commits] core.git: vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Wed Jan 27 02:56:29 PST 2016
vcl/inc/idlemgr.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f93105917f71866a42e1a26b35f3b1d7b134a547
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Wed Jan 27 21:54:41 2016 +1100
tdf#39468 vcl: translate German comment in idlemgr.hxx
Change-Id: I05e34bbcb7cb281c191339be64d96f40f075aa4e
diff --git a/vcl/inc/idlemgr.hxx b/vcl/inc/idlemgr.hxx
index e31fb2c..d9b31cb 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);
};
More information about the Libreoffice-commits
mailing list