From dbeb289888e70038e9fc3c52728f7fe03f1935cb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 2 Oct 2018 16:25:41 +0200 Subject: loplugin:unusedmethods Change-Id: I7db0c27ff2213210ed4b46ebbadc1a2f74a18257 Reviewed-on: https://gerrit.libreoffice.org/61249 Tested-by: Jenkins Reviewed-by: Noel Grandin --- writerfilter/source/dmapper/TableData.hxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'writerfilter/source') 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 @@ -165,17 +165,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. */ -- cgit