summaryrefslogtreecommitdiff
path: root/svtools/source/config/menuoptions.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-07 19:39:57 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-07 19:56:50 +0300
commit53a0914c5cb9357d7ef9088143997f50883b5959 (patch)
tree63114a85550969ab35b64c2b5ee0aff2012bd87e /svtools/source/config/menuoptions.cxx
parent2a7fdf2a7bb7345c49c988dfd1fcdb41cebb8a1e (diff)
Bin empty @seealso, @param, @return etc metacomments
Change-Id: I1590c20c4080578f5b528f4d6d43749e4e939fde
Diffstat (limited to 'svtools/source/config/menuoptions.cxx')
-rw-r--r--svtools/source/config/menuoptions.cxx21
1 files changed, 0 insertions, 21 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();