[Libreoffice-commits] core.git: sw/source
Johnny_M (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 31 13:30:33 UTC 2020
sw/source/core/txtnode/txtatr2.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 314dfedd8faf271246a9851113a3bab923edb090
Author: Johnny_M <klasse at partyheld.de>
AuthorDate: Fri Mar 27 13:44:31 2020 +0100
Commit: Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Tue Mar 31 15:29:52 2020 +0200
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 at posteo.de>
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 )
{
More information about the Libreoffice-commits
mailing list