summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-01 20:13:04 +0000
committerJens Carl <j.carl43@gmx.de>2019-04-02 06:59:08 +0200
commitf58b9b5d70fd6684580a4e0c8a2bf066decdee65 (patch)
tree7e74afd252fdbaecf4d01d47ae6a1d0b5bdca886 /filter
parent33e264832001286eae1f55a3382b704bbb1a7ac6 (diff)
Fix typo
Change-Id: I7a74bacf1fc2f92381ae6b40b424fd3848c66105 Reviewed-on: https://gerrit.libreoffice.org/70102 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
1 files changed, 1 insertions, 1 deletions
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;