From 8b11173f34bcbd5c27c1842e65ef3ab91bb24019 Mon Sep 17 00:00:00 2001 From: Allmann-Rahn Date: Sat, 27 Aug 2011 21:37:14 +0200 Subject: Translated German comments, removed redundant ones till cairo (incl.) --- basic/workben/mgrtest.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basic/workben/mgrtest.cxx') diff --git a/basic/workben/mgrtest.cxx b/basic/workben/mgrtest.cxx index a269bcde5b7b..49d63ad6ee3f 100644 --- a/basic/workben/mgrtest.cxx +++ b/basic/workben/mgrtest.cxx @@ -327,7 +327,7 @@ IMPL_LINK( TestWindow, TBSelect, ToolBox *, p ) { if ( pBasMgr ) { - // liegt in einem anderen Storage !!! + // is in another storage!!! sal_uInt16 nLib = pBasMgr->GetLibId( pBasMgr->CreateLib( pLib3Str ) ); if ( nLib != LIB_NOTFOUND ) { @@ -366,7 +366,7 @@ IMPL_LINK( TestWindow, TBSelect, ToolBox *, p ) { if ( pBasMgr ) { - // liegt in einem anderen Storage !!! + // is in another storage!!! SvStorageRef xStorage = new SvStorage( "d:\\mystore2.svs" ); if ( !pBasMgr->AddLib( *xStorage, pLib3Str, sal_False ) ) Sound::Beep(); @@ -528,7 +528,7 @@ void __EXPORT TestWindow::KeyInput( const KeyEvent& rKEvt ) { sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); - // Nur bei Alt-Return + // only for Alt-Return if ( ( nCode == KEY_RETURN ) && rKEvt.GetKeyCode().IsMod2() ) ; else -- cgit v1.2.3