summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8scan.hxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-02-17 13:36:16 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-02-17 19:47:03 +0100
commit52dd8686deda517d8e0587aea47f75af29ee53db (patch)
treedacb2cf0882f9507741489e1364a830498a5f24e /sw/source/filter/ww8/ww8scan.hxx
parent4c3fc27ee68d9e4581f8131ba8eaa7d0c640cbda (diff)
Translate German variable names
Akt -> Current in ww8 (leftovers in function names) Change-Id: I7ce1df76be01108d0e1f23522b09e20f75ae4ed3 Reviewed-on: https://gerrit.libreoffice.org/49903 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sw/source/filter/ww8/ww8scan.hxx')
-rw-r--r--sw/source/filter/ww8/ww8scan.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx
index b78cb2121686..fbaae0131eae 100644
--- a/sw/source/filter/ww8/ww8scan.hxx
+++ b/sw/source/filter/ww8/ww8scan.hxx
@@ -286,8 +286,8 @@ public:
void advance();
const sal_uInt8* GetSprms() const
{ return ( pSprms && (0 < nRemLen) ) ? pSprms : nullptr; }
- const sal_uInt8* GetAktParams() const { return pCurrentParams; }
- sal_uInt16 GetAktId() const { return nCurrentId; }
+ const sal_uInt8* GetCurrentParams() const { return pCurrentParams; }
+ sal_uInt16 GetCurrentId() const { return nCurrentId; }
sal_Int32 GetRemLen() const { return nRemLen; }
private:
@@ -481,9 +481,9 @@ public:
virtual WW8_FC Where() override;
virtual long GetNoSprms( WW8_CP& rStart, WW8_CP&, sal_Int32& rLen ) override;
virtual void advance() override;
- WW8_CP AktPieceStartFc2Cp( WW8_FC nStartPos );
- WW8_FC AktPieceStartCp2Fc( WW8_CP nCp );
- static void AktPieceFc2Cp(WW8_CP& rStartPos, WW8_CP& rEndPos,
+ WW8_CP CurrentPieceStartFc2Cp( WW8_FC nStartPos );
+ WW8_FC CurrentPieceStartCp2Fc( WW8_CP nCp );
+ static void CurrentPieceFc2Cp(WW8_CP& rStartPos, WW8_CP& rEndPos,
const WW8ScannerBase *pSBase);
WW8PLCFpcd_Iter* GetPLCFIter() { return pPcdI.get(); }
void SetClipStart(WW8_CP nIn) { nClipStart = nIn; }