summaryrefslogtreecommitdiff
path: root/basic/workben/mgrtest.cxx
diff options
context:
space:
mode:
authorAndreas Mantke <maand@gmx.de>2010-10-05 21:36:30 +0200
committerKohei Yoshida <kyoshida@novell.com>2010-10-05 15:52:55 -0400
commita780241e86a8630e222d0939ded2013c8f3700c8 (patch)
tree9369aab966771d256b2c404b1572d1d4dc92aa9a /basic/workben/mgrtest.cxx
parent5b2794e27a81f8078cc251580ca59cc47807c7a0 (diff)
Translation of comments to English
Diffstat (limited to 'basic/workben/mgrtest.cxx')
-rw-r--r--basic/workben/mgrtest.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/workben/mgrtest.cxx b/basic/workben/mgrtest.cxx
index c56506d7ae31..fb21ccb0b9d3 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