diff options
Diffstat (limited to 'svx/inc/htmlcfg.hxx')
-rw-r--r-- | svx/inc/htmlcfg.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/inc/htmlcfg.hxx b/svx/inc/htmlcfg.hxx index 2e3175898377..5fa8bdb6071a 100644 --- a/svx/inc/htmlcfg.hxx +++ b/svx/inc/htmlcfg.hxx @@ -61,7 +61,8 @@ public: SvxHtmlOptions(); ~SvxHtmlOptions(); - virtual void Commit(); + virtual void Commit(); + virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& _rPropertyNames); USHORT GetFontSize(USHORT nPos) const; void SetFontSize(USHORT nPos, USHORT nSize); |