diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-06 16:58:22 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-06 16:58:22 +0200 |
commit | b6bfcaa054dd760bf49e47a3f5bcb36ab7fc0588 (patch) | |
tree | fe9cd0c87efed220c35256e72c57b954e21adb45 | |
parent | 81ec888f2503ce29a26d32248b70aded0301d987 (diff) |
loplugin:saloverride
Change-Id: I5ee17a1e5ea28e6ecf371bea30b36923586f41cc
-rw-r--r-- | sw/qa/cppunit/tox/test_ToxTextGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |