summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-03-31 14:33:40 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-04-07 12:28:56 +0200
commite819c33d248f0c03305fcd3fa3a1a9f5aef9c109 (patch)
tree8a76e1df15c6c32cea806904fdb83879623be6d9 /svx/inc
parentbb6121156ceb0a1187600f8cad1eb00fdb2cb643 (diff)
Translate German variable names
aNeuNam -> aNewName aWNamMerk -> aWNameMemorized Change-Id: Iace4b6f84b40c3f989619331636ae059347e167f Reviewed-on: https://gerrit.libreoffice.org/52192 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svdibrow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx
index c62289e83751..21104c99829d 100644
--- a/svx/inc/svdibrow.hxx
+++ b/svx/inc/svdibrow.hxx
@@ -36,7 +36,7 @@ friend class ImpItemEdit;
std::vector<std::unique_ptr<ImpItemListRow>> aList;
long nCurrentPaintRow;
VclPtr<Edit> pEditControl;
- OUString aWNamMerk;
+ OUString aWNameMemorized;
Link<SdrItemBrowserControl&,void> aEntryChangedHdl;
Link<SdrItemBrowserControl&,void> aSetDirtyHdl;
ImpItemListRow* pCurrentChangeEntry;