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

Johnny_M (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 31 13:35:19 UTC 2020


 sw/source/core/docnode/section.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fd23a09cfa04120b670878079c92045dabdc067b
Author:     Johnny_M <klasse at partyheld.de>
AuthorDate: Fri Mar 27 13:37:15 2020 +0100
Commit:     Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Tue Mar 31 15:34:42 2020 +0200

    Translate German variable names
    
    Ende -> End
    
    Change-Id: Ie34c18ab0d886b3b01701eac0613cff7f8aa9f35
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91209
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>

diff --git a/sw/source/core/docnode/section.cxx b/sw/source/core/docnode/section.cxx
index cf5b00a576ae..c1f078429fe6 100644
--- a/sw/source/core/docnode/section.cxx
+++ b/sw/source/core/docnode/section.cxx
@@ -695,9 +695,9 @@ void SwSectionFormat::DelFrames()
             pLast = aIter.Next();
         }
 
-        sal_uLong nEnde = pSectNd->EndOfSectionIndex();
+        sal_uLong nEnd = pSectNd->EndOfSectionIndex();
         sal_uLong nStart = pSectNd->GetIndex()+1;
-        sw_DeleteFootnote( pSectNd, nStart, nEnde );
+        sw_DeleteFootnote( pSectNd, nStart, nEnd );
     }
     if( pIdx )
     {


More information about the Libreoffice-commits mailing list