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 --- sw/inc/drawdoc.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/drawdoc.hxx') diff --git a/sw/inc/drawdoc.hxx b/sw/inc/drawdoc.hxx index 2bc65c6c0362..6afd3fd042fe 100644 --- a/sw/inc/drawdoc.hxx +++ b/sw/inc/drawdoc.hxx @@ -43,7 +43,7 @@ public: virtual SdrLayerID GetControlExportLayerId( const SdrObject & ) const SAL_OVERRIDE; protected: - /// overload of is needed to provide corresponding uno model. + /// override of is needed to provide corresponding uno model. virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoModel() SAL_OVERRIDE; }; -- cgit