diff options
author | Johnny_M <klasse@partyheld.de> | 2020-03-27 13:37:15 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2020-03-31 15:34:42 +0200 |
commit | fd23a09cfa04120b670878079c92045dabdc067b (patch) | |
tree | 7cbfcb9c25109560cde3b416cc2ce821a54211c7 | |
parent | 4fa2e297eb8cb6d6e1f036be4609918034496251 (diff) |
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@posteo.de>
-rw-r--r-- | sw/source/core/docnode/section.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) { |