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 | |
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
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 2 | ||||
-rw-r--r-- | toolkit/source/controls/unocontrols.cxx | 2 | ||||
-rw-r--r-- | toolkit/source/helper/unowrapper.cxx | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 586d3a6b1f23..88ae10ad077e 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -467,7 +467,7 @@ void VCLXButton::setActionCommand( const ::rtl::OUString& rCommand ) throw(::com if ( pButton ) { Size aMinSz = pButton->CalcMinimumSize(); - // Kein Text, also Image + // no text, thus image if ( !pButton->GetText().Len() ) { if ( aSz.Width() < aMinSz.Width() ) diff --git a/toolkit/source/controls/unocontrols.cxx b/toolkit/source/controls/unocontrols.cxx index 9d7c9424dd7a..7fa01019de49 100644 --- a/toolkit/source/controls/unocontrols.cxx +++ b/toolkit/source/controls/unocontrols.cxx @@ -926,7 +926,7 @@ UnoImageControlControl::UnoImageControlControl( const Reference< XMultiServiceFa :UnoImageControlControl_Base( i_factory ) ,maActionListeners( *this ) { - // Woher die Defaults nehmen? + // TODO: Where should I look for defaults? maComponentInfos.nWidth = 100; maComponentInfos.nHeight = 100; } 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 ) { |