summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/dbinsdlg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-21 16:47:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 07:40:33 +0100
commitc50357ff625972464d1a591afe4198d3f6f42a39 (patch)
tree6d10334c4af64b7c138f7c780e690659e66fd3f8 /sw/source/ui/dbui/dbinsdlg.cxx
parent131cc96a890b8988703532d09773bb0bde20ee8a (diff)
loplugin:unusedfields in sw
Change-Id: Id68a01042f8398d7d4803a9ce7eb03620732f1ce Reviewed-on: https://gerrit.libreoffice.org/68163 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui/dbui/dbinsdlg.cxx')
-rw-r--r--sw/source/ui/dbui/dbinsdlg.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index bd6d4f7c9b88..aa5cca460593 100644
--- a/sw/source/ui/dbui/dbinsdlg.cxx
+++ b/sw/source/ui/dbui/dbinsdlg.cxx
@@ -154,8 +154,6 @@ struct DB_Column
struct DB_ColumnConfigData
{
SwInsDBColumns aDBColumns;
- OUString sSource;
- OUString sTable;
OUString sEdit;
OUString sTableList;
OUString sTmplNm;
@@ -1665,8 +1663,6 @@ void SwInsertDBColAutoPilot::Load()
if(sSource == aDBData.sDataSource && sCommand == aDBData.sCommand)
{
std::unique_ptr<DB_ColumnConfigData> pNewData(new DB_ColumnConfigData);
- pNewData->sSource = sSource;
- pNewData->sTable = sCommand;
pDataSourceProps[3] >>= pNewData->sEdit;
pDataSourceProps[4] >>= pNewData->sTableList;