summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/writer
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-12 13:18:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-13 07:29:37 +0100
commite98bcfcc3cdad46620e3d59119b0ac262db88054 (patch)
tree102a618dd0eea76eb934473cf833d8cd1fc53578 /connectivity/source/drivers/writer
parentc474fd56e1723002ce8e6388a74b902fdc8c5887 (diff)
loplugin:unusedfields in various
Change-Id: I4021ba6090bd3f42b0eb5ea1ec9bbf05d1594b35 Reviewed-on: https://gerrit.libreoffice.org/65054 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/drivers/writer')
-rw-r--r--connectivity/source/drivers/writer/WTable.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/source/drivers/writer/WTable.cxx b/connectivity/source/drivers/writer/WTable.cxx
index 91842be9e88d..1e847dfb9eb2 100644
--- a/connectivity/source/drivers/writer/WTable.cxx
+++ b/connectivity/source/drivers/writer/WTable.cxx
@@ -175,9 +175,6 @@ void OWriterTable::fillColumns()
m_CatalogName, getSchema(), getName());
uno::Reference<XPropertySet> xCol = pColumn;
m_aColumns->get().push_back(xCol);
- m_aTypes.push_back(eType);
- m_aPrecisions.push_back(nPrecision);
- m_aScales.push_back(nDecimals);
}
}