diff options
author | Johnny_M <klasse@partyheld.de> | 2017-12-28 11:59:47 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-01-03 16:45:31 +0100 |
commit | ca58ddb012b27da4b11fc509c3cbc2e9cb2c0ec2 (patch) | |
tree | b6b3bda5616664ee940e40e5169439acc45d28ad /basctl | |
parent | 74a5c44db134c2609b8ec6e55bac320a3a70a57f (diff) |
Translate German comment
Change-Id: Id65ccfe3b2394c8c30d3531316b70b511e34e366
Reviewed-on: https://gerrit.libreoffice.org/47131
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx index 08c27f819639..1c438a908e19 100644 --- a/basctl/source/basicide/baside2.cxx +++ b/basctl/source/basicide/baside2.cxx @@ -591,7 +591,7 @@ bool ModulWindow::BasicErrorHdl( StarBASIC const * pBasic ) { GetShell()->GetViewFrame()->ToTop(); - // ReturnWert: BOOL + // Return value: BOOL // FALSE: cancel // TRUE: go on.... sal_uInt16 nErrorLine = StarBASIC::GetLine() - 1; |