diff options
author | Tom Thorogood <tom@tomthorogood.com> | 2012-03-10 14:13:16 -0500 |
---|---|---|
committer | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2012-03-10 22:00:56 +0100 |
commit | caacafe4dbd3283a08c558104458d5b61c0e0743 (patch) | |
tree | 2d1e43266b77f587837e6015a89bd7817aefaec3 /cppuhelper/source | |
parent | f7226666d48f6019f0244b0ac572d29e9aaffc93 (diff) |
Translate German comments in core/cppuhelper
Diffstat (limited to 'cppuhelper/source')
-rw-r--r-- | cppuhelper/source/propshlp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx index a66f185c303a..9c5610feded2 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -702,7 +702,7 @@ void OPropertySetHelper::fire pLC = aBoundLC.getContainer( pEvts[i].PropertyHandle ); if( pLC ) { - // Ueber alle Listener iterieren und Events senden + // Iterate over all listeners and send events OInterfaceIteratorHelper aIt( *pLC); while( aIt.hasMoreElements() ) { @@ -759,7 +759,7 @@ void OPropertySetHelper::fire } if( pLC ) { - // Ueber alle Listener iterieren und Events senden + // Iterate over all listeners and send events. OInterfaceIteratorHelper aIt( *pLC); while( aIt.hasMoreElements() ) { |