summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotextpathdecomposition.cxx
diff options
context:
space:
mode:
authorStefan Knorr <heinzlesspam@googlemail.com>2012-01-24 12:54:39 +0530
committerMuthu Subramanian <sumuthu@suse.com>2012-01-24 12:55:48 +0530
commit29ac03994484cb65725ec697cb7615a31b117b58 (patch)
tree771f8bbe70b8d21aeb5b60061781aca235051cda /svx/source/svdraw/svdotextpathdecomposition.cxx
parentcf545e07f32f99e9c50e7dd6a0e932ead84e072c (diff)
Comments Translations.
Diffstat (limited to 'svx/source/svdraw/svdotextpathdecomposition.cxx')
-rw-r--r--svx/source/svdraw/svdotextpathdecomposition.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdotextpathdecomposition.cxx b/svx/source/svdraw/svdotextpathdecomposition.cxx
index 558ee612981d..648812461644 100644
--- a/svx/source/svdraw/svdotextpathdecomposition.cxx
+++ b/svx/source/svdraw/svdotextpathdecomposition.cxx
@@ -567,7 +567,7 @@ namespace
}
}
- // consume from portion // no += here, xub_StrLen is sal_uInt16 and the compiler will gererate a warning here
+ // consume from portion // no += here, xub_StrLen is sal_uInt16 and the compiler will generate a warning here
nUsedTextLength = nUsedTextLength + nNextGlyphLen;
// consume from polygon
@@ -771,7 +771,7 @@ void SdrTextObj::impDecomposePathTextPrimitive(
aRetvalA[a] = drawinglayer::primitive2d::Primitive2DReference(aShadowDecomposition[a]);
}
- // evtl. add shadow outlines
+ // if necessary, add shadow outlines
if(rFormTextAttribute.getFormTextOutline()
&& !rFormTextAttribute.getShadowOutline().isDefault())
{
@@ -794,7 +794,7 @@ void SdrTextObj::impDecomposePathTextPrimitive(
aRetvalB[a] = drawinglayer::primitive2d::Primitive2DReference(aRegularDecomposition[a]);
}
- // evtl. add outlines
+ // if necessary, add outlines
if(rFormTextAttribute.getFormTextOutline()
&& !rFormTextAttribute.getOutline().isDefault())
{
@@ -809,7 +809,7 @@ void SdrTextObj::impDecomposePathTextPrimitive(
}
}
- // cleanup outliner
+ // clean up outliner
rOutliner.SetDrawPortionHdl(Link());
rOutliner.Clear();
rOutliner.setVisualizedPage(0);