summaryrefslogtreecommitdiff
path: root/sw/source/filter/basflt/fltini.cxx
diff options
context:
space:
mode:
authorshirahara <luixxiul@gmail.com>2011-01-30 01:46:46 +0900
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-31 12:15:52 +0100
commit28a110eaa888be53610c83545225563f30da970c (patch)
tree1a96ae00541a1b22a9feed684abea8ec59192324 /sw/source/filter/basflt/fltini.cxx
parent9b23ff91eebab9dc906565d649585dec875412bf (diff)
Remove comments; sw/source/filter
Diffstat (limited to 'sw/source/filter/basflt/fltini.cxx')
-rw-r--r--sw/source/filter/basflt/fltini.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/filter/basflt/fltini.cxx b/sw/source/filter/basflt/fltini.cxx
index 49a586f063f8..da5451756625 100644
--- a/sw/source/filter/basflt/fltini.cxx
+++ b/sw/source/filter/basflt/fltini.cxx
@@ -446,7 +446,7 @@ void SwRelNumRuleSpaces::SetOultineRelSpaces( const SwNodeIndex& rStt,
void SwRelNumRuleSpaces::SetNumLSpace( SwTxtNode& rNd, const SwNumRule& rRule )
{
BOOL bOutlineRule = OUTLINE_RULE == rRule.GetRuleType();
- // #128056# correction of refactoring done by cws swnumtree:
+ // correction of refactoring done by cws swnumtree:
// - assure a correct level for retrieving numbering format.
BYTE nLvl = 0;
if ( rNd.GetActualListLevel() >= 0 && rNd.GetActualListLevel() < MAXLEVEL )
@@ -469,11 +469,9 @@ void SwRelNumRuleSpaces::SetNumLSpace( SwTxtNode& rNd, const SwNumRule& rRule )
if( 0 < rLR.GetTxtFirstLineOfst() )
nParaLeft += rLR.GetTxtFirstLineOfst();
else if( nParaLeft >= nLeft )
- // #82963#/#82962#: set correct paragraph indent
+ // set correct paragraph indent
nParaLeft -= nLeft;
else
- //#83154#, Don't think any of the older #80856# bugfix code is
- //relevent anymore.
nParaLeft = rLR.GetTxtLeft()+rLR.GetTxtFirstLineOfst();
aLR.SetTxtLeft( nParaLeft );
}