summaryrefslogtreecommitdiff
path: root/unotools/source/config
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-03 17:11:39 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-03 17:14:16 +0100
commitf5ca04caca1b6888cdc6b00b8465a53e6d5cf38d (patch)
treecda73db2df15d821e0587f345edd7587953bdbdf /unotools/source/config
parentecf00403376d13355fcf6fb7cd36b3500f19fc69 (diff)
Related to fdo#60724: correct spelling
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
Diffstat (limited to 'unotools/source/config')
-rw-r--r--unotools/source/config/configitem.cxx2
-rw-r--r--unotools/source/config/moduleoptions.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx
index 7cf70fd26555..4c91fd3acefc 100644
--- a/unotools/source/config/configitem.cxx
+++ b/unotools/source/config/configitem.cxx
@@ -1020,7 +1020,7 @@ sal_Bool ConfigItem::ReplaceSetProperties(
{
// #i37322#: fallback action: replace with <void/>
xCont->replaceByName(pContainerSubNodes[nContSub], Any());
- // fallback successfull: continue looping
+ // fallback successful: continue looping
continue;
}
catch (Exception &)
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index 3b5680f3ecfb..9dbd2df8a12d 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -123,7 +123,7 @@ struct FactoryInfo
//---------------------------------------------------------------------------------------------------------
// returns list of properties, which has changed only!
// We use given value of sNodeBase to build full qualified paths ...
- // Last sign of it must be "/". Beacuse we use it directly, without any additional things!
+ // Last sign of it must be "/". because we use it directly, without any additional things!
css::uno::Sequence< css::beans::PropertyValue > getChangedProperties( const ::rtl::OUString& sNodeBase )
{
// a) reserve memory for max. count of changed properties
@@ -384,7 +384,7 @@ SvtModuleOptions_Impl::SvtModuleOptions_Impl()
impl_Read( lFactories );
// Enable notification for changes by using configuration directly.
- // So we can update our internal values immediatly.
+ // So we can update our internal values immediately.
EnableNotification( lFactories );
}