diff options
author | Johnny_M <klasse@partyheld.de> | 2020-04-10 12:02:17 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2020-04-20 09:20:13 +0200 |
commit | e0f97f0267acfe4d7b2c8d780964f49ded910802 (patch) | |
tree | 1cabcd1153176929525419c5055618aff9bffbd8 /sw | |
parent | f2c0e54bccf0f2b9b0da34be2a91d863b4e76eae (diff) |
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@posteo.de>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par.cxx | 4 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par.hxx | 2 |
2 files changed, 3 insertions, 3 deletions
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) { |