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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 2 04:59:30 UTC 2019


 filter/source/msfilter/msdffimp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f58b9b5d70fd6684580a4e0c8a2bf066decdee65
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Apr 1 20:13:04 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Tue Apr 2 06:59:08 2019 +0200

    Fix typo
    
    Change-Id: I7a74bacf1fc2f92381ae6b40b424fd3848c66105
    Reviewed-on: https://gerrit.libreoffice.org/70102
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index ed5dc9ea7d8f..7ee80504a317 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -4559,7 +4559,7 @@ SdrObject* SvxMSDffManager::ImportShape( const DffRecordHeader& rHd, SvStream& r
                         // the parameters are : (left,top),(right,bottom),start(x,y),end(x,y)
                         // The left/top vertex of the frame rectangle of the sector is the origin
                         // of the shape internal coordinate system in MS Office. The default arc
-                        // has an ellipse frame rectange with LT(-21600,0) and
+                        // has an ellipse frame rectangle with LT(-21600,0) and
                         // RB(21600,43200) in this coordinate system.
                         basegfx::B2DRectangle aEllipseRect_MS(-21600.0, 0.0, 21600.0, 43200.0);
                         css::uno::Sequence< css::drawing::EnhancedCustomShapeParameterPair> seqCoordinates;


More information about the Libreoffice-commits mailing list