include/svx/framelink.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 050ff677a4888ac039a913fedbe950bda2dc037d Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Fri Jan 27 18:18:38 2023 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Mon Jan 30 08:08:16 2023 +0000 tdf#150534 re-arrange Style class fields to eliminate hole, since we allocate a lot of them here Change-Id: I33181686287405592d3f93340601def10eaa3d47 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146313 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/include/svx/framelink.hxx b/include/svx/framelink.hxx index ae35185a4eb6..ceb0abe5e390 100644 --- a/include/svx/framelink.hxx +++ b/include/svx/framelink.hxx @@ -105,8 +105,8 @@ private: double mfDist; /// Distance between primary and secondary line. double mfSecn; /// Width of secondary (right or bottom) line. double mfPatternScale; /// Scale used for line pattern spacing. - RefMode meRefMode; /// Reference point handling for this frame border. SvxBorderLineStyle mnType; + RefMode meRefMode; /// Reference point handling for this frame border. bool mbWordTableCell : 1; bool mbUseGapColor : 1; @@ -172,8 +172,8 @@ inline Style::Style() , mfDist(0) , mfSecn(0) , mfPatternScale(1.0) - , meRefMode(RefMode::Centered) , mnType(SvxBorderLineStyle::SOLID) + , meRefMode(RefMode::Centered) , mbWordTableCell(false) , mbUseGapColor(false) {}