cid#1555801 Unchecked return value
Change-Id: I2fbc0b65b081da5776c49962ff3b6a36b76808da Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170128 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
This commit is contained in:
parent
d9365813ab
commit
d6f1c2c2e8
1 changed files with 2 additions and 2 deletions
|
@ -8018,8 +8018,8 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath, const char
|
|||
#else
|
||||
// Fun conversion dance back and forth between URLs and system paths...
|
||||
OUString aAppURL;
|
||||
::osl::Module::getUrlFromAddress( reinterpret_cast< oslGenericFunction >(lo_initialize),
|
||||
aAppURL);
|
||||
(void)::osl::Module::getUrlFromAddress(reinterpret_cast<oslGenericFunction>(lo_initialize),
|
||||
aAppURL);
|
||||
osl::FileBase::getSystemPathFromFileURL( aAppURL, aAppPath );
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue