summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.