summaryrefslogtreecommitdiff
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 15:38:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-08 11:40:01 +0200
commit0aa7c716cc1ad27da4ecfc9a40b1b1646bbb0fa8 (patch)
tree8f2acd3d8df2e3a1ec5d3e4081f53ea831577be3 /sw/inc/ndarr.hxx
parent33013a5feb1cfbb8cb9ddd10083bc9ff470da160 (diff)
loplugin:checkunusedparams in sw(part2)
Change-Id: Ic6829542628ed1f5ed7d6b3d6be1d28ed1b5c75b Reviewed-on: https://gerrit.libreoffice.org/37292 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index adf94d7b4948..4e7cca5fa0ee 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -270,9 +270,7 @@ public:
SwTableNode* TextToTable( const TableRanges_t& rTableNodes,
SwTableFormat* pTableFormat,
SwTableLineFormat* pLineFormat,
- SwTableBoxFormat* pBoxFormat,
- SwTextFormatColl* pTextColl
- /*, SwUndo... pUndo*/ );
+ SwTableBoxFormat* pBoxFormat );
/// Create regular text from what was table.
bool TableToText( const SwNodeRange& rRange, sal_Unicode cCh,
@@ -298,7 +296,7 @@ public:
bool bCalcNewSize = false );
/// Two Tables that are following one another are merged.
bool MergeTable( const SwNodeIndex& rPos, bool bWithPrev = true,
- sal_uInt16 nMode = 0, SwHistory* pHistory = nullptr );
+ sal_uInt16 nMode = 0 );
/// Insert a new SwSection.
SwSectionNode* InsertTextSection(SwNodeIndex const& rNdIdx,