[Libreoffice-commits] core.git: drawinglayer/source sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Sep 1 20:38:46 UTC 2019


 drawinglayer/source/primitive2d/svggradientprimitive2d.cxx |    2 +-
 drawinglayer/source/processor2d/vclprocessor2d.cxx         |    2 +-
 sw/source/ui/config/optpage.cxx                            |    2 +-
 sw/source/ui/dialog/ascfldlg.cxx                           |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 41cd3e8e817c8c33a13608e62eeb06ce2c6977e4
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Sep 1 15:32:28 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Sep 1 22:38:11 2019 +0200

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

diff --git a/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx b/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
index 3f839baf8c54..db3f4df3eb00 100644
--- a/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
@@ -43,7 +43,7 @@ namespace
 
         if(nSteps)
         {
-            // calc discrete length to change color all 1.5 disctete units (pixels)
+            // calc discrete length to change color all 1.5 discrete units (pixels)
             const sal_uInt32 nDistSteps(basegfx::fround(fDelta / (fDiscreteUnit * 1.5)));
 
             nSteps = std::min(nSteps, nDistSteps);
diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx
index 9dcac098fe9c..df5e011a6140 100644
--- a/drawinglayer/source/processor2d/vclprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx
@@ -76,7 +76,7 @@ namespace
 
         if(nSteps)
         {
-            // calc discrete length to change color each disctete unit (pixel)
+            // calc discrete length to change color each discrete unit (pixel)
             const sal_uInt32 nDistSteps(basegfx::fround(fDelta / fDiscreteUnit));
 
             nSteps = std::min(nSteps, nDistSteps);
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx
index 45d811a45452..065af21e86c6 100644
--- a/sw/source/ui/config/optpage.cxx
+++ b/sw/source/ui/config/optpage.cxx
@@ -758,7 +758,7 @@ void SwStdFontTabPage::Reset( const SfxItemSet* rSet)
     // #i94536# prevent duplication of font entries when 'reset' button is pressed
     if( !m_xStandardBox->get_count() )
     {
-        // get the set of disctinct available family names
+        // get the set of distinct available family names
         std::set< OUString > aFontNames;
         int nFontNames = m_pPrt->GetDevFontCount();
         for( int i = 0; i < nFontNames; i++ )
diff --git a/sw/source/ui/dialog/ascfldlg.cxx b/sw/source/ui/dialog/ascfldlg.cxx
index 4936ba93854f..0715f8e85009 100644
--- a/sw/source/ui/dialog/ascfldlg.cxx
+++ b/sw/source/ui/dialog/ascfldlg.cxx
@@ -194,7 +194,7 @@ SwAsciiFilterDlg::SwAsciiFilterDlg( weld::Window* pParent, SwDocShell& rDocSh,
                 bDelPrinter = true;
             }
 
-            // get the set of disctinct available family names
+            // get the set of distinct available family names
             std::set< OUString > aFontNames;
             int nFontNames = pPrt->GetDevFontCount();
             for( int i = 0; i < nFontNames; i++ )


More information about the Libreoffice-commits mailing list