From f58b9b5d70fd6684580a4e0c8a2bf066decdee65 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 1 Apr 2019 20:13:04 +0000 Subject: Fix typo Change-Id: I7a74bacf1fc2f92381ae6b40b424fd3848c66105 Reviewed-on: https://gerrit.libreoffice.org/70102 Tested-by: Jenkins Reviewed-by: Jens Carl --- filter/source/msfilter/msdffimp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit