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

New commits:
commit fd23a09cfa04120b670878079c92045dabdc067b
Author:     Johnny_M <kla...@partyheld.de>
AuthorDate: Fri Mar 27 13:37:15 2020 +0100
Commit:     Michael Weghorn <m.wegh...@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.wegh...@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 )
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to