[Libreoffice-commits] core.git: editeng/qa

Tor Lillqvist tml at collabora.com
Sun Jul 27 23:43:51 PDT 2014


 editeng/qa/unit/core-test.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 36e1a903c4783818f779a111dd13fe78805df54c
Author: Tor Lillqvist <tml at 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("jim at bob.com"); // a sophisticated view of value:
         }


More information about the Libreoffice-commits mailing list