From 716eb586d0ddf8c7585a164ec76c63928a5ece93 Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Sat, 3 Mar 2018 12:45:09 +0100 Subject: Translate German variable names Akt -> Current in swcrsr Change-Id: I5c5dabefa6e2924620b8ab4829943b74dc7e6bcd Reviewed-on: https://gerrit.libreoffice.org/50665 Tested-by: Jenkins Reviewed-by: Bartosz Kosiorek --- sw/inc/swcrsr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc') 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; -- cgit