diff options
Diffstat (limited to 'include/svl/numuno.hxx')
-rw-r--r-- | include/svl/numuno.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/numuno.hxx b/include/svl/numuno.hxx index 940d62485394..9c416a2f561f 100644 --- a/include/svl/numuno.hxx +++ b/include/svl/numuno.hxx @@ -63,9 +63,9 @@ public: SvNumberFormatter* GetNumberFormatter() const; // override to adapt attributes in the document - virtual void NumberFormatDeleted(sal_uInt32 nKey); + void NumberFormatDeleted(sal_uInt32 nKey); // override to possibly format something anew - virtual void SettingsChanged(); + void SettingsChanged(); // XNumberFormatsSupplier virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL |