WaE: overriding virtual function declaration not marked 'override'

Change-Id: I18274d920865f8e28377acce8084eb1629ff8127
This commit is contained in:
Tor Lillqvist
2014-07-28 09:29:35 +03:00
parent a8df51771d
commit 36e1a903c4

View File

@@ -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:
}