[ooo-build-commit] .: basic/workben
Kohei Yoshida
kohei at kemper.freedesktop.org
Tue Oct 5 12:53:13 PDT 2010
basic/workben/mgrtest.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 6fbab95f5a19f8d6703da85aba8c6a80f87a346c
Author: Andreas Mantke <maand at gmx.de>
Date: Tue Oct 5 21:36:30 2010 +0200
Translation of comments to English
diff --git a/basic/workben/mgrtest.cxx b/basic/workben/mgrtest.cxx
index aff81c0..e312674 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 located in another storage !!!
USHORT 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 located in another storage !!!
SvStorageRef xStorage = new SvStorage( "d:\\mystore2.svs" );
if ( !pBasMgr->AddLib( *xStorage, pLib3Str, FALSE ) )
Sound::Beep();
@@ -529,7 +529,7 @@ void __EXPORT TestWindow::KeyInput( const KeyEvent& rKEvt )
char nCharCode = rKEvt.GetCharCode();
USHORT nCode = rKEvt.GetKeyCode().GetCode();
- // Nur bei Alt-Return
+ // Only at Alt-Return
if ( ( nCode == KEY_RETURN ) && rKEvt.GetKeyCode().IsMod2() )
;
else
More information about the ooo-build-commit
mailing list