Kaydet (Commit) d20afc4f authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: If75cf86a65c6f03c6c467efb677e2f7e3e5da576
Reviewed-on: https://gerrit.libreoffice.org/48547Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 4c073583
......@@ -140,7 +140,7 @@ FWI_DLLPUBLIC void FillLangItems( std::set< OUString > &rLangItems,
//owns the Broadcaster which "owns" the Listener.
//The WeakContainerListener allows breaking this cycle and retrofitting
//afflicted implentations fairly easily.
//afflicted implementations fairly easily.
//OriginalListener owns the Broadcaster which "owns" the WeakContainerListener
//which forwards the events to the OriginalListener without taking ownership of
......
......@@ -22,7 +22,7 @@ import com.sun.star.uno.AnyConverter;
/**
* Implemets a simple interaction handler,
* Implements a simple interaction handler,
* which can abort all incoming interactions only ... but make it possible to
* log it. So it can be used for debug and test purposes.
*/
......
......@@ -24,7 +24,7 @@ package complex.loadAllDocuments;
// __________ Implementation __________
/**
* Implemets a simple status indicator, which
* Implements a simple status indicator, which
* provide information about state of a load request.
* It can be used as an argument e.g. for loadComponentFromURL().
*/
......
......@@ -356,7 +356,7 @@ namespace x11 {
m_aIncrementals;
// do not use X11 multithreading capabilities
// since this leads to deadlocks in different Xlib implentations
// since this leads to deadlocks in different Xlib implementations
// (XFree as well as Xsun) use an own mutex instead
::osl::Mutex m_aMutex;
bool m_bShutDown;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment