[Libreoffice-commits] core.git: svx/source

Johnny_M (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 9 12:45:29 UTC 2019


 svx/source/svdraw/svdopath.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0781987a440a9cbbca1f860f12d726c42ff78ff2
Author:     Johnny_M <klasse at partyheld.de>
AuthorDate: Sun Apr 7 12:15:38 2019 +0200
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Tue Apr 9 14:45:03 2019 +0200

    Translate German variable names
    
    Please feel free to suggest a better name, if desired
    
    Change-Id: Ia5b7b6100fc588ba366ed31e249e35ce501e0d1a
    Reviewed-on: https://gerrit.libreoffice.org/70372
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx
index ecbafc92cd53..cbead01909b5 100644
--- a/svx/source/svdraw/svdopath.cxx
+++ b/svx/source/svdraw/svdopath.cxx
@@ -916,12 +916,12 @@ OUString ImpPathForDragAndCreate::getSpecialDragComment(const SdrDragStat& rDrag
     {
         // #i103058# re-add old creation comment mode
         const ImpPathCreateUser* pU = static_cast<const ImpPathCreateUser*>(rDrag.GetUser());
-        const SdrObjKind eKindMerk(meObjectKind);
+        const SdrObjKind eOriginalKind(meObjectKind);
         mrSdrPathObject.meKind = pU->eCurrentKind;
         OUString aTmp;
         mrSdrPathObject.ImpTakeDescriptionStr(STR_ViewCreateObj, aTmp);
         aStr = aTmp;
-        mrSdrPathObject.meKind = eKindMerk;
+        mrSdrPathObject.meKind = eOriginalKind;
 
         Point aPrev(rDrag.GetPrev());
         Point aNow(rDrag.GetNow());


More information about the Libreoffice-commits mailing list