[Libreoffice-commits] core.git: sw/source

Johnny_M (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 20 07:20:58 UTC 2020


 sw/source/filter/ww8/ww8par.cxx |    4 ++--
 sw/source/filter/ww8/ww8par.hxx |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e0f97f0267acfe4d7b2c8d780964f49ded910802
Author:     Johnny_M <klasse at partyheld.de>
AuthorDate: Fri Apr 10 12:02:17 2020 +0200
Commit:     Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Mon Apr 20 09:20:13 2020 +0200

    Translate German variable names
    
    Ende -> End
    
    Change-Id: I205600e263d2291faa97d967c9a8c7fc0baadb1c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92029
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>

diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index df66b5db33f2..07f994b14ad8 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -1191,7 +1191,7 @@ void SwWW8FltControlStack::NewAttr(const SwPosition& rPos,
 }
 
 SwFltStackEntry* SwWW8FltControlStack::SetAttr(const SwPosition& rPos, sal_uInt16 nAttrId,
-    bool bTstEnde, long nHand, bool )
+    bool bTstEnd, long nHand, bool )
 {
     SwFltStackEntry *pRet = nullptr;
     // Doing a textbox, and using the control stack only as a temporary
@@ -1211,7 +1211,7 @@ SwFltStackEntry* SwWW8FltControlStack::SetAttr(const SwPosition& rPos, sal_uInt1
         }
     }
     else // Normal case, set the attribute into the document
-        pRet = SwFltControlStack::SetAttr(rPos, nAttrId, bTstEnde, nHand);
+        pRet = SwFltControlStack::SetAttr(rPos, nAttrId, bTstEnd, nHand);
     return pRet;
 }
 
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index a3731fa3edd9..0149c3a13f76 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -387,7 +387,7 @@ public:
 
     void NewAttr(const SwPosition& rPos, const SfxPoolItem& rAttr);
 
-    virtual SwFltStackEntry* SetAttr(const SwPosition& rPos, sal_uInt16 nAttrId, bool bTstEnde=true, long nHand=LONG_MAX, bool consumedByField=false) override;
+    virtual SwFltStackEntry* SetAttr(const SwPosition& rPos, sal_uInt16 nAttrId, bool bTstEnd=true, long nHand=LONG_MAX, bool consumedByField=false) override;
 
     void SetToggleAttr(sal_uInt8 nId, bool bOn)
     {


More information about the Libreoffice-commits mailing list