summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-12 12:49:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-12 14:38:29 +0200
commit718d9b5e709ca19ce6d1d540ee6b64d0285181f6 (patch)
tree57f0e577e0b21cce99543a9f0ff0a5fc51e3c255
parent0f4d60ea931e9949a8d6c1ac6c60e331ad53eb66 (diff)
Fix typos
Change-Id: I7fdeba2d7407989a00befaad1c186cd6f132cb85 Reviewed-on: https://gerrit.libreoffice.org/78827 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--framework/source/jobs/job.cxx4
-rw-r--r--lotuswordpro/inc/xfilter/ixfstyle.hxx2
-rw-r--r--qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java4
-rw-r--r--svl/source/items/style.cxx2
-rw-r--r--toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java2
-rw-r--r--winaccessibility/source/service/AccObject.cxx4
-rw-r--r--winaccessibility/source/service/AccObjectWinManager.cxx6
7 files changed, 12 insertions, 12 deletions
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
*/