framework/source/jobs/job.cxx                                  |    4 ++--
 lotuswordpro/inc/xfilter/ixfstyle.hxx                          |    2 +-
 qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java    |    4 ++--
 svl/source/items/style.cxx                                     |    2 +-
 toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java |    2 +-
 winaccessibility/source/service/AccObject.cxx                  |    4 ++--
 winaccessibility/source/service/AccObjectWinManager.cxx        |    6 +++---
 7 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 718d9b5e709ca19ce6d1d540ee6b64d0285181f6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Sep 12 12:49:25 2019 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Sep 12 14:38:29 2019 +0200

    Fix typos
    
    Change-Id: I7fdeba2d7407989a00befaad1c186cd6f132cb85
    Reviewed-on: https://gerrit.libreoffice.org/78827
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index 1c145bce2857..0ebb44e064a1 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -189,7 +189,7 @@ void Job::execute( /*IN*/ const css::uno::Sequence< 
css::beans::NamedValue >& lD
         if (!xSJob.is())
             xAJob.set(m_xJob, css::uno::UNO_QUERY);
 
-        // execute it asynchron
+        // execute it asynchronous
         if (xAJob.is())
         {
             m_aAsyncWait.reset();
@@ -713,7 +713,7 @@ void SAL_CALL Job::notifyTermination( /*IN*/ const 
css::lang::EventObject& )
                 describes the broadcaster and must be the frame instance
 
     @param  bGetsOwnership
-                If it's set to <sal_True> and we throw the right veto 
excepion, we have to close this frame later
+                If it's set to <sal_True> and we throw the right veto 
exception, we have to close this frame later
                 if our internal processes will be finished. If it's set to 
<FALSE/> we can ignore it.
 
     @throw  CloseVetoException
diff --git a/lotuswordpro/inc/xfilter/ixfstyle.hxx 
b/lotuswordpro/inc/xfilter/ixfstyle.hxx
index 2f5fabaf4cb4..de80841430e4 100644
--- a/lotuswordpro/inc/xfilter/ixfstyle.hxx
+++ b/lotuswordpro/inc/xfilter/ixfstyle.hxx
@@ -90,7 +90,7 @@ public:
      */
     virtual OUString   GetParentStyleName() = 0;
     /**
-     * @descr:  Parant paragraph style.
+     * @descr:  Parent paragraph style.
      */
     virtual void    SetParentStyleName(const OUString& parent) = 0;
     /**
diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java 
b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java
index 15b489ca46ec..b4dd7d67455a 100644
--- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java
+++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java
@@ -676,7 +676,7 @@ public class _XAccessibleText extends MultiMethodTest {
         try {
             log.print("setSelection(-1, chCount-1):");
             locRes = oObj.setSelection(-1, chCount - 1);
-            log.println(locRes + " excepion was expected");
+            log.println(locRes + " exception was expected");
             res &= !locRes;
         } catch (com.sun.star.lang.IndexOutOfBoundsException e) {
             log.println("Expected exception");
@@ -686,7 +686,7 @@ public class _XAccessibleText extends MultiMethodTest {
         try {
             log.print("setSelection(0, chCount+1):");
             locRes = oObj.setSelection(0, chCount + 1);
-            log.println(locRes + " excepion was expected");
+            log.println(locRes + " exception was expected");
             res &= !locRes;
         } catch (com.sun.star.lang.IndexOutOfBoundsException e) {
             log.println("Expected exception");
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx
index beeaa5610432..5651b8bb780c 100644
--- a/svl/source/items/style.cxx
+++ b/svl/source/items/style.cxx
@@ -742,7 +742,7 @@ void SfxStyleSheetBasePool::Remove( SfxStyleSheetBase* p )
     if( !bWasRemoved )
         return;
 
-    // Adapt all styles which have this style as parant
+    // Adapt all styles which have this style as parent
     ChangeParent( p->GetName(), p->GetParent() );
 
     // #120015# Do not dispose, the removed StyleSheet may still be used in
diff --git a/toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java 
b/toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java
index 3861a071de10..1cd97d63ab9e 100644
--- a/toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java
+++ b/toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java
@@ -526,7 +526,7 @@ public class _XAccessibleText {
         try {
             System.out.println("setSelection(0, chCount+1):");
             locRes = oObj.setSelection(0, chCount + 1);
-            System.out.println(locRes + " excepion was expected");
+            System.out.println(locRes + " exception was expected");
             res &= !locRes;
         } catch(com.sun.star.lang.IndexOutOfBoundsException e) {
             System.out.println("Expected exception");
diff --git a/winaccessibility/source/service/AccObject.cxx 
b/winaccessibility/source/service/AccObject.cxx
index 8a42331d28a5..c909b5919836 100644
--- a/winaccessibility/source/service/AccObject.cxx
+++ b/winaccessibility/source/service/AccObject.cxx
@@ -1056,7 +1056,7 @@ IAccSelectionList& AccObject::GetSelection()
 
 
 /**
-   * Set self to focus object in parant child list
+   * Set self to focus object in parent child list
    * @param
    * @return
    */
@@ -1072,7 +1072,7 @@ void AccObject::setFocus()
 }
 
 /**
-   * Unset self from focus object in parant child list.
+   * Unset self from focus object in parent child list.
    * @param
    * @return
    */
diff --git a/winaccessibility/source/service/AccObjectWinManager.cxx 
b/winaccessibility/source/service/AccObjectWinManager.cxx
index 72774cf42d37..5ce418f4b68a 100644
--- a/winaccessibility/source/service/AccObjectWinManager.cxx
+++ b/winaccessibility/source/service/AccObjectWinManager.cxx
@@ -454,7 +454,7 @@ int AccObjectWinManager::UpdateAccSelection(XAccessible* 
pXAcc)
 
 /**
    * Delete child element from children list.
-   * @param pObj Child element that should be removed from parant child list.
+   * @param pObj Child element that should be removed from parent child list.
    * @return
    */
 void AccObjectWinManager::DeleteAccChildNode( AccObject* pObj )
@@ -619,7 +619,7 @@ bool AccObjectWinManager::InsertChildrenAccObj( 
css::accessibility::XAccessible*
 /**
    * Insert child object.
    * @param pCurObj The child object
-   * @param pParentObj The parant object
+   * @param pParentObj The parent object
    * @param pWnd Top window handle.
    * @return
    */
@@ -641,7 +641,7 @@ void AccObjectWinManager::InsertAccChildNode( AccObject* 
pCurObj, AccObject* pPa
 /**
    * Insert child object.
    * @param pCurObj The child object
-   * @param pParentObj The parant object
+   * @param pParentObj The parent object
    * @param pWnd Top window handle.
    * @return
    */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to