summaryrefslogtreecommitdiff
path: root/svtools/inc/fontsubstconfig.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/fontsubstconfig.hxx')
-rw-r--r--svtools/inc/fontsubstconfig.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/inc/fontsubstconfig.hxx b/svtools/inc/fontsubstconfig.hxx
index 7bcb20e509fe..7ce7e64362b5 100644
--- a/svtools/inc/fontsubstconfig.hxx
+++ b/svtools/inc/fontsubstconfig.hxx
@@ -53,6 +53,7 @@ public:
virtual ~SvtFontSubstConfig();
virtual void Commit();
+ virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames);
sal_Bool IsEnabled() const {return bIsEnabled;}
void Enable(sal_Bool bSet) {bIsEnabled = bSet; SetModified();}