diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-29 00:31:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-29 09:56:08 +0100 |
commit | de82a40f84c69081a517617989c344ec9597cb45 (patch) | |
tree | 6b9c15c67b11db681e6e8417b62efdd0a98b013a /unotools/source/config/startoptions.cxx | |
parent | 313332e76bd17c0a5a6bd67c0abc467877948a3a (diff) |
callcatcher: drop various unused methods
Diffstat (limited to 'unotools/source/config/startoptions.cxx')
-rw-r--r-- | unotools/source/config/startoptions.cxx | 19 |
1 files changed, 0 insertions, 19 deletions
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 ) ; @@ -298,23 +296,6 @@ void SvtStartOptions_Impl::Commit() //***************************************************************************************************************** // 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 -//***************************************************************************************************************** OUString SvtStartOptions_Impl::GetConnectionURL() const { return m_sConnectionURL; |