summaryrefslogtreecommitdiff
path: root/include/svtools/fontsubstconfig.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/fontsubstconfig.hxx')
-rw-r--r--include/svtools/fontsubstconfig.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/svtools/fontsubstconfig.hxx b/include/svtools/fontsubstconfig.hxx
index 4bac9db32dd7..278eb66bb936 100644
--- a/include/svtools/fontsubstconfig.hxx
+++ b/include/svtools/fontsubstconfig.hxx
@@ -35,13 +35,16 @@ struct SubstitutionStruct
class SVT_DLLPUBLIC SvtFontSubstConfig : public utl::ConfigItem
{
+private:
bool bIsEnabled;
SvtFontSubstConfig_Impl* pImpl;
+
+ virtual void ImplCommit() SAL_OVERRIDE;
+
public:
SvtFontSubstConfig();
virtual ~SvtFontSubstConfig();
- virtual void Commit() SAL_OVERRIDE;
virtual void Notify( const com::sun::star::uno::Sequence< OUString >& _rPropertyNames) SAL_OVERRIDE;
bool IsEnabled() const {return bIsEnabled;}