diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 04:49:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 04:49:39 +0200 |
commit | 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (patch) | |
tree | 2a91fcbcb206d60dcc652a336bb9b6813578815e /unotools | |
parent | 7f71ed1c62775a4e5b2efebf55f284a5c32b2df4 (diff) |
fdo#60724 informations -> information
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/moduleoptions.hxx | 6 | ||||
-rw-r--r-- | unotools/inc/unotools/securityoptions.hxx | 2 | ||||
-rw-r--r-- | unotools/inc/unotools/viewoptions.hxx | 2 | ||||
-rw-r--r-- | unotools/source/config/cmdoptions.cxx | 4 | ||||
-rw-r--r-- | unotools/source/config/compatibility.cxx | 4 | ||||
-rw-r--r-- | unotools/source/config/dynamicmenuoptions.cxx | 4 | ||||
-rw-r--r-- | unotools/source/config/extendedsecurityoptions.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/fontoptions.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/historyoptions.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/localisationoptions.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/moduleoptions.cxx | 8 | ||||
-rw-r--r-- | unotools/source/config/printwarningoptions.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/securityoptions.cxx | 2 | ||||
-rw-r--r-- | unotools/source/config/viewoptions.cxx | 4 |
14 files changed, 23 insertions, 23 deletions
diff --git a/unotools/inc/unotools/moduleoptions.hxx b/unotools/inc/unotools/moduleoptions.hxx index 2bf41dc46773..75b83b1c0988 100644 --- a/unotools/inc/unotools/moduleoptions.hxx +++ b/unotools/inc/unotools/moduleoptions.hxx @@ -49,7 +49,7 @@ class SvtModuleOptions_Impl; /*-************************************************************************************************************//** @short collect information about installation state of modules @descr Use these class to get installation state of different office modules like writer, calc etc - Further you can ask for additional informations; e.g. name of standard template file, which + Further you can ask for additional information; e.g. name of standard template file, which should be used by corresponding module; or short/long name of these module factory. @implements - @@ -79,7 +79,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtModuleOptions : public utl::detail:: /*ATTENTION: If you change these enum ... don't forget to change reading/writing and order of configuration values too! - See "SvtModuleOptions_Impl::impl_GetSetNames()" and his ctor for further informations. + See "SvtModuleOptions_Impl::impl_GetSetNames()" and his ctor for further information. */ enum EFactory { @@ -148,7 +148,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtModuleOptions : public utl::detail:: the complete URL! @param lMediaDescriptor - additional informations + additional information @return A suitable enum value. See EFactory above. */ diff --git a/unotools/inc/unotools/securityoptions.hxx b/unotools/inc/unotools/securityoptions.hxx index 1c054e984bfe..2156cb5ec3e5 100644 --- a/unotools/inc/unotools/securityoptions.hxx +++ b/unotools/inc/unotools/securityoptions.hxx @@ -37,7 +37,7 @@ class SvtSecurityOptions_Impl; /*-************************************************************************************************************//** @descr These values present modes to handle StarOffice basic scripts. - see GetBasicMode/SetBasicMode() for further informations + see GetBasicMode/SetBasicMode() for further information *//*-*************************************************************************************************************/ enum EBasicSecurityMode diff --git a/unotools/inc/unotools/viewoptions.hxx b/unotools/inc/unotools/viewoptions.hxx index 1c173050d31b..8c8986dd4b99 100644 --- a/unotools/inc/unotools/viewoptions.hxx +++ b/unotools/inc/unotools/viewoptions.hxx @@ -52,7 +52,7 @@ enum EViewType @descr We support different basetypes of views like dialogs, tab-dialogs, tab-pages and normal windows. You must specify your basetype by using right enum value and must give us a valid name for your subkey in registry! We support some fix features for some bastypes and user data as string for all! - see also configuration package "org.openoffice.Office.Views/..." for further informations. + see also configuration package "org.openoffice.Office.Views/..." for further information. template of configuration: DialogType 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 |