Fix typos

Change-Id: I7fdeba2d7407989a00befaad1c186cd6f132cb85
Reviewed-on: https://gerrit.libreoffice.org/78827
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2019-09-12 12:49:25 +02:00
committed by Julien Nabet
parent 0f4d60ea93
commit 718d9b5e70
7 changed files with 12 additions and 12 deletions

View File

@@ -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

View File

@@ -90,7 +90,7 @@ public:
*/
virtual OUString GetParentStyleName() = 0;
/**
* @descr: Parant paragraph style.
* @descr: Parent paragraph style.
*/
virtual void SetParentStyleName(const OUString& parent) = 0;
/**

View File

@@ -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");

View File

@@ -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

View File

@@ -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");

View File

@@ -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
*/

View File

@@ -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
*/