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

Fix typos

Change-Id: I4bb060a6a65ca27bba8d16c268660bedef8b0ed5
Reviewed-on: https://gerrit.libreoffice.org/57821Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
üst 810eed86
......@@ -2577,7 +2577,7 @@ IMPL_LINK_NOARG(OfaSmartTagOptionsTabPage, CheckHdl, CheckBox&, void)
// if the controls are currently enabled, we still have to check
// if the properties button should be disabled because the currently
// seleted smart tag type does not have a properties dialog.
// selected smart tag type does not have a properties dialog.
// We do this by calling SelectHdl:
if ( bEnable )
SelectHdl(m_pSmartTagTypesLB);
......
......@@ -3623,7 +3623,7 @@ void AutoRecovery::implts_doEmergencySave(const DispatchParams& aParams)
officecfg::Office::Recovery::RecoveryInfo::Crashed::set(true, batch);
batch->commit();
// for all docs, store their current view/names in the configurtion
// for all docs, store their current view/names in the configuration
implts_persistAllActiveViewNames();
// The called method for saving documents runs
......@@ -3688,7 +3688,7 @@ void AutoRecovery::implts_doSessionSave(const DispatchParams& aParams)
// Be sure to know all open documents really .-)
implts_verifyCacheAgainstDesktopDocumentList();
// for all docs, store their current view/names in the configurtion
// for all docs, store their current view/names in the configuration
implts_persistAllActiveViewNames();
// The called method for saving documents runs
......
......@@ -31,7 +31,7 @@ namespace svt
instance, which is used for creating all kind of Accessibility related
components.
When the AccessibleFactoryAccess goes aways, this factory goes aways, to, and the respective
When the AccessibleFactoryAccess goes always, this factory goes always, to, and the respective
library is unloaded.
This class is not thread-safe.
......
......@@ -31,7 +31,7 @@ namespace toolkit
instance, which is used for creating all kind of Accessibility related
components.
When the AccessibilityClient goes aways, this factory goes aways, to, and the respective
When the AccessibilityClient goes always, this factory goes always, to, and the respective
library is unloaded.
This class is not thread-safe.
......
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