summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-06-26 19:59:21 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-27 13:15:34 +0200
commit9868cefad38b5382f8f683c1ef8064955cc0f093 (patch)
tree677d322ae87744b0405c445f81bd17be2feccd82 /sd
parent94bfb93f3960eb55d8f3388d578e3ce03d02507d (diff)
Fix typos
Change-Id: If4373f47fdf0ccfcbd490299f8b8d09e17bf92cd Reviewed-on: https://gerrit.libreoffice.org/39272 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/drviewsa.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx
index 9482c530f3bd..2a28a1ffb2db 100644
--- a/sd/source/ui/view/drviewsa.cxx
+++ b/sd/source/ui/view/drviewsa.cxx
@@ -381,7 +381,7 @@ bool DrawViewShell::RelocateToParentWindow (vcl::Window* pParentWindow)
*/
/*
- Polylines are represented by makros as a sequence of:
+ Polylines are represented by macros as a sequence of:
MoveTo (x, y)
LineTo (x, y) [or BezierTo (x, y)]
LineTo (x, y)