summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-20 19:33:54 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-21 09:25:32 +0200
commitf253ac974bcd422fbf651014017c5e532eaab925 (patch)
tree1873dadd5d397e223a6b8fbe856bf5bc7ac4b06c /svx
parent6f3ded0ef16514ac651d07d9172c80aa6ef11569 (diff)
Fix typo
Change-Id: I2279c3e3bb8f0e3d8ac0fe02b83d7f659fc00a02 Reviewed-on: https://gerrit.libreoffice.org/72622 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdmrkv.cxx2
1 files changed, 1 insertions, 1 deletions
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();