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/inc | |
parent | 7f71ed1c62775a4e5b2efebf55f284a5c32b2df4 (diff) |
fdo#60724 informations -> information
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
Diffstat (limited to 'unotools/inc')
-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 |
3 files changed, 5 insertions, 5 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 |