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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon May 27 07:35:00 UTC 2019


 filter/source/flash/swfwriter.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e9dc63f90dd785264329c3ca7e9bf900fe16fbee
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:19 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon May 27 09:34:00 2019 +0200

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

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 );
 


More information about the Libreoffice-commits mailing list