summaryrefslogtreecommitdiff
path: root/unotools
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
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')
-rw-r--r--unotools/inc/unotools/fontcvt.hxx2
-rw-r--r--unotools/inc/unotools/idhelper.hxx2
-rw-r--r--unotools/inc/unotools/sharedunocomponent.hxx2
-rw-r--r--unotools/source/config/configitem.cxx2
-rw-r--r--unotools/source/config/moduleoptions.cxx4
-rw-r--r--unotools/source/misc/sharedunocomponent.cxx2
6 files changed, 7 insertions, 7 deletions
diff --git a/unotools/inc/unotools/fontcvt.hxx b/unotools/inc/unotools/fontcvt.hxx
index f6bd1b6ce4ec..05564f974a79 100644
--- a/unotools/inc/unotools/fontcvt.hxx
+++ b/unotools/inc/unotools/fontcvt.hxx
@@ -64,7 +64,7 @@ public:
//with bPerfect set the converter will only try and convert symbols which have
//perfect mappings to the windows symbols fonts. With it not set, it will
//allow somewhat more dubious transformations that are nevertheless
-//recognizably similiar. Even in this mode there will be characters that fail.
+//recognizably similar. Even in this mode there will be characters that fail.
//The users of this might want to make a distinction between failed characters
//which were inside and those outside the unicode private area.
UNOTOOLS_DLLPUBLIC StarSymbolToMSMultiFont *CreateStarSymbolToMSMultiFont(bool bPerfectOnly=false);
diff --git a/unotools/inc/unotools/idhelper.hxx b/unotools/inc/unotools/idhelper.hxx
index d183ddcefb3e..b96c27e8ac0d 100644
--- a/unotools/inc/unotools/idhelper.hxx
+++ b/unotools/inc/unotools/idhelper.hxx
@@ -176,7 +176,7 @@ void classname::release() \
::utl::MapType2Id* pMap = static_cast< ::utl::MapType2Id *>(s_pMap); \
\
::cppu::OImplementationId& rId = (*pMap)[_rTypes]; \
- /* this will create an entry for the given type sequence, if neccessary */ \
+ /* this will create an entry for the given type sequence, if necessary */ \
\
return rId.getImplementationId(); \
} \
diff --git a/unotools/inc/unotools/sharedunocomponent.hxx b/unotools/inc/unotools/sharedunocomponent.hxx
index e4f9ae6980ab..2558dfc76bd3 100644
--- a/unotools/inc/unotools/sharedunocomponent.hxx
+++ b/unotools/inc/unotools/sharedunocomponent.hxx
@@ -192,7 +192,7 @@ namespace utl
// SharedUNOComponent& operator=( const ::com::sun::star::uno::Reference< INTERFACE >& _rxComponent );
// this operator is not implemented by intention. There is no canonic ownership after this operatoer
- // would hvae been applied: Should the SharedUNOComponent have the ownership of the component,
+ // would have been applied: Should the SharedUNOComponent have the ownership of the component,
// or shouldn't it? Hard to guess, and probably wrong in 50 percent of all cases, anyway. So,
// instead of tempting clients of this class to use such a dangerous operator, we do
// not offer it at all. If you need to assign a Reference< INTERFACE > to your SharedUNOComponent,
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 );
}
diff --git a/unotools/source/misc/sharedunocomponent.cxx b/unotools/source/misc/sharedunocomponent.cxx
index 836fac0270ca..8b75bdc9e5cc 100644
--- a/unotools/source/misc/sharedunocomponent.cxx
+++ b/unotools/source/misc/sharedunocomponent.cxx
@@ -196,7 +196,7 @@ namespace utl
// this should be unreachable: As long as we're a CloseListener, we veto the closing. If we're going
// to close the component ourself, then we revoke ourself as listener *before* the close call. So,
- // if this here fires, something went definately wrong.
+ // if this here fires, something went definitely wrong.
OSL_FAIL( "CloseableComponentImpl::notifyClosing: unreachable!" );
}