summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdoashp.cxx
diff options
context:
space:
mode:
authorStefan Knorr (astron) <heinzlesspam@gmail.com>2012-02-02 11:40:51 +0100
committerStefan Knorr (astron) <heinzlesspam@gmail.com>2012-02-15 14:35:05 +0100
commitb181c48f8faf2d16d88aa56c6c17b8efb2aec642 (patch)
tree7a7110ea34c9817475175f7c6ac2f4bb31ea8afc /svx/source/svdraw/svdoashp.cxx
parent335b38d831558ce786f726b4b6a014d2a312cf29 (diff)
Fix some translation oversights
At least some of the things corrected, also (c) myself.
Diffstat (limited to 'svx/source/svdraw/svdoashp.cxx')
-rw-r--r--svx/source/svdraw/svdoashp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx
index 141322f7e064..aac2cf8ee53f 100644
--- a/svx/source/svdraw/svdoashp.cxx
+++ b/svx/source/svdraw/svdoashp.cxx
@@ -298,21 +298,21 @@ SdrObject* ImpCreateShadowObjectClone(const SdrObject& rOriginal, const SfxItemS
aTempSet.Put(SdrShadowXDistItem(0L));
aTempSet.Put(SdrShadowYDistItem(0L));
- // line color and transparence like shadow
+ // line color and transparency like shadow
if(bLineUsed)
{
aTempSet.Put(XLineColorItem(String(), aShadowColor));
aTempSet.Put(XLineTransparenceItem(nShadowTransparence));
}
- // fill color and transparence like shadow
+ // fill color and transparency like shadow
if(bSolidFillUsed)
{
aTempSet.Put(XFillColorItem(String(), aShadowColor));
aTempSet.Put(XFillTransparenceItem(nShadowTransparence));
}
- // gradient and transparence like shadow
+ // gradient and transparency like shadow
if(bGradientFillUsed)
{
XGradient aGradient(((XFillGradientItem&)(rOriginalSet.Get(XATTR_FILLGRADIENT))).GetGradientValue());