summaryrefslogtreecommitdiff
path: root/sw/inc/swtable.hxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-02-10 15:12:26 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-12 11:07:42 +0100
commit499bff1f06b3a4660ff408a2bd54c64ad8fb5f05 (patch)
tree64dbd92d37efa00fd21c0e10e87535adc7ce468d /sw/inc/swtable.hxx
parent040c13b4b5195b801b38a96638abb87a73cae2ae (diff)
Translate German variable names
Akt -> Current in SwDoc and SwTable Change-Id: Ie8c5194b81e8dc5078616603215726a0a51b1617 Reviewed-on: https://gerrit.libreoffice.org/49537 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r--sw/inc/swtable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index b41e9990f502..619d37dd432e 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -332,9 +332,9 @@ public:
TableChgMode GetTableChgMode() const { return m_eTableChgMode; }
void SetTableChgMode( TableChgMode eMode ) { m_eTableChgMode = eMode; }
- bool SetColWidth( SwTableBox& rAktBox, TableChgWidthHeightType eType,
+ bool SetColWidth( SwTableBox& rCurrentBox, TableChgWidthHeightType eType,
SwTwips nAbsDiff, SwTwips nRelDiff, SwUndo** ppUndo );
- bool SetRowHeight( SwTableBox& rAktBox, TableChgWidthHeightType eType,
+ bool SetRowHeight( SwTableBox& rCurrentBox, TableChgWidthHeightType eType,
SwTwips nAbsDiff, SwTwips nRelDiff, SwUndo** ppUndo );
void RegisterToFormat( SwFormat& rFormat );
#ifdef DBG_UTIL