diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-12-06 09:21:48 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-12-06 10:22:39 +0100 |
commit | f089a7fc3496ea542c938c21c15b1268091fa045 (patch) | |
tree | c31444712adbeabdff75edac76ceac8e2cccd316 /sw/source | |
parent | 976586021ea04d595d8f53ebf1e1620d9db0dc3b (diff) |
sw: add missing ": 1" for adjacent bool member
As Kendy points out, sizeof() confirms this is still a useful thing to
do.
Change-Id: Ic79fb1448f7c029e4ffd24cceb631f2d44539d6c
Reviewed-on: https://gerrit.libreoffice.org/84598
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/inc/txtfrm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx index 98d3ad4c5fb9..f4c288001b1e 100644 --- a/sw/source/core/inc/txtfrm.hxx +++ b/sw/source/core/inc/txtfrm.hxx @@ -220,7 +220,7 @@ class SW_DLLPUBLIC SwTextFrame: public SwContentFrame bool mbRepaint : 1; // TextFrame: Repaint is ready to be fetched bool mbHasBlinkPortions : 1; // Contains Blink Portions /// Contains rotated portions. - bool mbHasRotatedPortions; + bool mbHasRotatedPortions : 1; bool mbFieldFollow : 1; // Start with Field rest of the Master bool mbHasAnimation : 1; // Contains animated SwGrfNumPortion bool mbIsSwapped : 1; // during text formatting we swap the |