summaryrefslogtreecommitdiff
path: root/unotools/source/config/startoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/startoptions.cxx')
-rw-r--r--unotools/source/config/startoptions.cxx19
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;