[Libreoffice-commits] core.git: basegfx/source include/svx reportdesign/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Jul 20 10:34:33 UTC 2018


 basegfx/source/polygon/b2dtrapezoid.cxx            |    2 +-
 include/svx/svdedtv.hxx                            |    2 +-
 reportdesign/source/core/api/ReportEngineJFree.cxx |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 75ecad2b30c8d564444355f0aaaf1ec093ed16cc
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jul 20 10:35:51 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jul 20 12:34:10 2018 +0200

    Fix typos
    
    Change-Id: I1450de6d00f52bbe1f4fdebb375f505243e1eba9
    Reviewed-on: https://gerrit.libreoffice.org/57769
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx
index 0916099a8c4c..9a8bcf48aee2 100644
--- a/basegfx/source/polygon/b2dtrapezoid.cxx
+++ b/basegfx/source/polygon/b2dtrapezoid.cxx
@@ -961,7 +961,7 @@ namespace basegfx
         {
             if(fTools::lessOrEqual(fLineWidth, 0.0))
             {
-                // no line witdh
+                // no line width
                 return;
             }
 
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx
index 51dbb4872e51..a44e4935021f 100644
--- a/include/svx/svdedtv.hxx
+++ b/include/svx/svdedtv.hxx
@@ -240,7 +240,7 @@ public:
     bool IsDistortAllowed(bool bNoContortion=false) const;
 
     // Unite several objects to a polygon:
-    // - rectangles/circles/text... are implicite converted.
+    // - rectangles/circles/text... are implicitly converted.
     // - polygones are closed automatically
     // - attributes and layer are taken from the first object marked
     //   (thus from lowest Z-order).
diff --git a/reportdesign/source/core/api/ReportEngineJFree.cxx b/reportdesign/source/core/api/ReportEngineJFree.cxx
index b58be52e5fa4..8b5f67f2968c 100644
--- a/reportdesign/source/core/api/ReportEngineJFree.cxx
+++ b/reportdesign/source/core/api/ReportEngineJFree.cxx
@@ -266,7 +266,7 @@ uno::Reference< frame::XModel > SAL_CALL OReportEngineJFree::createDocumentAlive
 uno::Reference< frame::XModel > OReportEngineJFree::createDocumentAlive( const uno::Reference< frame::XFrame >& _frame,bool _bHidden )
 {
     uno::Reference< frame::XModel > xModel;
-    OUString sOutputName = getNewOutputName(); // starts implicite the report generator
+    OUString sOutputName = getNewOutputName(); // starts implicitly the report generator
     if ( !sOutputName.isEmpty() )
     {
         ::osl::MutexGuard aGuard(m_aMutex);


More information about the Libreoffice-commits mailing list