editeng/qa/unit/core-test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 36e1a903c4783818f779a111dd13fe78805df54c Author: Tor Lillqvist <t...@collabora.com> Date: Mon Jul 28 09:29:35 2014 +0300 WaE: overriding virtual function declaration not marked 'override' Change-Id: I18274d920865f8e28377acce8084eb1629ff8127 diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx index 4e9b82b..4090db4 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("j...@bob.com"); // a sophisticated view of value: } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits