diff options
author | Johnny_M <klasse@partyheld.de> | 2018-03-03 12:45:09 +0100 |
---|---|---|
committer | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2018-03-04 02:59:21 +0100 |
commit | 716eb586d0ddf8c7585a164ec76c63928a5ece93 (patch) | |
tree | ebb7f3b425abae366ddfcb32c924ea17c16a0822 /sw/inc | |
parent | 615015f2684a2e05944c75275dfef4e2f6c64630 (diff) |
Translate German variable names
Akt -> Current in swcrsr
Change-Id: I5c5dabefa6e2924620b8ab4829943b74dc7e6bcd
Reviewed-on: https://gerrit.libreoffice.org/50665
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swcrsr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx index 7d872757f48f..bbe3ac688f8a 100644 --- a/sw/inc/swcrsr.hxx +++ b/sw/inc/swcrsr.hxx @@ -284,7 +284,7 @@ public: const SwSelBoxes& GetSelectedBoxes() const { return m_SelectedBoxes; } // Creates cursor for all boxes. - SwCursor* MakeBoxSels( SwCursor* pAktCursor ); + SwCursor* MakeBoxSels( SwCursor* pCurrentCursor ); // Any boxes protected? bool HasReadOnlyBoxSel() const; |