summaryrefslogtreecommitdiffstats
path: root/basctl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-06 10:55:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 14:12:27 +0200
commit77902a3cb2ab3af542e62253cc9f4dc12e099293 (patch)
treef2270b9d8da54ae53b9c99da6d82ecd7c755f837 /basctl
parentResolves tdf#125130 - UI: Show 'Go to first/last page' in new print dialog (diff)
downloadcore-77902a3cb2ab3af542e62253cc9f4dc12e099293.tar.gz
core-77902a3cb2ab3af542e62253cc9f4dc12e099293.zip
Fixing '....'
Change-Id: Icf2a34500acc18b28f113c85366bf24edc6d20b9 Reviewed-on: https://gerrit.libreoffice.org/78695 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index dd1da4e144d6..8e17a864f1fe 100644
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -603,7 +603,7 @@ void ModulWindow::BasicErrorHdl( StarBASIC const * pBasic )
// Return value: BOOL
// FALSE: cancel
- // TRUE: go on....
+ // TRUE: go on...
sal_uInt16 nErrorLine = StarBASIC::GetLine() - 1;
sal_uInt16 nErrCol1 = StarBASIC::GetCol1();
sal_uInt16 nErrCol2 = StarBASIC::GetCol2();