summaryrefslogtreecommitdiff
path: root/unotools/source/config/extendedsecurityoptions.cxx
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/source/config/extendedsecurityoptions.cxx
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/source/config/extendedsecurityoptions.cxx')
-rw-r--r--unotools/source/config/extendedsecurityoptions.cxx8
1 files changed, 4 insertions, 4 deletions
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.
*//*-*****************************************************************************************************/