summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-21 16:47:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 07:40:33 +0100
commitc50357ff625972464d1a591afe4198d3f6f42a39 (patch)
tree6d10334c4af64b7c138f7c780e690659e66fd3f8 /sw/source/filter/xml/xmltbli.hxx
parent131cc96a890b8988703532d09773bb0bde20ee8a (diff)
loplugin:unusedfields in sw
Change-Id: Id68a01042f8398d7d4803a9ce7eb03620732f1ce Reviewed-on: https://gerrit.libreoffice.org/68163 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/xml/xmltbli.hxx')
-rw-r--r--sw/source/filter/xml/xmltbli.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmltbli.hxx b/sw/source/filter/xml/xmltbli.hxx
index 157be580f67f..9d5272e46d37 100644
--- a/sw/source/filter/xml/xmltbli.hxx
+++ b/sw/source/filter/xml/xmltbli.hxx
@@ -163,7 +163,6 @@ public:
void InsertCell( const OUString& rStyleName,
sal_uInt32 nRowSpan, sal_uInt32 nColSpan,
const SwStartNode *pStNd,
- const OUString & i_rXmlId = OUString(),
SwXMLTableContext *pTable=nullptr,
bool bIsProtected = false,
const OUString *pFormula=nullptr,
@@ -172,8 +171,7 @@ public:
OUString const*const pStringValue = nullptr);
void InsertRow( const OUString& rStyleName,
const OUString& rDfltCellStyleName,
- bool bInHead,
- const OUString & i_rXmlId = OUString() );
+ bool bInHead );
void FinishRow();
void InsertRepRows( sal_uInt32 nCount );
const SwXMLTableCell_Impl *GetCell( sal_uInt32 nRow, sal_uInt32 nCol ) const;