diff options
author | mikew <mikew@whiteley.org> | 2011-11-24 23:56:22 -0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-11-25 11:18:19 +0000 |
commit | 5c76e221fec40db02d2c6de5204e0d43dc5420fd (patch) | |
tree | a18e83fb9588cc651deded47fc0ccb4a0ad7f4f0 /UnoControls | |
parent | f2f0dbd273e30306428d6e63a84062e9ee5c427b (diff) |
Some German to English comment translations.
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/base/basecontainercontrol.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UnoControls/source/base/basecontainercontrol.cxx b/UnoControls/source/base/basecontainercontrol.cxx index 469146b018a5..af1d349708c6 100644 --- a/UnoControls/source/base/basecontainercontrol.cxx +++ b/UnoControls/source/base/basecontainercontrol.cxx @@ -208,8 +208,8 @@ Reference< XControlModel > SAL_CALL BaseContainerControl::getModel() throw( Runt void SAL_CALL BaseContainerControl::dispose() throw( RuntimeException ) { - // Zuerst der Welt mitteilen, da� der Container wegfliegt. Dieses ist um einiges - // schneller wenn die Welt sowohl an den Controls als auch am Container horcht + // Tell everything that this container is now gone. + // It's faster if you listen to both the control and the container. // Ready for multithreading MutexGuard aGuard( m_aMutex ); |