summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:24:10 +0000
committerJens Carl <j.carl43@gmx.de>2019-05-29 06:26:43 +0200
commitf21cdfdb9fba4c76ab29bf1e59f77a668e9ac14f (patch)
treebd91de048316750659cbcb20e400747898bd6591
parent9e2f33b4b355d50dbd3624c9cd6398a861d34ceb (diff)
Fix typo
Change-Id: I5ce7f422fc6d26eb451ba43fe7bc6f8a540e7d8a Reviewed-on: https://gerrit.libreoffice.org/73131 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r--filter/source/graphicfilter/idxf/dxfvec.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphicfilter/idxf/dxfvec.hxx b/filter/source/graphicfilter/idxf/dxfvec.hxx
index 3260999fe981..59b6babc2965 100644
--- a/filter/source/graphicfilter/idxf/dxfvec.hxx
+++ b/filter/source/graphicfilter/idxf/dxfvec.hxx
@@ -128,7 +128,7 @@ public:
bool TransCircleToEllipse(double fRadius, double & rEx, double & rEy) const;
// Attempt to transform a circle (in xy plane) so that it results
- // in an aligned ellipse. If the does not work because a ellipse of
+ // in an aligned ellipse. If the does not work because an ellipse of
// arbitrary position would be created, sal_False is returned.
// (The center point will not be transformed, use Transform(..))