summaryrefslogtreecommitdiff
path: root/unotools/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-27 00:06:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-29 09:56:06 +0100
commitfa19c5ec0844456a485cb7eb4a64f9d9c6d678bf (patch)
treea2426854601f2dff447fee8438badd1397959667 /unotools/source
parentfea6627b6170a2921d3cac228f857c8bf9f70def (diff)
callcatcher: various
Diffstat (limited to 'unotools/source')
-rw-r--r--unotools/source/config/moduleoptions.cxx15
-rw-r--r--unotools/source/config/startoptions.cxx18
2 files changed, 0 insertions, 33 deletions
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index c275a910510e..4ea66c92e006 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -1134,13 +1134,6 @@ sal_Bool SvtModuleOptions::IsModuleInstalled( EModule eModule ) const
}
//*****************************************************************************************************************
-::rtl::OUString SvtModuleOptions::GetFactoryWindowAttributes( EFactory eFactory ) const
-{
- ::osl::MutexGuard aGuard( impl_GetOwnStaticMutex() );
- return m_pDataContainer->GetFactoryWindowAttributes( eFactory );
-}
-
-//*****************************************************************************************************************
::rtl::OUString SvtModuleOptions::GetFactoryEmptyDocumentURL( EFactory eFactory ) const
{
::osl::MutexGuard aGuard( impl_GetOwnStaticMutex() );
@@ -1184,14 +1177,6 @@ void SvtModuleOptions::SetFactoryStandardTemplate( EFactory eFacto
}
//*****************************************************************************************************************
-void SvtModuleOptions::SetFactoryWindowAttributes( EFactory eFactory ,
- const ::rtl::OUString& sAttributes)
-{
- ::osl::MutexGuard aGuard( impl_GetOwnStaticMutex() );
- m_pDataContainer->SetFactoryWindowAttributes( eFactory, sAttributes );
-}
-
-//*****************************************************************************************************************
void SvtModuleOptions::SetFactoryDefaultFilter( EFactory eFactory,
const ::rtl::OUString& sFilter )
{
diff --git a/unotools/source/config/startoptions.cxx b/unotools/source/config/startoptions.cxx
index edeab14539c0..cd1ce9c25b75 100644
--- a/unotools/source/config/startoptions.cxx
+++ b/unotools/source/config/startoptions.cxx
@@ -394,24 +394,6 @@ SvtStartOptions::~SvtStartOptions()
//*****************************************************************************************************************
// public method
//*****************************************************************************************************************
-sal_Bool SvtStartOptions::IsIntroEnabled() const
-{
- MutexGuard aGuard( GetOwnStaticMutex() );
- return m_pDataContainer->IsIntroEnabled();
-}
-
-//*****************************************************************************************************************
-// public method
-//*****************************************************************************************************************
-void SvtStartOptions::EnableIntro( sal_Bool bState )
-{
- MutexGuard aGuard( GetOwnStaticMutex() );
- m_pDataContainer->EnableIntro( bState );
-}
-
-//*****************************************************************************************************************
-// public method
-//*****************************************************************************************************************
OUString SvtStartOptions::GetConnectionURL() const
{
MutexGuard aGuard( GetOwnStaticMutex() );