From b6bfcaa054dd760bf49e47a3f5bcb36ab7fc0588 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 6 Jun 2014 16:58:22 +0200 Subject: [PATCH] loplugin:saloverride Change-Id: I5ee17a1e5ea28e6ecf371bea30b36923586f41cc --- sw/qa/cppunit/tox/test_ToxTextGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/qa/cppunit/tox/test_ToxTextGenerator.cxx b/sw/qa/cppunit/tox/test_ToxTextGenerator.cxx index f3732ab9a0fa..c37c24b4641b 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(); }