diff options
author | Johnny_M <klasse@partyheld.de> | 2020-03-27 13:44:31 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2020-03-31 15:29:52 +0200 |
commit | 314dfedd8faf271246a9851113a3bab923edb090 (patch) | |
tree | 20f9b9501c58dbe2c85d3a8b1de4b46a0342a293 | |
parent | a630cc81bf150cb7f47287aed45b7e250d46a1c1 (diff) |
Translate German variable names
Ende -> End
Change-Id: Ie57fb93940623302edec550e7628639aecde1bf5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91213
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
-rw-r--r-- | sw/source/core/txtnode/txtatr2.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/txtnode/txtatr2.cxx b/sw/source/core/txtnode/txtatr2.cxx index bfd4cb080a14..dd036d07e6ac 100644 --- a/sw/source/core/txtnode/txtatr2.cxx +++ b/sw/source/core/txtnode/txtatr2.cxx @@ -35,9 +35,9 @@ SwTextCharFormat::SwTextCharFormat( SwFormatCharFormat& rAttr, - sal_Int32 nStt, sal_Int32 nEnde ) + sal_Int32 nStt, sal_Int32 nEnd ) : SwTextAttr( rAttr, nStt ) - , SwTextAttrEnd( rAttr, nStt, nEnde ) + , SwTextAttrEnd( rAttr, nStt, nEnd ) , m_pTextNode( nullptr ) , m_nSortNumber( 0 ) { |