[Libreoffice-commits] core.git: vcl/source vcl/unx winaccessibility/source writerfilter/source

Andrea Gelmini andrea.gelmini at gelma.net
Sat Mar 11 12:10:21 UTC 2017


 vcl/source/window/tabdlg.cxx                       |    2 +-
 vcl/unx/kde4/KDEXLib.cxx                           |    2 +-
 winaccessibility/source/UAccCOMIDL/ia2_api_all.idl |    2 +-
 winaccessibility/source/service/AccObject.cxx      |    2 +-
 writerfilter/source/dmapper/DomainMapper.cxx       |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 9dde2f019363e2d35c320b33306bff9a65118ee5
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat Mar 11 00:57:24 2017 +0100

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

diff --git a/vcl/source/window/tabdlg.cxx b/vcl/source/window/tabdlg.cxx
index 4b4cb46..5fb80a3 100644
--- a/vcl/source/window/tabdlg.cxx
+++ b/vcl/source/window/tabdlg.cxx
@@ -298,7 +298,7 @@ std::vector<OString> TabDialog::getAllPageUIXMLDescriptions() const
                         // we have to check for double entries, this may happen e.g.
                         // in the HeaderFooterDialog which has two times the same
                         // tabPage added. Add the PageID as hint to the name, separated
-                        // by a token (using "|" here). Do not do this for 1st ocurrence,
+                        // by a token (using "|" here). Do not do this for 1st occurrence,
                         // that is used for detection and is not necessary.
                         // Use the UIXMLDescription without trailing '.ui', with one trailing '/'
                         bool bAlreadyAdded(false);
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index 1041373..a1dea73 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -345,7 +345,7 @@ void KDEXLib::StopTimer()
 void KDEXLib::timeoutActivated()
 {
     // HACK? Always process posted events before timer timeouts.
-    // There are places that may watch both both (for example, there's a posted
+    // There are places that may watch both (for example, there's a posted
     // event about change of the current active window and there's a timeout
     // event informing that a document has finished loading). This is of course
     // racy, but both generic and gtk event loops manage to deliver posted events
diff --git a/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl b/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
index 34b61c2..f2de749 100644
--- a/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
+++ b/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
@@ -3789,7 +3789,7 @@ interface IAccessibleHypertext2 : IAccessibleHypertext
   where cells are direct children of the table.
 
  The range of valid coordinates for this interface are implementation dependent.
-  However, that range includes at least the intervals from the from the first row
+  However, that range includes at least the intervals from the first row
   or column with the index 0 up to the last (but not including) used row or column
   as returned by IAccessibleTable::nRows and IAccessibleTable::nColumns.
 
diff --git a/winaccessibility/source/service/AccObject.cxx b/winaccessibility/source/service/AccObject.cxx
index 4fcc580..b5134c5 100644
--- a/winaccessibility/source/service/AccObject.cxx
+++ b/winaccessibility/source/service/AccObject.cxx
@@ -776,7 +776,7 @@ void AccObject::UpdateActionDesc()
                       Role == EDIT_BAR || Role == PASSWORD_TEXT || Role == TEXT))
                 {
                     pXString = m_xAccActionRef->getAccessibleActionDescription( 0 );
-                    //Solution:If string length is more than zero,action will will be set.
+                    //Solution: if string length is more than zero, action is set.
                     if( pXString.getLength() > 0)
                         m_pIMAcc->Put_ActionDescription( pXString.getStr() );
                 }
diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index a3f9923..8c42966 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -667,7 +667,7 @@ void DomainMapper::lcl_attribute(Id nName, Value & val)
             //TODO: attributes for break (0x12) are not supported
         break;
         case NS_ooxml::LN_CT_Fonts_hint :
-            /*  assigns script type to ambigous characters, values can be:
+            /*  assigns script type to ambiguous characters, values can be:
                 NS_ooxml::LN_Value_ST_Hint_default
                 NS_ooxml::LN_Value_ST_Hint_eastAsia
                 NS_ooxml::LN_Value_ST_Hint_cs


More information about the Libreoffice-commits mailing list