diff options
author | Johnny_M <klasse@partyheld.de> | 2018-03-24 12:11:58 +0100 |
---|---|---|
committer | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2018-03-28 18:14:20 +0200 |
commit | f584f2515b744699a3b3a7e3f9e9927e86df4a5d (patch) | |
tree | c24a8701cf2167b82d236008f71ccbb95835c572 /include | |
parent | 89c4a6a385d489e08345135ac3ec81220e0ce9bd (diff) |
Translate German variable names
Akt -> Current in svl/style
Change-Id: Id6f8f7b09a8ae1768708d9fd5d11003fef1e2e42
Reviewed-on: https://gerrit.libreoffice.org/51798
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/style.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx index d8b6e9aeb75f..48f0e1cba7ae 100644 --- a/include/svl/style.hxx +++ b/include/svl/style.hxx @@ -190,8 +190,8 @@ protected: private: SVL_DLLPRIVATE bool IsTrivialSearch() const; - SfxStyleSheetBase* pAktStyle; - sal_uInt16 nAktPosition; + SfxStyleSheetBase* pCurrentStyle; + sal_uInt16 nCurrentPosition; bool bSearchUsed; friend class SfxStyleSheetBasePool; |