summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2020-03-27 13:44:31 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2020-03-31 15:29:52 +0200
commit314dfedd8faf271246a9851113a3bab923edb090 (patch)
tree20f9b9501c58dbe2c85d3a8b1de4b46a0342a293 /sw
parenta630cc81bf150cb7f47287aed45b7e250d46a1c1 (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>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/txtnode/txtatr2.cxx4
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 )
{