From 36e1a903c4783818f779a111dd13fe78805df54c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 28 Jul 2014 09:29:35 +0300 Subject: WaE: overriding virtual function declaration not marked 'override' Change-Id: I18274d920865f8e28377acce8084eb1629ff8127 --- editeng/qa/unit/core-test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx index 4e9b82b30ee5..4090db4d8978 100644 --- a/editeng/qa/unit/core-test.cxx +++ b/editeng/qa/unit/core-test.cxx @@ -349,7 +349,7 @@ namespace { public: UrlEditEngine(SfxItemPool *pPool) : EditEngine(pPool) {} - virtual OUString CalcFieldValue( const SvxFieldItem&, sal_Int32, sal_Int32, Color*&, Color*& ) + virtual OUString CalcFieldValue( const SvxFieldItem&, sal_Int32, sal_Int32, Color*&, Color*& ) SAL_OVERRIDE { return OUString("jim@bob.com"); // a sophisticated view of value: } -- cgit