summaryrefslogtreecommitdiff
path: root/sw/inc
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
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')
-rw-r--r--sw/inc/doc.hxx4
-rw-r--r--sw/inc/swtable.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 7eb5bf067c5a..331132911936 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1254,7 +1254,7 @@ public:
void AppendUndoForInsertFromDB( const SwPaM& rPam, bool bIsTable );
- bool SetColRowWidthHeight( SwTableBox& rAktBox, TableChgWidthHeightType eType,
+ bool SetColRowWidthHeight( SwTableBox& rCurrentBox, TableChgWidthHeightType eType,
SwTwips nAbsDiff, SwTwips nRelDiff );
SwTableBoxFormat* MakeTableBoxFormat();
SwTableLineFormat* MakeTableLineFormat();
@@ -1262,7 +1262,7 @@ public:
// helper function: cleanup before checking number value
bool IsNumberFormat( const OUString& rString, sal_uInt32& F_Index, double& fOutNumber);
// Check if box has numerical value. Change format of box if required.
- void ChkBoxNumFormat( SwTableBox& rAktBox, bool bCallUpdate );
+ void ChkBoxNumFormat( SwTableBox& rCurrentBox, bool bCallUpdate );
void SetTableBoxFormulaAttrs( SwTableBox& rBox, const SfxItemSet& rSet );
void ClearBoxNumAttrs( const SwNodeIndex& rNode );
void ClearLineNumAttrs( SwPosition const & rPos );
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