From de82a40f84c69081a517617989c344ec9597cb45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 29 Aug 2011 00:31:55 +0100 Subject: callcatcher: drop various unused methods --- unotools/source/config/startoptions.cxx | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'unotools/source/config/startoptions.cxx') diff --git a/unotools/source/config/startoptions.cxx b/unotools/source/config/startoptions.cxx index cd1ce9c25b75..e6addfcdc9ed 100644 --- a/unotools/source/config/startoptions.cxx +++ b/unotools/source/config/startoptions.cxx @@ -138,8 +138,6 @@ class SvtStartOptions_Impl : public ConfigItem @onerror - *//*-*****************************************************************************************************/ - sal_Bool IsIntroEnabled ( ) const ; - void EnableIntro ( sal_Bool bState ) ; OUString GetConnectionURL( ) const ; void SetConnectionURL( const OUString& sURL ) ; @@ -295,23 +293,6 @@ void SvtStartOptions_Impl::Commit() PutProperties( seqNames, seqValues ); } -//***************************************************************************************************************** -// public method -//***************************************************************************************************************** -sal_Bool SvtStartOptions_Impl::IsIntroEnabled() const -{ - return m_bShowIntro; -} - -//***************************************************************************************************************** -// public method -//***************************************************************************************************************** -void SvtStartOptions_Impl::EnableIntro( sal_Bool bState ) -{ - m_bShowIntro = bState; - SetModified(); -} - //***************************************************************************************************************** // public method //***************************************************************************************************************** -- cgit v1.2.1