summaryrefslogtreecommitdiff
path: root/unotools/source/config/extendedsecurityoptions.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:00:46 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:37:47 +0300
commitbe616c26f990d651c752be201e29e2b89ba17f2a (patch)
tree86b809105b73eaaa54c66d667776827190a19c64 /unotools/source/config/extendedsecurityoptions.cxx
parent79247e9fa74c7b5472c5ee2bd98b27cef73788b1 (diff)
Bin empty @seealso, @param, @return and @onerror metacomments
Change-Id: I9a590b9e65960bf7360b37567aa5bfa7588c69f7
Diffstat (limited to 'unotools/source/config/extendedsecurityoptions.cxx')
-rw-r--r--unotools/source/config/extendedsecurityoptions.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/unotools/source/config/extendedsecurityoptions.cxx b/unotools/source/config/extendedsecurityoptions.cxx
index 35d091fedd82..b69da5102364 100644
--- a/unotools/source/config/extendedsecurityoptions.cxx
+++ b/unotools/source/config/extendedsecurityoptions.cxx
@@ -74,9 +74,6 @@ class SvtExtendedSecurityOptions_Impl : public ConfigItem
@seealso baseclass ConfigItem
@param "seqPropertyNames" is the list of properties which should be updated.
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
virtual void Notify( const Sequence< OUString >& seqPropertyNames ) SAL_OVERRIDE;
@@ -87,11 +84,6 @@ class SvtExtendedSecurityOptions_Impl : public ConfigItem
and should always called in our destructor to guarantee consistency of config data.
@seealso baseclass ConfigItem
-
- @param -
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
virtual void Commit() SAL_OVERRIDE;
@@ -103,13 +95,7 @@ class SvtExtendedSecurityOptions_Impl : public ConfigItem
@short return list of key names of ouer configuration management which represent oue module tree
@descr These methods return a static const list of key names. We need it to get needed values from our
configuration management.
-
- @seealso -
-
- @param -
@return A list of needed configuration keys is returned.
-
- @onerror -
*//*-*****************************************************************************************************/
static Sequence< OUString > GetPropertyNames();
@@ -117,14 +103,8 @@ 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.
-
- @seealso -
-
@param aHashMap
A hash map to be filled with secure extension strings.
- @return -
-
- @onerror -
*//*-*****************************************************************************************************/
void FillExtensionHashMap( ExtensionHashMap& aHashMap );