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

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

Reply via email to