summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-02-01 16:25:56 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-02-02 17:29:29 +0000
commit436035a2b2d7c3754ca4f213af2ddd8be9707c29 (patch)
tree03f3a41d9f53be4669c14a36400c122860ac656d /unotools
parent90c4e14a06d48b369a5bbb93054bb6d51f81c347 (diff)
Fix some typos
Change-Id: Ide3786aad5589e2d430a4e3890d51117b145e51d Reviewed-on: https://gerrit.libreoffice.org/33842 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/cmdoptions.cxx6
-rw-r--r--unotools/source/config/compatibility.cxx4
-rw-r--r--unotools/source/config/dynamicmenuoptions.cxx4
-rw-r--r--unotools/source/config/extendedsecurityoptions.cxx8
-rw-r--r--unotools/source/config/fontoptions.cxx6
-rw-r--r--unotools/source/config/moduleoptions.cxx6
-rw-r--r--unotools/source/config/securityoptions.cxx16
7 files changed, 25 insertions, 25 deletions
diff --git a/unotools/source/config/cmdoptions.cxx b/unotools/source/config/cmdoptions.cxx
index d6a37d041a0f..91b62a5dfd01 100644
--- a/unotools/source/config/cmdoptions.cxx
+++ b/unotools/source/config/cmdoptions.cxx
@@ -96,7 +96,7 @@ class SvtCommandOptions_Impl : public ConfigItem
/*-****************************************************************************************************
@short called for notify of configmanager
- @descr These method is called from the ConfigManager before application ends or from the
+ @descr This method is called from the ConfigManager before the application ends or from the
PropertyChangeListener if the sub tree broadcasts changes. You must update your
internal values.
@@ -123,9 +123,9 @@ class SvtCommandOptions_Impl : public ConfigItem
/*-****************************************************************************************************
@short return list of key names of our configuration management which represent our module tree
- @descr These methods return the current list of key names! We need it to get needed values from our
+ @descr This method returns the current list of key names! We need it to get needed values from our
configuration management and support dynamical menu item lists!
- @param "nDisabledCount" , returns count of menu entries for "new"
+ @param "nDisabledCount", returns count of menu entries for "new"
@return A list of configuration key names is returned.
*//*-*****************************************************************************************************/
diff --git a/unotools/source/config/compatibility.cxx b/unotools/source/config/compatibility.cxx
index 8dcb39b89599..f5767900c8f2 100644
--- a/unotools/source/config/compatibility.cxx
+++ b/unotools/source/config/compatibility.cxx
@@ -124,8 +124,8 @@ class SvtCompatibilityOptions_Impl : public ConfigItem
/*-****************************************************************************************************
@short called for notify of configmanager
- @descr These method is called from the ConfigManager before application ends or from the
- PropertyChangeListener if the sub tree broadcasts changes. You must update your
+ @descr This method is called from the ConfigManager before the application ends or from the
+ PropertyChangeListener if the sub tree broadcasts changes. You must update your
internal values.
@seealso baseclass ConfigItem
diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx
index 9b88fdf56ead..fefc9202b979 100644
--- a/unotools/source/config/dynamicmenuoptions.cxx
+++ b/unotools/source/config/dynamicmenuoptions.cxx
@@ -159,7 +159,7 @@ class SvtDynamicMenuOptions_Impl : public ConfigItem
/*-****************************************************************************************************
@short called for notify of configmanager
- @descr These method is called from the ConfigManager before application ends or from the
+ @descr This method is called from the ConfigManager before the application ends or from the
PropertyChangeListener if the sub tree broadcasts changes. You must update your
internal values.
@@ -184,7 +184,7 @@ class SvtDynamicMenuOptions_Impl : public ConfigItem
/*-****************************************************************************************************
@short return list of key names of our configuration management which represent our module tree
- @descr These methods return the current list of key names! We need it to get needed values from our
+ @descr This method returns the current list of key names! We need it to get needed values from our
configuration management and support dynamical menu item lists!
@param "nNewCount" , returns count of menu entries for "new"
@param "nWizardCount" , returns count of menu entries for "wizard"
diff --git a/unotools/source/config/extendedsecurityoptions.cxx b/unotools/source/config/extendedsecurityoptions.cxx
index 3c8911e3e32b..1e3b8236a7b9 100644
--- a/unotools/source/config/extendedsecurityoptions.cxx
+++ b/unotools/source/config/extendedsecurityoptions.cxx
@@ -61,8 +61,8 @@ class SvtExtendedSecurityOptions_Impl : public ConfigItem
/*-****************************************************************************************************
@short called for notify of configmanager
- @descr These method is called from the ConfigManager before application ends or from the
- PropertyChangeListener if the sub tree broadcasts changes. You must update your
+ @descr This method is called from the ConfigManager before the application ends or from the
+ PropertyChangeListener if the sub tree broadcasts changes. You must update your
internal values.
@seealso baseclass ConfigItem
@@ -79,7 +79,7 @@ class SvtExtendedSecurityOptions_Impl : public ConfigItem
/*-****************************************************************************************************
@short return list of key names of our configuration management which represent our module tree
- @descr These methods return a static const list of key names. We need it to get needed values from our
+ @descr This method returns a static const list of key names. We need it to get needed values from our
configuration management.
@return A list of needed configuration keys is returned.
*//*-*****************************************************************************************************/
@@ -88,7 +88,7 @@ class SvtExtendedSecurityOptions_Impl : public ConfigItem
/*-****************************************************************************************************
@short Fills the hash map with all extensions known to be secure
- @descr These methods fills the given hash map object with all extensions known to be secure.
+ @descr This method fills the given hash map object with all extensions known to be secure.
@param aHashMap
A hash map to be filled with secure extension strings.
*//*-*****************************************************************************************************/
diff --git a/unotools/source/config/fontoptions.cxx b/unotools/source/config/fontoptions.cxx
index e373d733ab97..fef4ddedb4f6 100644
--- a/unotools/source/config/fontoptions.cxx
+++ b/unotools/source/config/fontoptions.cxx
@@ -52,8 +52,8 @@ class SvtFontOptions_Impl : public ConfigItem
/*-****************************************************************************************************
@short called for notify of configmanager
- @descr These method is called from the ConfigManager before application ends or from the
- PropertyChangeListener if the sub tree broadcasts changes. You must update your
+ @descr This method is called from the ConfigManager before the application ends or from the
+ PropertyChangeListener if the sub tree broadcasts changes. You must update your
internal values.
@seealso baseclass ConfigItem
@@ -80,7 +80,7 @@ class SvtFontOptions_Impl : public ConfigItem
/*-****************************************************************************************************
@short return list of key names of our configuration management which represent our module tree
- @descr These methods return a static const list of key names. We need it to get needed values from our
+ @descr This method returns a static const list of key names. We need it to get needed values from our
configuration management.
@return A list of needed configuration keys is returned.
*//*-*****************************************************************************************************/
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index 026c2528df8a..525523ca7924 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -319,12 +319,12 @@ SvtModuleOptions_Impl::~SvtModuleOptions_Impl()
/*-************************************************************************************************************
@short called for notify of configmanager
- @descr These method is called from the ConfigManager before application ends or from the
+ @descr This method is called from the ConfigManager before application ends or from the
PropertyChangeListener if the sub tree broadcasts changes. You must update our
internal values.
@attention We are registered for pure set node names only. So we can use our internal method "impl_Read()" to
- update our info list. Because - these method expand given name list to full qualified property list
+ update our info list. Because - this method expand given name list to full qualified property list
and use it to read the values. These values are filled into our internal member list m_lFactories
at right position.
@@ -340,7 +340,7 @@ void SvtModuleOptions_Impl::Notify( const css::uno::Sequence< OUString >& )
/*-****************************************************************************************************
@short write changes to configuration
- @descr These method writes the changed values into the sub tree
+ @descr This method writes the changed values into the sub tree
and should always called in our destructor to guarantee consistency of config data.
@attention We clear complete set in configuration first and write it completely new! So we don't must
diff --git a/unotools/source/config/securityoptions.cxx b/unotools/source/config/securityoptions.cxx
index aa204f11eafa..43cbebedee44 100644
--- a/unotools/source/config/securityoptions.cxx
+++ b/unotools/source/config/securityoptions.cxx
@@ -116,8 +116,8 @@ class SvtSecurityOptions_Impl : public ConfigItem
/*-****************************************************************************************************
@short called for notify of configmanager
- @descr These method is called from the ConfigManager before application ends or from the
- PropertyChangeListener if the sub tree broadcasts changes. You must update your
+ @descr This method is called from the ConfigManager before application ends or from the
+ PropertyChangeListener if the sub tree broadcasts changes. You must update your
internal values.
@seealso baseclass ConfigItem
@@ -145,18 +145,18 @@ class SvtSecurityOptions_Impl : public ConfigItem
void SetOption ( SvtSecurityOptions::EOption eOption, bool bValue );
bool IsOptionEnabled ( SvtSecurityOptions::EOption eOption ) const;
- /*-****************************************************************************************************
- @short return list of key names of our configuration management which represent our module tree
- @descr These methods return a static const list of key names. We need it to get needed values from our
- configuration management.
- @return A list of needed configuration keys is returned.
- *//*-*****************************************************************************************************/
void SetProperty( sal_Int32 nHandle, const Any& rValue, bool bReadOnly );
void LoadAuthors();
static sal_Int32 GetHandle( const OUString& rPropertyName );
bool GetOption( SvtSecurityOptions::EOption eOption, bool*& rpValue, bool*& rpRO );
+ /*-****************************************************************************************************
+ @short return list of key names of our configuration management which represent our module tree
+ @descr This method returns a static const list of key names. We need it to get needed values from our
+ configuration management.
+ @return A list of needed configuration keys is returned.
+ *//*-*****************************************************************************************************/
static Sequence< OUString > GetPropertyNames();
Sequence< OUString > m_seqSecureURLs;