From 2f69e16c723aab48ad59d17397d8946ec0a48138 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 8 Jan 2015 23:08:34 +0100 Subject: override the overloading of "overload" to decrease cognitive (over-)load Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796 --- include/svl/numuno.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svl') diff --git a/include/svl/numuno.hxx b/include/svl/numuno.hxx index 1671dce9ef3f..940d62485394 100644 --- a/include/svl/numuno.hxx +++ b/include/svl/numuno.hxx @@ -62,9 +62,9 @@ public: void SetNumberFormatter(SvNumberFormatter* pNew); SvNumberFormatter* GetNumberFormatter() const; - // overload to adapt attributes in the document + // override to adapt attributes in the document virtual void NumberFormatDeleted(sal_uInt32 nKey); - // overload to possibly format something anew + // override to possibly format something anew virtual void SettingsChanged(); // XNumberFormatsSupplier -- cgit