summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-03-03 12:26:18 +0100
committerMichael Stahl <mstahl@redhat.com>2018-03-03 15:42:26 +0100
commit22c7c3f54dbb93f856190c561b2540064c5a767d (patch)
treee72f0346345d9b6592113bf484021e382f9acf6c /include
parentc3fe7422295e5404b1ff1453cbe7a9d6c8681f23 (diff)
Translate German variable names
Akt -> Current in svdcrtv Including a fix of an earlier comment tranlation Change-Id: I23383594bc120440793395031a787021017de2ae Reviewed-on: https://gerrit.libreoffice.org/50667 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdcrtv.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdcrtv.hxx b/include/svx/svdcrtv.hxx
index c6aef8e9273e..fdfe5206b71f 100644
--- a/include/svx/svdcrtv.hxx
+++ b/include/svx/svdcrtv.hxx
@@ -36,7 +36,7 @@ class SVX_DLLPUBLIC SdrCreateView: public SdrDragView
friend class SdrPageView;
protected:
- SdrObject* pAktCreate; // Currently in creation of the located object
+ SdrObject* pCurrentCreate; // The currently being created object
SdrPageView* pCreatePV; // Here, the creation is started
ImplConnectMarkerOverlay* mpCoMaOverlay;
@@ -111,8 +111,8 @@ public:
bool EndCreateObj(SdrCreateCmd eCmd);
void BckCreateObj(); // go back one polygon point
void BrkCreateObj();
- bool IsCreateObj() const { return pAktCreate!=nullptr; }
- SdrObject* GetCreateObj() const { return pAktCreate; }
+ bool IsCreateObj() const { return pCurrentCreate!=nullptr; }
+ SdrObject* GetCreateObj() const { return pCurrentCreate; }
// BegCreateCaptionObj() creates a SdrCaptionObj (legend item).
// rObjSiz is the initial size of the legend text frame.