summaryrefslogtreecommitdiff
path: root/unotools/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 04:49:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 04:49:39 +0200
commit60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (patch)
tree2a91fcbcb206d60dcc652a336bb9b6813578815e /unotools/source
parent7f71ed1c62775a4e5b2efebf55f284a5c32b2df4 (diff)
fdo#60724 informations -> information
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
Diffstat (limited to 'unotools/source')
-rw-r--r--unotools/source/config/cmdoptions.cxx4
-rw-r--r--unotools/source/config/compatibility.cxx4
-rw-r--r--unotools/source/config/dynamicmenuoptions.cxx4
-rw-r--r--unotools/source/config/extendedsecurityoptions.cxx2
-rw-r--r--unotools/source/config/fontoptions.cxx2
-rw-r--r--unotools/source/config/historyoptions.cxx2
-rw-r--r--unotools/source/config/localisationoptions.cxx2
-rw-r--r--unotools/source/config/moduleoptions.cxx8
-rw-r--r--unotools/source/config/printwarningoptions.cxx2
-rw-r--r--unotools/source/config/securityoptions.cxx2
-rw-r--r--unotools/source/config/viewoptions.cxx4
11 files changed, 18 insertions, 18 deletions
diff --git a/unotools/source/config/cmdoptions.cxx b/unotools/source/config/cmdoptions.cxx
index 85cf76ea0ce0..b6e755adaef4 100644
--- a/unotools/source/config/cmdoptions.cxx
+++ b/unotools/source/config/cmdoptions.cxx
@@ -209,7 +209,7 @@ SvtCommandOptions_Impl::SvtCommandOptions_Impl()
// Init member then...
{
// Get names and values of all accessible menu entries and fill internal structures.
- // See impl_GetPropertyNames() for further informations.
+ // See impl_GetPropertyNames() for further information.
Sequence< OUString > lNames = impl_GetPropertyNames ();
Sequence< Any > lValues = GetProperties ( lNames );
@@ -375,7 +375,7 @@ Sequence< OUString > SvtCommandOptions_Impl::impl_GetPropertyNames()
//*****************************************************************************************************************
// initialize static member
// DON'T DO IT IN YOUR HEADER!
-// see definition for further informations
+// see definition for further information
//*****************************************************************************************************************
SvtCommandOptions_Impl* SvtCommandOptions::m_pDataContainer = NULL ;
sal_Int32 SvtCommandOptions::m_nRefCount = 0 ;
diff --git a/unotools/source/config/compatibility.cxx b/unotools/source/config/compatibility.cxx
index c7b1426e7e97..5d09386cc075 100644
--- a/unotools/source/config/compatibility.cxx
+++ b/unotools/source/config/compatibility.cxx
@@ -366,7 +366,7 @@ SvtCompatibilityOptions_Impl::SvtCompatibilityOptions_Impl()
// Init member then...
{
// Get names and values of all accessible menu entries and fill internal structures.
- // See impl_GetPropertyNames() for further informations.
+ // See impl_GetPropertyNames() for further information.
Sequence< OUString > lNodes;
Sequence< OUString > lNames = impl_GetPropertyNames( lNodes );
sal_uInt32 nCount = lNodes.getLength();
@@ -640,7 +640,7 @@ void SvtCompatibilityOptions_Impl::impl_ExpandPropertyNames(
//*****************************************************************************************************************
// initialize static member
// DON'T DO IT IN YOUR HEADER!
-// see definition for further informations
+// see definition for further information
//*****************************************************************************************************************
SvtCompatibilityOptions_Impl* SvtCompatibilityOptions::m_pDataContainer = NULL;
sal_Int32 SvtCompatibilityOptions::m_nRefCount = 0;
diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx
index fb66e1c97863..d5b5e7028812 100644
--- a/unotools/source/config/dynamicmenuoptions.cxx
+++ b/unotools/source/config/dynamicmenuoptions.cxx
@@ -351,7 +351,7 @@ SvtDynamicMenuOptions_Impl::SvtDynamicMenuOptions_Impl()
// Init member then...
{
// Get names and values of all accessible menu entries and fill internal structures.
- // See impl_GetPropertyNames() for further informations.
+ // See impl_GetPropertyNames() for further information.
sal_uInt32 nNewCount = 0;
sal_uInt32 nWizardCount = 0;
sal_uInt32 nHelpBookmarksCount = 0;
@@ -692,7 +692,7 @@ void SvtDynamicMenuOptions_Impl::impl_SortAndExpandPropertyNames( const Sequence
//*****************************************************************************************************************
// initialize static member
// DON'T DO IT IN YOUR HEADER!
-// see definition for further informations
+// see definition for further information
//*****************************************************************************************************************
SvtDynamicMenuOptions_Impl* SvtDynamicMenuOptions::m_pDataContainer = NULL ;
sal_Int32 SvtDynamicMenuOptions::m_nRefCount = 0 ;
diff --git a/unotools/source/config/extendedsecurityoptions.cxx b/unotools/source/config/extendedsecurityoptions.cxx
index 72e216dba7e8..4fcbbe1beb4f 100644
--- a/unotools/source/config/extendedsecurityoptions.cxx
+++ b/unotools/source/config/extendedsecurityoptions.cxx
@@ -300,7 +300,7 @@ Sequence< OUString > SvtExtendedSecurityOptions_Impl::GetPropertyNames()
//*****************************************************************************************************************
// initialize static member
// DON'T DO IT IN YOUR HEADER!
-// see definition for further informations
+// see definition for further information
//*****************************************************************************************************************
SvtExtendedSecurityOptions_Impl* SvtExtendedSecurityOptions::m_pDataContainer = NULL ;
sal_Int32 SvtExtendedSecurityOptions::m_nRefCount = 0 ;
diff --git a/unotools/source/config/fontoptions.cxx b/unotools/source/config/fontoptions.cxx
index 16c616d09a3d..b81c09625b04 100644
--- a/unotools/source/config/fontoptions.cxx
+++ b/unotools/source/config/fontoptions.cxx
@@ -314,7 +314,7 @@ Sequence< OUString > SvtFontOptions_Impl::impl_GetPropertyNames()
//*****************************************************************************************************************
// initialize static member
// DON'T DO IT IN YOUR HEADER!
-// see definition for further informations
+// see definition for further information
//*****************************************************************************************************************
SvtFontOptions_Impl* SvtFontOptions::m_pDataContainer = NULL ;
sal_Int32 SvtFontOptions::m_nRefCount = 0 ;
diff --git a/unotools/source/config/historyoptions.cxx b/unotools/source/config/historyoptions.cxx
index f2362b36379c..9c66fbfefb29 100644
--- a/unotools/source/config/historyoptions.cxx
+++ b/unotools/source/config/historyoptions.cxx
@@ -573,7 +573,7 @@ void SvtHistoryOptions_Impl::AppendItem( EHistoryType eHistory ,
//*****************************************************************************************************************
// initialize static member
// DON'T DO IT IN YOUR HEADER!
-// see definition for further informations
+// see definition for further information
//*****************************************************************************************************************
SvtHistoryOptions_Impl* SvtHistoryOptions::m_pDataContainer = NULL ;
sal_Int32 SvtHistoryOptions::m_nRefCount = 0 ;
diff --git a/unotools/source/config/localisationoptions.cxx b/unotools/source/config/localisationoptions.cxx
index aa24218aa450..bd92d3d4e208 100644
--- a/unotools/source/config/localisationoptions.cxx
+++ b/unotools/source/config/localisationoptions.cxx
@@ -274,7 +274,7 @@ Sequence< OUString > SvtLocalisationOptions_Impl::GetPropertyNames()
//*****************************************************************************************************************
// initialize static member
// DON'T DO IT IN YOUR HEADER!
-// see definition for further informations
+// see definition for further information
//*****************************************************************************************************************
SvtLocalisationOptions_Impl* SvtLocalisationOptions::m_pDataContainer = NULL ;
sal_Int32 SvtLocalisationOptions::m_nRefCount = 0 ;
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index b982cb0e3fbf..8a42535f0669 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -88,7 +88,7 @@
/*-************************************************************************************************************//**
@descr This struct hold information about one factory. We declare a complete array which can hold infos
for all well known factories. Values of enum "EFactory" (see header!) are directly used as index!
- So we can support a fast access on these informations.
+ So we can support a fast access on these information.
*//*-*************************************************************************************************************/
struct FactoryInfo
{
@@ -466,7 +466,7 @@ void SvtModuleOptions_Impl::Commit()
pInfo = &(m_lFactories[nFactory]);
// These path is used to build full qualified property names ....
- // See pInfo->getChangedProperties() for further informations
+ // See pInfo->getChangedProperties() for further information
sBasePath = PATHSEPERATOR + pInfo->getFactory() + PATHSEPERATOR;
const css::uno::Sequence< css::beans::PropertyValue > lChangedProperties = pInfo->getChangedProperties ( sBasePath );
@@ -979,7 +979,7 @@ void SvtModuleOptions_Impl::MakeReadonlyStatesAvailable()
//*****************************************************************************************************************
// initialize static member
// DON'T DO IT IN YOUR HEADER!
-// see definition for further informations
+// see definition for further information
//*****************************************************************************************************************
SvtModuleOptions_Impl* SvtModuleOptions::m_pDataContainer = NULL ;
sal_Int32 SvtModuleOptions::m_nRefCount = 0 ;
@@ -1025,7 +1025,7 @@ SvtModuleOptions::~SvtModuleOptions()
/*-************************************************************************************************************//**
@short access to configuration data
@descr This methods allow read/write access to configuration values.
- They are threadsafe. All calls are forwarded to impl-data-container. See there for further informations!
+ They are threadsafe. All calls are forwarded to impl-data-container. See there for further information!
@seealso method impl_GetOwnStaticMutex()
diff --git a/unotools/source/config/printwarningoptions.cxx b/unotools/source/config/printwarningoptions.cxx
index 04ac6e3d6f18..471b4e10f7f4 100644
--- a/unotools/source/config/printwarningoptions.cxx
+++ b/unotools/source/config/printwarningoptions.cxx
@@ -244,7 +244,7 @@ Sequence< OUString > SvtPrintWarningOptions_Impl::impl_GetPropertyNames()
//*****************************************************************************************************************
// initialize static member
// DON'T DO IT IN YOUR HEADER!
-// see definition for further informations
+// see definition for further information
//*****************************************************************************************************************
SvtPrintWarningOptions_Impl* SvtPrintWarningOptions::m_pDataContainer = NULL;
sal_Int32 SvtPrintWarningOptions::m_nRefCount = 0;
diff --git a/unotools/source/config/securityoptions.cxx b/unotools/source/config/securityoptions.cxx
index 7766cde20f54..cd0e6c7ba2ed 100644
--- a/unotools/source/config/securityoptions.cxx
+++ b/unotools/source/config/securityoptions.cxx
@@ -1032,7 +1032,7 @@ Sequence< OUString > SvtSecurityOptions_Impl::GetPropertyNames()
//*****************************************************************************************************************
// initialize static member
// DON'T DO IT IN YOUR HEADER!
-// see definition for further informations
+// see definition for further information
//*****************************************************************************************************************
SvtSecurityOptions_Impl* SvtSecurityOptions::m_pDataContainer = NULL ;
sal_Int32 SvtSecurityOptions::m_nRefCount = 0 ;
diff --git a/unotools/source/config/viewoptions.cxx b/unotools/source/config/viewoptions.cxx
index 1c88c9911b0b..c13aa414a5e7 100644
--- a/unotools/source/config/viewoptions.cxx
+++ b/unotools/source/config/viewoptions.cxx
@@ -241,13 +241,13 @@ typedef ::boost::unordered_map< OUString ,
/*-************************************************************************************************************//**
@descr Implement base data container for view options elements.
- Every item support ALL possible configuration informations.
+ Every item support ALL possible configuration information.
But not every superclass should use them! Because some view types don't
have it realy.
@attention We implement a write-througt-cache! We use it for reading - but write all changes directly to
configuration. (changes are made on internal cache too!). So it's easier to distinguish
- between added/changed/removed elements without any complex mask or bool flag informations.
+ between added/changed/removed elements without any complex mask or bool flag information.
Caches from configuration and our own one are synchronized every time - if we do so.
*//*-*************************************************************************************************************/
class SvtViewOptionsBase_Impl