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

Fix typos

Change-Id: I9aaefa47399f35d563c1a4df364512dd29db41ce
Reviewed-on: https://gerrit.libreoffice.org/42817Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 3b27fa90
......@@ -466,7 +466,7 @@ public:
/** Attempt to process current pending event(s)
It doesn't sleep if no events are available for processing.
This doesn't processs any events generated after invoking the function.
This doesn't process any events generated after invoking the function.
So in contrast to Scheduler::ProcessEventsToIdle, this cannot become
busy-locked by an event-generating event in the event queue.
......
......@@ -1004,7 +1004,7 @@ void SwUndoParagraphSigning::Insert()
m_pDoc->GetIDocumentUndoRedo().DoUndo(false);
// Prevent validation since this will trigger a premature validation
// upon inserting, but before seting the metadata.
// upon inserting, but before setting the metadata.
SwEditShell* pEditSh = m_pDoc->GetEditShell();
const bool bOldValidationFlag = pEditSh->SetParagraphSignatureValidation(false);
comphelper::ScopeGuard const g([&] () {
......@@ -1075,7 +1075,7 @@ void SwEditShell::SignParagraph()
// 4. Add metadata
// Prevent validation since this will trigger a premature validation
// upon inserting, but before seting the metadata.
// upon inserting, but before setting the metadata.
const bool bOldValidationFlag = SetParagraphSignatureValidation(false);
comphelper::ScopeGuard const g([this, bOldValidationFlag] () {
SetParagraphSignatureValidation(bOldValidationFlag);
......
......@@ -276,5 +276,5 @@ priority idle in the event loop.
A few layers of indirection make this code hard to follow. The SalXLib::Yield
and SalX11Display::Yield architecture makes it impossible to process just the
current events. This really needs a refactorung and rearchitecture step, which
current events. This really needs a refactoring and rearchitecture step, which
will also affect the Gtk+ and KDE4 backend for the user event handling.
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