Kaydet (Commit) d718c1f6 authored tarafından Michael Meeks's avatar Michael Meeks

coverity#1202729 - ensure we have exactly a one dimensional array.

Change-Id: I6db8a2fb48ed7ce134a5c45c590c2ada0e19fc85
üst e6369973
...@@ -1714,6 +1714,7 @@ RTLFUNC(Join) ...@@ -1714,6 +1714,7 @@ RTLFUNC(Join)
if( pArr->GetDims() != 1 ) if( pArr->GetDims() != 1 )
{ {
StarBASIC::Error( SbERR_WRONG_DIMS ); // Syntax Error?! StarBASIC::Error( SbERR_WRONG_DIMS ); // Syntax Error?!
return;
} }
OUString aDelim; OUString aDelim;
if( nParCount == 3 ) if( nParCount == 3 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment