summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:24:19 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-27 09:34:00 +0200
commite9dc63f90dd785264329c3ca7e9bf900fe16fbee (patch)
tree9bbe419abb169243443e584ab4255c068615ef70 /filter
parent0d831781131e5b1dc07fe571e76ead72661d1a7e (diff)
Fix typo
Change-Id: I74f4fbaf39d8afc36a93097afbbcf3763877d8e9 Reviewed-on: https://gerrit.libreoffice.org/73010 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/flash/swfwriter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/flash/swfwriter.hxx b/filter/source/flash/swfwriter.hxx
index 68c349934ba5..7d65a21a20fa 100644
--- a/filter/source/flash/swfwriter.hxx
+++ b/filter/source/flash/swfwriter.hxx
@@ -260,7 +260,7 @@ public:
The coordinates must be in twips */
sal_uInt16 defineShape( const tools::PolyPolygon& rPolyPoly, const FillStyle& rFillStyle );
- /** defines a flash shape from a outlined polypolygon.
+ /** defines a flash shape from an outlined polypolygon.
The coordinates must be in twips */
sal_uInt16 defineShape( const tools::PolyPolygon& rPolyPoly, sal_uInt16 nLineWidth, const Color& rLineColor );