WaE: overriding virtual function declaration not marked 'override'
Change-Id: I18274d920865f8e28377acce8084eb1629ff8127
This commit is contained in:
@@ -349,7 +349,7 @@ namespace {
|
|||||||
public:
|
public:
|
||||||
UrlEditEngine(SfxItemPool *pPool) : EditEngine(pPool) {}
|
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:
|
return OUString("jim@bob.com"); // a sophisticated view of value:
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user