summaryrefslogtreecommitdiff
path: root/svtools/source/config/helpopt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/config/helpopt.cxx')
-rw-r--r--svtools/source/config/helpopt.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svtools/source/config/helpopt.cxx b/svtools/source/config/helpopt.cxx
index 93ca0dab715b..01bf0658ae15 100644
--- a/svtools/source/config/helpopt.cxx
+++ b/svtools/source/config/helpopt.cxx
@@ -117,8 +117,6 @@ Sequence< OUString > SvtHelpOptions_Impl::GetPropertyNames()
}
-
-
SvtHelpOptions_Impl::SvtHelpOptions_Impl()
: ConfigItem( OUString( "Office.Common/Help" ) )
, bExtendedHelp( false )
@@ -212,7 +210,6 @@ void SvtHelpOptions_Impl::Load(const uno::Sequence< OUString>& rPropertyNames)
}
-
void SvtHelpOptions_Impl::ImplCommit()
{
Sequence< OUString > aNames = GetPropertyNames();
@@ -248,7 +245,6 @@ void SvtHelpOptions_Impl::ImplCommit()
}
-
void SvtHelpOptions_Impl::Notify( const Sequence<OUString>& aPropertyNames )
{
Load( aPropertyNames );
@@ -269,7 +265,6 @@ SvtHelpOptions::SvtHelpOptions()
}
-
SvtHelpOptions::~SvtHelpOptions()
{
// Global access, must be guarded (multithreading)
@@ -303,7 +298,6 @@ bool SvtHelpOptions::IsHelpTips() const
}
-
void SvtHelpOptions::SetWelcomeScreen( bool b )
{
pImp->SetWelcomeScreen( b );