Reuse already existing value
Change-Id: I996cd76b55265e783f51573b6d67b0c0187427c8 Reviewed-on: https://gerrit.libreoffice.org/44924 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
60da185b57
commit
dfc45f0aba
1 changed files with 1 additions and 1 deletions
|
@ -2735,7 +2735,7 @@ OUString SwDBManager::LoadAndRegisterDataSource(const DBConnURITypes type, const
|
||||||
|
|
||||||
OUString sNewName = INetURLObject::decode( aURL.getName(),
|
OUString sNewName = INetURLObject::decode( aURL.getName(),
|
||||||
INetURLObject::DecodeMechanism::Unambiguous );
|
INetURLObject::DecodeMechanism::Unambiguous );
|
||||||
sal_Int32 nExtLen = aURL.GetExtension().getLength();
|
sal_Int32 nExtLen = sExt.getLength();
|
||||||
sNewName = sNewName.replaceAt( sNewName.getLength() - nExtLen - 1, nExtLen + 1, "" );
|
sNewName = sNewName.replaceAt( sNewName.getLength() - nExtLen - 1, nExtLen + 1, "" );
|
||||||
if (pPrefix)
|
if (pPrefix)
|
||||||
sNewName = *pPrefix + sNewName;
|
sNewName = *pPrefix + sNewName;
|
||||||
|
|
Loading…
Reference in a new issue