summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/TableData.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-02 16:25:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-03 08:28:10 +0200
commitdbeb289888e70038e9fc3c52728f7fe03f1935cb (patch)
tree972db2d8d460c483934c64084a47a1501953c875 /writerfilter/source/dmapper/TableData.hxx
parentc3b7f134b94bf2f0830b16b42bd72d235de377fb (diff)
loplugin:unusedmethods
Change-Id: I7db0c27ff2213210ed4b46ebbadc1a2f74a18257 Reviewed-on: https://gerrit.libreoffice.org/61249 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerfilter/source/dmapper/TableData.hxx')
-rw-r--r--writerfilter/source/dmapper/TableData.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/writerfilter/source/dmapper/TableData.hxx b/writerfilter/source/dmapper/TableData.hxx
index bb2060a8356a..8381a9899125 100644
--- a/writerfilter/source/dmapper/TableData.hxx
+++ b/writerfilter/source/dmapper/TableData.hxx
@@ -166,17 +166,6 @@ public:
}
/**
- Add properties to a cell of the row.
-
- @param i index of the cell
- @param pProps the properties to add
- */
- void insertCellProperties(unsigned int i, TablePropertyMapPtr pProps)
- {
- mCells[i]->insertProperties(pProps);
- }
-
- /**
Add properties to the last cell of the row.
*/
void insertCellProperties(TablePropertyMapPtr pProps)