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

Stephan Bergmann sbergman at redhat.com
Fri Jun 6 07:58:54 PDT 2014


 sw/qa/cppunit/tox/test_ToxTextGenerator.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b6bfcaa054dd760bf49e47a3f5bcb36ab7fc0588
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jun 6 16:58:22 2014 +0200

    loplugin:saloverride
    
    Change-Id: I5ee17a1e5ea28e6ecf371bea30b36923586f41cc

diff --git a/sw/qa/cppunit/tox/test_ToxTextGenerator.cxx b/sw/qa/cppunit/tox/test_ToxTextGenerator.cxx
index f3732ab..c37c24b 100644
--- a/sw/qa/cppunit/tox/test_ToxTextGenerator.cxx
+++ b/sw/qa/cppunit/tox/test_ToxTextGenerator.cxx
@@ -107,7 +107,7 @@ class MockedToxTabStopTokenHandler : public ToxTabStopTokenHandler {
 public:
     virtual HandledTabStopToken
     HandleTabStopToken(const SwFormToken& aToken, const SwTxtNode& targetNode,
-            const SwRootFrm *currentLayout) const {
+            const SwRootFrm *currentLayout) const SAL_OVERRIDE {
         (void)(aToken); (void)(targetNode); (void)(currentLayout); // avoid unused warnings.
         return HandledTabStopToken();
     }


More information about the Libreoffice-commits mailing list