summaryrefslogtreecommitdiff
path: root/unotools/source/config/fontoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/fontoptions.cxx')
-rw-r--r--unotools/source/config/fontoptions.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/unotools/source/config/fontoptions.cxx b/unotools/source/config/fontoptions.cxx
index fa2b52aceecd..bd177fbe1a92 100644
--- a/unotools/source/config/fontoptions.cxx
+++ b/unotools/source/config/fontoptions.cxx
@@ -70,7 +70,6 @@ class SvtFontOptions_Impl : public ConfigItem
*//*-*****************************************************************************************************/
bool IsFontHistoryEnabled ( ) const { return m_bFontHistory;}
- void EnableFontHistory ( bool bState );
bool IsFontWYSIWYGEnabled ( ) const { return m_bFontWYSIWYG;}
void EnableFontWYSIWYG ( bool bState );
@@ -221,14 +220,6 @@ void SvtFontOptions_Impl::ImplCommit()
// public method
-void SvtFontOptions_Impl::EnableFontHistory( bool bState )
-{
- m_bFontHistory = bState;
- SetModified();
-}
-
-// public method
-
void SvtFontOptions_Impl::EnableFontWYSIWYG( bool bState )
{
m_bFontWYSIWYG = bState;
@@ -303,14 +294,6 @@ bool SvtFontOptions::IsFontHistoryEnabled() const
// public method
-void SvtFontOptions::EnableFontHistory( bool bState )
-{
- MutexGuard aGuard( impl_GetOwnStaticMutex() );
- m_pDataContainer->EnableFontHistory( bState );
-}
-
-// public method
-
bool SvtFontOptions::IsFontWYSIWYGEnabled() const
{
MutexGuard aGuard( impl_GetOwnStaticMutex() );