diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-18 09:19:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-18 18:17:10 +0200 |
commit | b138878a934be25183f4d2b3da437cc0035eb8b6 (patch) | |
tree | 7c59f6b4a906c1ba6a69631d17e399008bb4f06d /sfx2/source/inet | |
parent | a88e477346361665311eb2310e84023ce8a2fe59 (diff) |
remove dead code in SwDBManager::ImportDBEntry
Found by loplugin:unusedvarsglobal
I traced this back to
commit 751a98ff97ba8e61d31e8d109c64f2172a820229
Date: Thu Sep 27 10:31:02 2007 +0000
INTEGRATION: CWS swwarnings (1.114.42); FILE MERGED
where the code looked like
uno::Reference<XNameAccess> xCols = xColsSupp->getColumns();
String sFormatStr( lcl_GetDBInsertMode( *pImpl->pMergeData ));
but lcl_GetDBInsertMode looked like
inline String lcl_GetDBInsertMode( const SwDBData& rData )
{
return aEmptyStr;
}
So I guess this is a remnant of some unimplemented feature
Change-Id: Ic058d8703d60c9829099daba4fed32c16a6e1589
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100894
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/inet')
0 files changed, 0 insertions, 0 deletions