Fix typos

Change-Id: I4bb060a6a65ca27bba8d16c268660bedef8b0ed5
Reviewed-on: https://gerrit.libreoffice.org/57821
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
This commit is contained in:
Andrea Gelmini
2018-07-22 16:29:24 +02:00
committed by Julien Nabet
parent 810eed8646
commit 26f1fc7c52
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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