diff options
author | Johnny_M <klasse@partyheld.de> | 2018-03-03 22:47:53 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-03-05 10:48:35 +0100 |
commit | 24491ce945f428f2da4a7c33d699604c3b5ae28a (patch) | |
tree | 63b2197a4ed25003fb764d8cede47611ccb6fd51 /svx/inc/svdibrow.hxx | |
parent | 42dd1704ce2b7278b8f9d21344cffc40dd32d896 (diff) |
Translate German variable and function names
Akt -> Current in svdibrow
Change-Id: I099858e917dcc725cd02c1b99f0fa61d5c769ae1
Reviewed-on: https://gerrit.libreoffice.org/50703
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx/inc/svdibrow.hxx')
-rw-r--r-- | svx/inc/svdibrow.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx index a9cea4f085a9..c62289e83751 100644 --- a/svx/inc/svdibrow.hxx +++ b/svx/inc/svdibrow.hxx @@ -34,12 +34,12 @@ class SdrItemBrowserControl final : public BrowseBox { friend class ImpItemEdit; std::vector<std::unique_ptr<ImpItemListRow>> aList; - long nAktPaintRow; + long nCurrentPaintRow; VclPtr<Edit> pEditControl; OUString aWNamMerk; Link<SdrItemBrowserControl&,void> aEntryChangedHdl; Link<SdrItemBrowserControl&,void> aSetDirtyHdl; - ImpItemListRow* pAktChangeEntry; + ImpItemListRow* pCurrentChangeEntry; long nLastWhichOfs; sal_uInt16 nLastWhich; bool bWhichesButNames; @@ -83,7 +83,7 @@ public: */ virtual OUString GetCellText(long _nRow, sal_uInt16 _nColId) const override; - const ImpItemListRow* GetAktChangeEntry() const { return pAktChangeEntry; } + const ImpItemListRow* GetCurrentChangeEntry() const { return pCurrentChangeEntry; } OUString GetNewEntryValue() const { return pEditControl->GetText(); } void SetEntryChangedHdl(const Link<SdrItemBrowserControl&,void>& rLink) { aEntryChangedHdl=rLink; } void SetSetDirtyHdl(const Link<SdrItemBrowserControl&,void>& rLink) { aSetDirtyHdl=rLink; } |