summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 09:34:30 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-03-02 10:40:27 +0000
commitd0f99b1b39027bcf0fae1b130b60a4c837e854d8 (patch)
treed5ce59abdd55a8f0f077fd51f26b36bb0cb3918d /winaccessibility
parent5e135c653bd5f3d7b12502d6c7b3cd897ba4b9f4 (diff)
Fix typos
Change-Id: Ibc81246e615d7c68c93e01b84584e78a79bece16 Reviewed-on: https://gerrit.libreoffice.org/34779 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/source/service/AccObjectManagerAgent.cxx12
-rw-r--r--winaccessibility/source/service/msaaservice_impl.cxx8
2 files changed, 10 insertions, 10 deletions
diff --git a/winaccessibility/source/service/AccObjectManagerAgent.cxx b/winaccessibility/source/service/AccObjectManagerAgent.cxx
index b4ca9fdf9b2f..a6cb082a33df 100644
--- a/winaccessibility/source/service/AccObjectManagerAgent.cxx
+++ b/winaccessibility/source/service/AccObjectManagerAgent.cxx
@@ -81,8 +81,8 @@ void AccObjectManagerAgent::UpdateValue( XAccessible* pXAcc, Any pAny )
}
/**
- * Interface of updating MSAA value when UNO value_changed event occurs.If we can not
- * find new value,we'll get new value from pXAcc to update com value.
+ * Interface of updating MSAA value when UNO value_changed event occurs. If we can not
+ * find new value, we'll get new value from pXAcc to update com value.
* @param pXAcc Uno XAccessible interface of control.
* @return
*/
@@ -135,7 +135,7 @@ void AccObjectManagerAgent::UpdateDescription( XAccessible* pXAcc, Any newDesc
}
/**
- * When a new UNO XAccessible object is found by listener,we'll create a corresponding
+ * When a new UNO XAccessible object is found by listener, we create a corresponding
* com object and insert it to our manager list.
* @param pXAcc Uno XAccessible interface of control.
* @param pWnd The top window handle containing control.
@@ -167,7 +167,7 @@ AccObjectManagerAgent::SaveTopWindowHandle(sal_Int64 hWnd, XAccessible* pXAcc)
/**
- * When a UNO XAccessible object's new children are found by listener,we'll create
+ * When a UNO XAccessible object's new children are found by listener, we create
* corresponding com objects and insert them to our manager list.
* @param pXAcc Uno XAccessible interface of control.
* @param pWnd The top window handle containing control.
@@ -183,7 +183,7 @@ AccObjectManagerAgent::InsertChildrenAccObj(XAccessible* pXAcc, sal_Int64 pWnd)
}
/**
- * When a new UNO XAccessible object is destroied,we'll delete its corresponding
+ * When a new UNO XAccessible object is destroyed, we delete its corresponding
* com object and remove it from our manager list.
* @param pXAcc Uno XAccessible interface of control.
* @return
@@ -195,7 +195,7 @@ void AccObjectManagerAgent::DeleteAccObj( XAccessible* pXAcc )
}
/**
- * When new UNO children XAccessible objects are destroyed,we'll delete their
+ * When new UNO children XAccessible objects are destroyed, we delete their
* corresponding com objects and remove them from our manager list.
* @param pXAcc Uno XAccessible interface of control.
* @return
diff --git a/winaccessibility/source/service/msaaservice_impl.cxx b/winaccessibility/source/service/msaaservice_impl.cxx
index f3220b92fb5e..643a53f9662d 100644
--- a/winaccessibility/source/service/msaaservice_impl.cxx
+++ b/winaccessibility/source/service/msaaservice_impl.cxx
@@ -84,7 +84,7 @@ public:
};
/**
- * Implemention of getAccObjectPtr.
+ * Implementation of getAccObjectPtr.
* @param
* @return Com interface.
*/
@@ -101,7 +101,7 @@ sal_Int64 MSAAServiceImpl::getAccObjectPtr(
}
/**
- * Implemention of handleWindowOpened, the method will be invoked when a
+ * Implementation of handleWindowOpened, the method will be invoked when a
* top window is opened and AT starts up.
* @param
* @return
@@ -126,7 +126,7 @@ OUString MSAAServiceImpl::getImplementationName()
}
/**
- * Implemention of XServiceInfo,return support service name.
+ * Implementation of XServiceInfo, return support service name.
* @param Service name.
* @return If the service name is supported.
*/
@@ -136,7 +136,7 @@ sal_Bool MSAAServiceImpl::supportsService( OUString const & serviceName )
}
/**
- * Implemention of XServiceInfo,return all service names.
+ * Implementation of XServiceInfo, return all service names.
* @param.
* @return service name sequence.
*/