summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-22 16:29:24 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-23 14:18:49 +0200
commit26f1fc7c520b442a3c56b3346a19d921e1574f81 (patch)
treedeb74c1ee0f549e6c6c17d0a3827b23379942106
parent810eed8646eacd665004d95359f21ce5e23fc795 (diff)
Fix typos
Change-Id: I4bb060a6a65ca27bba8d16c268660bedef8b0ed5 Reviewed-on: https://gerrit.libreoffice.org/57821 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
-rw-r--r--cui/source/tabpages/autocdlg.cxx2
-rw-r--r--framework/source/services/autorecovery.cxx4
-rw-r--r--svtools/source/inc/svtaccessiblefactory.hxx2
-rw-r--r--toolkit/inc/helper/accessibilityclient.hxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx
index 16a92adb7d0b..f221bb9da9e7 100644
--- a/cui/source/tabpages/autocdlg.cxx
+++ b/cui/source/tabpages/autocdlg.cxx
@@ -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);
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 16747d702357..fb33427d2e67 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -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
diff --git a/svtools/source/inc/svtaccessiblefactory.hxx b/svtools/source/inc/svtaccessiblefactory.hxx
index bdaf70b72274..507ae2abfc85 100644
--- a/svtools/source/inc/svtaccessiblefactory.hxx
+++ b/svtools/source/inc/svtaccessiblefactory.hxx
@@ -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.
diff --git a/toolkit/inc/helper/accessibilityclient.hxx b/toolkit/inc/helper/accessibilityclient.hxx
index 69d2761c36e4..4fe670c6364c 100644
--- a/toolkit/inc/helper/accessibilityclient.hxx
+++ b/toolkit/inc/helper/accessibilityclient.hxx
@@ -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.