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

Andrea Gelmini andrea.gelmini at gelma.net
Sat Sep 9 12:34:29 UTC 2017


 lotuswordpro/source/filter/lwptools.cxx |    4 ++--
 sw/source/core/txtnode/ndtxt.cxx        |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 1bc1f028e0159de965af8fa85b32566374b97067
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat Sep 9 13:18:21 2017 +0200

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

diff --git a/lotuswordpro/source/filter/lwptools.cxx b/lotuswordpro/source/filter/lwptools.cxx
index 240789ca12d3..1dc62a1d42d9 100644
--- a/lotuswordpro/source/filter/lwptools.cxx
+++ b/lotuswordpro/source/filter/lwptools.cxx
@@ -263,7 +263,7 @@ XFDateStyle* LwpTools::GetSystemDateStyle(bool bLongFormat)
         return nullptr;
     // 3 parse pattern string,per icu date/time format syntax, there are 20 letters reserved
     // as patter letter,each represent a element in date/time and its repeat numbers represent
-    // different format: for exampel: M produces '1',MM produces '01', MMM produces 'Jan', MMMM produces 'Januaray'
+    // different format: for example: M produces '1',MM produces '01', MMM produces 'Jan', MMMM produces 'Januaray'
     // letter other than these letters is regard as text in the format, for example ','in 'Jan,2005'
     // we parse pattern string letter by letter and get the time format.
     UChar cSymbol;
@@ -652,7 +652,7 @@ XFTimeStyle* LwpTools::GetSystemTimeStyle()
         return nullptr;
     // 3 parse pattern string,per icu date/time format syntax, there are 20 letters reserved
     // as patter letter,each represent a element in date/time and its repeat numbers represent
-    // different format: for exampel: M produces '1',MM produces '01', MMM produces 'Jan', MMMM produces 'Januaray'
+    // different format: for example: M produces '1',MM produces '01', MMM produces 'Jan', MMMM produces 'Januaray'
     // letter other than these letters is regard as text in the format, for example ','in 'Jan,2005'
     // we parse pattern string letter by letter and get the time format.
     // for time format ,for there is not date info,we can only parse the letter representing time.
diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx
index 8031dd2fe8b0..b7d5f3dc4e80 100644
--- a/sw/source/core/txtnode/ndtxt.cxx
+++ b/sw/source/core/txtnode/ndtxt.cxx
@@ -243,7 +243,7 @@ SwTextNode::~SwTextNode()
     // delete only removes the pointer not the array elements!
     if ( m_pSwpHints )
     {
-        // do not delete attributes twice when those delte their content
+        // do not delete attributes twice when those delete their content
         SwpHints* pTmpHints = m_pSwpHints;
         m_pSwpHints = nullptr;
 


More information about the Libreoffice-commits mailing list