summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.hxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-02-17 14:16:41 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-02-17 19:48:36 +0100
commit0b8f6d7d1182bddf4d2cccafd798c97de0dc4b24 (patch)
treed46568b24df07ef24b7654590c6851ad3a786f2f /sw/source/filter/ww8/ww8par2.hxx
parentb62ac98a72e21d49aec4493ace8ba12b7561439d (diff)
Translate German variable names
Akt -> Current in ww8par2 Change-Id: I9ef8c2def230287abe405df894f85240a338c73d Note: Other occurrences of "Akt" in the affected files will be done separately Reviewed-on: https://gerrit.libreoffice.org/49906 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sw/source/filter/ww8/ww8par2.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par2.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/filter/ww8/ww8par2.hxx b/sw/source/filter/ww8/ww8par2.hxx
index 34f2be8cfb8a..03bbbb0da9cd 100644
--- a/sw/source/filter/ww8/ww8par2.hxx
+++ b/sw/source/filter/ww8/ww8par2.hxx
@@ -214,7 +214,7 @@ class WW8TabDesc
std::vector<std::unique_ptr<WW8SelBoxInfo>> m_MergeGroups; // list of all cells to be merged
- WW8_TCell* m_pAktWWCell;
+ WW8_TCell* m_pCurrentWWCell;
short m_nRows;
short m_nDefaultSwCols;
@@ -231,10 +231,10 @@ class WW8TabDesc
sal_Int16 m_eOri;
bool m_bIsBiDi;
// 2. common admin info
- short m_nAktRow;
- short m_nAktBandRow; // SW: row of current band
+ short m_nCurrentRow;
+ short m_nCurrentBandRow; // SW: row of current band
// 3. admin info for writer
- short m_nAktCol;
+ short m_nCurrentCol;
sal_uInt16 m_nRowsToRepeat;
@@ -283,8 +283,8 @@ public:
short GetMinLeft() const { return m_nConvertedLeft; }
~WW8TabDesc();
- const WW8_TCell* GetAktWWCell() const { return m_pAktWWCell; }
- short GetAktCol() const { return m_nAktCol; }
+ const WW8_TCell* GetAktWWCell() const { return m_pCurrentWWCell; }
+ short GetAktCol() const { return m_nCurrentCol; }
// find name of numrule valid for current WW-COL
OUString GetNumRuleName() const;
void SetNumRuleName( const OUString& rName );