summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-09-23 15:55:23 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-25 14:13:13 +0200
commitb165910330285bc0a52eebdf98911e04305dfc5b (patch)
treecaad8b09106b9ed9c0e454bea90b06845306c7c7 /sd
parent8da365e2a7a6b30da6c2ca26b2a5f45f89cd5460 (diff)
Translate German comments and debug strings (leftovers)
Additionally: - A few grammatical fixes Change-Id: I15ba3809f6b4746be5a691ec2adc0ea17730fa4a Reviewed-on: https://gerrit.libreoffice.org/42690 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/pptx-text.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/pptx-text.cxx b/sd/source/filter/eppt/pptx-text.cxx
index bd898407e880..ef33e80f6092 100644
--- a/sd/source/filter/eppt/pptx-text.cxx
+++ b/sd/source/filter/eppt/pptx-text.cxx
@@ -768,7 +768,7 @@ void ParagraphObj::CalculateGraphicBulletSize( sal_uInt16 nFontHeight )
{
if ( ( nNumberingType == SVX_NUM_BITMAP ) && ( nBulletId != 0xffff ) )
{
- // calculate the bulletrealsize for this grafik
+ // calculate the bullet real size for this graphic
if ( aBuGraSize.Width() && aBuGraSize.Height() )
{
double fCharHeight = nFontHeight;