summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/source/runtime/methods1.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx
index a4e16229a0db..255ffd121120 100644
--- a/basic/source/runtime/methods1.cxx
+++ b/basic/source/runtime/methods1.cxx
@@ -1714,6 +1714,7 @@ RTLFUNC(Join)
if( pArr->GetDims() != 1 )
{
StarBASIC::Error( SbERR_WRONG_DIMS ); // Syntax Error?!
+ return;
}
OUString aDelim;
if( nParCount == 3 )