Kaydet (Commit) 36e1a903 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: overriding virtual function declaration not marked 'override'

Change-Id: I18274d920865f8e28377acce8084eb1629ff8127
üst a8df5177
...@@ -349,7 +349,7 @@ namespace { ...@@ -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:
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment