diff options
author | Luc Castermans <luc.castermans@gmail.com> | 2014-01-18 21:19:02 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-01-21 11:46:25 +0000 |
commit | 1424b5c1de7806566297a74ac1d8611058c77f8e (patch) | |
tree | 4644ef43dac61a08ea6322ae89ca6b691aed1126 /vcl | |
parent | 6f2fbc381de2c12f4ca9c2fc515c4f6860d07095 (diff) |
Translated German comments
Change-Id: I63ca99a57a84a0c066a2abb1e65d8c04ae9cabfc
Reviewed-on: https://gerrit.libreoffice.org/7522
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/ilstbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/ilstbox.hxx b/vcl/inc/ilstbox.hxx index 7f6a8df30844..af7910cddd9f 100644 --- a/vcl/inc/ilstbox.hxx +++ b/vcl/inc/ilstbox.hxx @@ -415,7 +415,7 @@ private: bool mbAutoHScroll : 1; // AutoHScroll an oder aus bool mbEdgeBlending : 1; - Link maScrollHdl; // Weil der vom ImplListBoxWindow selbst benoetigt wird. + Link maScrollHdl; // because it is needed by ImplListBoxWindow itself ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > mxDNDListenerContainer; protected: |