diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-26 15:25:14 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-27 05:23:32 +0000 |
commit | 82644f5952fa8780ffd590d23b194bf1866ed099 (patch) | |
tree | d3ca730a5d7b1c92a96fb344dcb69c10f7881daa /sw/inc/ndarr.hxx | |
parent | f384ae4c81c2459f9955697ecc36412f7409b936 (diff) |
loplugin:singlevalfields in sw(part4)
Change-Id: I73d94ae89edb2e6f37cfa087a0d85b5a90df4a8a
Reviewed-on: https://gerrit.libreoffice.org/26679
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r-- | sw/inc/ndarr.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx index abbf27e53a7b..0d766ce3b175 100644 --- a/sw/inc/ndarr.hxx +++ b/sw/inc/ndarr.hxx @@ -111,7 +111,6 @@ class SW_DLLPUBLIC SwNodes bool m_bInNodesDel : 1; /**< In Case of recursive calling. Do not update Num/Outline. */ bool m_bInDelUpdOutline : 1; ///< Flag for updating of Outline. - bool m_bInDelUpdNum : 1; ///< Flag for updating of Outline. // Actions on the nodes. static void SectionUpDown( const SwNodeIndex & aStart, const SwNodeIndex & aEnd ); |