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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue May 21 07:26:34 UTC 2019


 svx/source/svdraw/svdmrkv.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f253ac974bcd422fbf651014017c5e532eaab925
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon May 20 19:33:54 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue May 21 09:25:32 2019 +0200

    Fix typo
    
    Change-Id: I2279c3e3bb8f0e3d8ac0fe02b83d7f659fc00a02
    Reviewed-on: https://gerrit.libreoffice.org/72622
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index 8cf33dbb628f..df1c9cc9c51b 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -844,7 +844,7 @@ void SdrMarkView::SetMarkHandles(SfxViewShell* pOtherShell)
                 SdrMark* pM = GetSdrMarkByIndex(0);
                 SdrObject* pO = pM->GetMarkedSdrObj();
                 long nRotAngle = pO->GetRotateAngle();
-                // true if we are delaing with a RotGrfFlyFrame
+                // true if we are dealing with a RotGrfFlyFrame
                 // (SwVirtFlyDrawObj with a SwGrfNode)
                 bool bWriterGraphic = pO->HasLimitedRotation();
 


More information about the Libreoffice-commits mailing list