diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-05-19 11:27:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-05-20 12:54:56 +0200 |
commit | 4f3dd930324552aec40b333d750ec7b95ff03c26 (patch) | |
tree | 7afca049ba8e713dd98bda8f074b1500a4e8bbfe /sw/inc | |
parent | a3d566165c0580ab41334cb3e031465df1f839ad (diff) |
loplugin:unusedfields
Change-Id: I5036b484055e516fd808428238a044e12d34e089
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152005
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/hints.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index 33b768b6f0c0..63d8210ef1b4 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -312,7 +312,6 @@ public: const SwTable* pDelTable; ///< Merge: Pointer to the table to be removed const OUString* pNewTableNm; ///< Split: the name of the new table } m_aData; - SwHistory* m_pHistory; sal_uInt16 m_nSplitLine; ///< Split: from this BaseLine on will be split TableFormulaUpdateFlags m_eFlags; bool m_bModified : 1; |