diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2012-08-10 23:47:53 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2012-08-10 23:51:53 +0200 |
commit | 1e0a822fa14eb4f8d3da80cf76dd5a43df472649 (patch) | |
tree | de0742a7eeeab4332a02ecf67afb43119e34d182 /toolkit/source/helper/unowrapper.cxx | |
parent | 68129703673851b81f0c75b256026f981aba1928 (diff) |
fdo#39468: Translate remaining German comments in toolkit/
This is a follow-up patch of be88027c327b5f09d134f235db100ec54afdc30d
translating the remaing comments that were missed there.
Change-Id: I7866060ef6eec5f92751671bd4fc4bee64db149b
Diffstat (limited to 'toolkit/source/helper/unowrapper.cxx')
-rw-r--r-- | toolkit/source/helper/unowrapper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/helper/unowrapper.cxx b/toolkit/source/helper/unowrapper.cxx index 1712622011f1..aab4433b0ecd 100644 --- a/toolkit/source/helper/unowrapper.cxx +++ b/toolkit/source/helper/unowrapper.cxx @@ -258,8 +258,8 @@ sal_Bool lcl_ImplIsParent( Window* pParentWindow, Window* pPossibleChild ) void UnoWrapper::WindowDestroyed( Window* pWindow ) { - // ggf. existieren noch von ::com::sun::star::loader::Java erzeugte Children, die sonst erst - // im Garbage-Collector zerstoert werden... + // their still might be some children created with ::com::sun::star::loader::Java + // that would otherwise not be destroyed until the garbage collector cleans up Window* pChild = pWindow->GetWindow( WINDOW_FIRSTCHILD ); while ( pChild ) { |