summaryrefslogtreecommitdiff
path: root/unotools/source/config/cmdoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/cmdoptions.cxx')
-rw-r--r--unotools/source/config/cmdoptions.cxx4
1 files changed, 2 insertions, 2 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 ;