diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:00:46 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:37:47 +0300 |
commit | be616c26f990d651c752be201e29e2b89ba17f2a (patch) | |
tree | 86b809105b73eaaa54c66d667776827190a19c64 /unotools/source/config/viewoptions.cxx | |
parent | 79247e9fa74c7b5472c5ee2bd98b27cef73788b1 (diff) |
Bin empty @seealso, @param, @return and @onerror metacomments
Change-Id: I9a590b9e65960bf7360b37567aa5bfa7588c69f7
Diffstat (limited to 'unotools/source/config/viewoptions.cxx')
-rw-r--r-- | unotools/source/config/viewoptions.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/unotools/source/config/viewoptions.cxx b/unotools/source/config/viewoptions.cxx index 0a650b955c17..8f5e116384b8 100644 --- a/unotools/source/config/viewoptions.cxx +++ b/unotools/source/config/viewoptions.cxx @@ -294,9 +294,6 @@ class SvtViewOptionsBase_Impl @seealso baseclass ::utl::ConfigItem @seealso method Notify() - - @param - - @return - *//*-*************************************************************************************************************/ SvtViewOptionsBase_Impl::SvtViewOptionsBase_Impl( const OUString& sList ) : m_sListName ( sList ) // we must know, which view type we must support @@ -336,9 +333,6 @@ SvtViewOptionsBase_Impl::SvtViewOptionsBase_Impl( const OUString& sList ) @seealso method IsModified() @seealso method SetModified() @seealso method Commit() - - @param - - @return - *//*-*************************************************************************************************************/ SvtViewOptionsBase_Impl::~SvtViewOptionsBase_Impl() { @@ -422,9 +416,6 @@ bool SvtViewOptionsBase_Impl::Delete( const OUString& sName ) @descr Follow methods support read/write access to all cache view items. @seealso member m_sList - - @param - - @return - *//*-*************************************************************************************************************/ OUString SvtViewOptionsBase_Impl::GetWindowState( const OUString& sName ) { @@ -708,7 +699,6 @@ void SvtViewOptionsBase_Impl::SetVisible( const OUString& sName , @seealso method impl_writeDirectProp() @param "sNode", name of new entry - @return - *//*-*************************************************************************************************************/ css::uno::Reference< css::uno::XInterface > SvtViewOptionsBase_Impl::impl_getSetNode( const OUString& sNode , bool bCreateIfMissing) |