diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-19 18:27:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-20 08:41:49 +0200 |
commit | 1854f1ddf6ffaddff92d3209f15b68a53f91d2b1 (patch) | |
tree | 0b2ea36326542b475b435dc84b1a6360373d3501 /sw | |
parent | 9a0faf09a8963556eafe172ae16735472f24659d (diff) |
loplugin:unusedfields
Change-Id: If179d0a13f3c9f7a49e3efe9027a64368ed600a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94544
Tested-by: Jenkins
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/inc/txtfrm.hxx | 1 | ||||
-rw-r--r-- | sw/source/core/text/txtfrm.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx index 620c148427ec..0f96e6676291 100644 --- a/sw/source/core/inc/txtfrm.hxx +++ b/sw/source/core/inc/txtfrm.hxx @@ -220,7 +220,6 @@ class SW_DLLPUBLIC SwTextFrame: public SwContentFrame bool mbInFootnoteConnect : 1; // Is in Connect at the moment bool mbFootnote : 1; // Has at least one footnote bool mbRepaint : 1; // TextFrame: Repaint is ready to be fetched - bool mbHasBlinkPortions : 1; // Contains Blink Portions /// Contains rotated portions. bool mbHasRotatedPortions : 1; bool mbFieldFollow : 1; // Start with Field rest of the Master diff --git a/sw/source/core/text/txtfrm.cxx b/sw/source/core/text/txtfrm.cxx index 95de45095e24..6b6771ad93d9 100644 --- a/sw/source/core/text/txtfrm.cxx +++ b/sw/source/core/text/txtfrm.cxx @@ -779,7 +779,6 @@ SwTextFrame::SwTextFrame(SwTextNode * const pNode, SwFrame* pSib, , mbInFootnoteConnect( false ) , mbFootnote( false ) , mbRepaint( false ) - , mbHasBlinkPortions( false ) , mbHasRotatedPortions( false ) , mbFieldFollow( false ) , mbHasAnimation( false ) |