[Libreoffice-commits] core.git: sd/source

Johnny_M klasse at partyheld.de
Mon Feb 26 10:46:11 UTC 2018


 sd/source/ui/view/DocumentRenderer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 28b9df4ba45a12343e2c34f7764e1f18771e1927
Author: Johnny_M <klasse at partyheld.de>
Date:   Sun Feb 25 16:13:18 2018 +0100

    Translate German comment
    
    Change-Id: If9f4d51827f2da11efbed6839bd36ff6a653d37b
    Reviewed-on: https://gerrit.libreoffice.org/50309
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sd/source/ui/view/DocumentRenderer.cxx b/sd/source/ui/view/DocumentRenderer.cxx
index 8572f566b739..a88448666f2a 100644
--- a/sd/source/ui/view/DocumentRenderer.cxx
+++ b/sd/source/ui/view/DocumentRenderer.cxx
@@ -1673,7 +1673,7 @@ private:
                 if (!pTextObj)
                 {
                     bSubTitle = true;
-                    pTextObj = dynamic_cast<SdrTextObj*>(pPage->GetPresObj(PRESOBJ_TEXT));  // Untertitel vorhanden?
+                    pTextObj = dynamic_cast<SdrTextObj*>(pPage->GetPresObj(PRESOBJ_TEXT));  // is there a subtitle?
                 }
 
                 sal_Int32 nParaCount1 = pOutliner->GetParagraphCount();


More information about the Libreoffice-commits mailing list