summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableHandler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 09:56:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 12:32:19 +0200
commit19710ef250a7da5f7fcc2d017bc60fdee91925ef (patch)
tree40f8c47cc29006054e3427b38410ac31d027e844 /writerfilter/source/dmapper/DomainMapperTableHandler.hxx
parentdfb4d8ed8607082fa3fa7548d83bf673b7b0ee81 (diff)
loplugin:checkunusedparams in writerfilter
Change-Id: I52860115a65a23651b6f96363c6f8e5baa78cfad Reviewed-on: https://gerrit.libreoffice.org/37278 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerfilter/source/dmapper/DomainMapperTableHandler.hxx')
-rw-r--r--writerfilter/source/dmapper/DomainMapperTableHandler.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/writerfilter/source/dmapper/DomainMapperTableHandler.hxx b/writerfilter/source/dmapper/DomainMapperTableHandler.hxx
index 4881f37a8d9d..85f84c78ded9 100644
--- a/writerfilter/source/dmapper/DomainMapperTableHandler.hxx
+++ b/writerfilter/source/dmapper/DomainMapperTableHandler.hxx
@@ -87,10 +87,9 @@ public:
/**
Handle start of table.
- @param nDepth depth of the table in surrounding table hierarchy
@param pProps properties of the table
*/
- void startTable(unsigned int nDepth, const TablePropertyMapPtr& pProps);
+ void startTable(const TablePropertyMapPtr& pProps);
/// Handle end of table.
void endTable(unsigned int nestedTableLevel, bool bTableStartsAtCellStart);
/**