diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 16:08:49 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 18:08:30 +0200 |
commit | 548a2ffe3a40852d7bb3b2880b58e93c34cd41ef (patch) | |
tree | 4df975482ad934d2069d32dc9347cf3307791b64 /unotools | |
parent | 87f242e036082c1b659536dec2bf779d88910249 (diff) |
remove bogus date information
Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/viewoptions.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/unotools/source/config/viewoptions.cxx b/unotools/source/config/viewoptions.cxx index 904433848149..d30c69efe3ec 100644 --- a/unotools/source/config/viewoptions.cxx +++ b/unotools/source/config/viewoptions.cxx @@ -329,8 +329,6 @@ class SvtViewOptionsBase_Impl @param - @return - - - @last change 19.10.2001 07:54 *//*-*************************************************************************************************************/ SvtViewOptionsBase_Impl::SvtViewOptionsBase_Impl( const ::rtl::OUString& sList ) : m_sListName ( sList ) // we must know, which view type we must support @@ -373,8 +371,6 @@ SvtViewOptionsBase_Impl::SvtViewOptionsBase_Impl( const ::rtl::OUString& sList ) @param - @return - - - @last change 19.10.2001 08:02 *//*-*************************************************************************************************************/ SvtViewOptionsBase_Impl::~SvtViewOptionsBase_Impl() { @@ -749,8 +745,6 @@ void SvtViewOptionsBase_Impl::SetVisible( const ::rtl::OUString& sName , @param "sNode", name of new entry @return - - - @last change 19.10.2001 08:42 *//*-*************************************************************************************************************/ css::uno::Reference< css::uno::XInterface > SvtViewOptionsBase_Impl::impl_getSetNode( const ::rtl::OUString& sNode , sal_Bool bCreateIfMissing) |