summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/number.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-01-04 13:50:06 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-04 13:50:25 +0100
commit6572e22de69d5fbb51e6b8dead507f04e49681b8 (patch)
tree6eedc4c1fcb2d57b0e38b3e2a3cda1c76f72ba22 /sw/source/core/doc/number.cxx
parente0358f6dceba69bcb7ce80a420ebf44967d4b0bc (diff)
sw: tweak comment translations
Diffstat (limited to 'sw/source/core/doc/number.cxx')
-rw-r--r--sw/source/core/doc/number.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/source/core/doc/number.cxx b/sw/source/core/doc/number.cxx
index 9a409f4e71cc..123f4e7bba62 100644
--- a/sw/source/core/doc/number.cxx
+++ b/sw/source/core/doc/number.cxx
@@ -485,7 +485,7 @@ SwNumRule::SwNumRule( const String& rNm,
}
}
memset( aFmts, 0, sizeof( aFmts ));
- OSL_ENSURE( sName.Len(), "NumRule without a namen!" );
+ OSL_ENSURE( sName.Len(), "NumRule without a name!" );
}
SwNumRule::SwNumRule( const SwNumRule& rNumRule )
@@ -531,7 +531,7 @@ SwNumRule::~SwNumRule()
for( n = 0; n < MAXLEVEL; ++n, ++ppFmts )
delete *ppFmts, *ppFmts = 0;
- // Listing:
+ // Outline:
for( n = 0; n < MAXLEVEL; ++n, ++ppFmts )
delete *ppFmts, *ppFmts = 0;
@@ -713,7 +713,8 @@ String SwNumRule::MakeNumString( const SwNumberTree::tNumberVector & rNumVector,
aStr += aDotStr;
}
- // The type don't have any number, so don't append the post-/prefix string
+ // The type doesn't have any number, so don't append
+ // the post-/prefix string
if( bInclStrings && !bOnlyArabic &&
SVX_NUM_CHAR_SPECIAL != rMyNFmt.GetNumberingType() &&
SVX_NUM_BITMAP != rMyNFmt.GetNumberingType() )
@@ -826,7 +827,7 @@ String SwNumRule::MakeRefNumString( const SwNodeNum& rNodeNum,
return aRefNumStr;
}
-// ----- Copy method from SwNumRule ------
+// ----- Copy method of SwNumRule ------
// A kind of copy constructor, so that the num formats are attached
// to the right CharFormats of a Document.