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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed May 29 04:27:43 UTC 2019


 filter/source/graphicfilter/idxf/dxfvec.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f21cdfdb9fba4c76ab29bf1e59f77a668e9ac14f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:10 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Wed May 29 06:26:43 2019 +0200

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

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(..))
 


More information about the Libreoffice-commits mailing list