Make error message more useful
Change-Id: I3c6efcbd2a2759385912aa352d0c250963e5f004 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148464 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
This commit is contained in:
parent
366812f72f
commit
bcf0f2b6d8
1 changed files with 1 additions and 1 deletions
|
@ -3213,7 +3213,7 @@ static int doc_saveAs(LibreOfficeKitDocument* pThis, const char* sUrl, const cha
|
|||
}
|
||||
else
|
||||
{
|
||||
SetLastExceptionMsg("input filename without a suffix");
|
||||
SetLastExceptionMsg("input URL '" + aURL + "' lacks a suffix");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue