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

Tor Lillqvist tml at collabora.com
Wed Apr 30 00:15:37 PDT 2014


 sw/qa/extras/inc/swmodeltestbase.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7a83960b9547652a09cc5de4f50aedce55bb5733
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Apr 30 10:14:37 2014 +0300

    WaE: virtual function declaration not marked 'override'
    
    Change-Id: I5142142cea4a9f3ffdb61c7df61a5845572b6e0d

diff --git a/sw/qa/extras/inc/swmodeltestbase.hxx b/sw/qa/extras/inc/swmodeltestbase.hxx
index 6c5236a..daac08b 100644
--- a/sw/qa/extras/inc/swmodeltestbase.hxx
+++ b/sw/qa/extras/inc/swmodeltestbase.hxx
@@ -582,7 +582,7 @@ protected:
     /**
      * Helper method to return nodes represented by rXPath.
      */
-    virtual void registerNamespaces(xmlXPathContextPtr& pXmlXpathCtx)
+    virtual void registerNamespaces(xmlXPathContextPtr& pXmlXpathCtx) SAL_OVERRIDE
     {
         xmlXPathRegisterNs(pXmlXpathCtx, BAD_CAST("w"), BAD_CAST("http://schemas.openxmlformats.org/wordprocessingml/2006/main"));
         xmlXPathRegisterNs(pXmlXpathCtx, BAD_CAST("v"), BAD_CAST("urn:schemas-microsoft-com:vml"));


More information about the Libreoffice-commits mailing list