diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-07 19:39:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-07 19:56:50 +0300 |
commit | 53a0914c5cb9357d7ef9088143997f50883b5959 (patch) | |
tree | 63114a85550969ab35b64c2b5ee0aff2012bd87e /svtools | |
parent | 2a7fdf2a7bb7345c49c988dfd1fcdb41cebb8a1e (diff) |
Bin empty @seealso, @param, @return etc metacomments
Change-Id: I1590c20c4080578f5b528f4d6d43749e4e939fde
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/menuoptions.cxx | 21 | ||||
-rw-r--r-- | svtools/source/config/miscopt.cxx | 14 |
2 files changed, 0 insertions, 35 deletions
diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx index 508db5390717..275d4e2e5998 100644 --- a/svtools/source/config/menuoptions.cxx +++ b/svtools/source/config/menuoptions.cxx @@ -104,9 +104,6 @@ class SvtMenuOptions_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; @@ -117,11 +114,6 @@ class SvtMenuOptions_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; @@ -134,13 +126,6 @@ class SvtMenuOptions_Impl : public ConfigItem @short access method to get internal values @descr These methods give us a chance to regulate access to our internal values. It's not used in the moment - but it's possible for the future! - - @seealso - - - @param - - @return - - - @onerror - *//*-*****************************************************************************************************/ bool IsEntryHidingEnabled() const @@ -189,13 +174,7 @@ class SvtMenuOptions_Impl : public ConfigItem @short return list of fix 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. - - @seealso - - - @param - @return A list of needed configuration keys is returned. - - @onerror - *//*-*****************************************************************************************************/ static Sequence< OUString > impl_GetPropertyNames(); diff --git a/svtools/source/config/miscopt.cxx b/svtools/source/config/miscopt.cxx index 6a050d7d2eba..2604eec91d72 100644 --- a/svtools/source/config/miscopt.cxx +++ b/svtools/source/config/miscopt.cxx @@ -105,9 +105,6 @@ class SvtMiscOptions_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; @@ -124,11 +121,6 @@ class SvtMiscOptions_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; @@ -253,13 +245,7 @@ class SvtMiscOptions_Impl : public ConfigItem @short return list of key names of our 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(); |