Kaydet (Commit) d611fbc2 authored tarafından Matteo Casalin's avatar Matteo Casalin

Remove unused member bLeftSide

Change-Id: I1bc07653f4a999756b3208dc5f3f91362e3e9f7f
üst 0815bb09
...@@ -346,7 +346,6 @@ SwTxtFly::SwTxtFly( const SwTxtFly& rTxtFly ) ...@@ -346,7 +346,6 @@ SwTxtFly::SwTxtFly( const SwTxtFly& rTxtFly )
} }
bOn = rTxtFly.bOn; bOn = rTxtFly.bOn;
bLeftSide = rTxtFly.bLeftSide;
bTopRule = rTxtFly.bTopRule; bTopRule = rTxtFly.bTopRule;
nMinBottom = rTxtFly.nMinBottom; nMinBottom = rTxtFly.nMinBottom;
nNextTop = rTxtFly.nNextTop; nNextTop = rTxtFly.nNextTop;
...@@ -382,7 +381,6 @@ void SwTxtFly::CtorInitTxtFly( const SwTxtFrm *pFrm ) ...@@ -382,7 +381,6 @@ void SwTxtFly::CtorInitTxtFly( const SwTxtFrm *pFrm )
// That's why we do not optimize for: bOn = pSortedFlys && IsAnyFrm(); // That's why we do not optimize for: bOn = pSortedFlys && IsAnyFrm();
bOn = pPage->GetSortedObjs() != 0; bOn = pPage->GetSortedObjs() != 0;
bTopRule = sal_True; bTopRule = sal_True;
bLeftSide = sal_False;
nMinBottom = 0; nMinBottom = 0;
nIndex = ULONG_MAX; nIndex = ULONG_MAX;
} }
......
...@@ -129,7 +129,6 @@ class SwTxtFly ...@@ -129,7 +129,6 @@ class SwTxtFly
sal_uLong nIndex; sal_uLong nIndex;
sal_Bool bOn : 1; sal_Bool bOn : 1;
sal_Bool bLeftSide : 1;
sal_Bool bTopRule: 1; sal_Bool bTopRule: 1;
sal_Bool mbIgnoreCurrentFrame: 1; sal_Bool mbIgnoreCurrentFrame: 1;
sal_Bool mbIgnoreContour: 1; sal_Bool mbIgnoreContour: 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment