summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-06 16:58:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-06 16:58:22 +0200
commitb6bfcaa054dd760bf49e47a3f5bcb36ab7fc0588 (patch)
treefe9cd0c87efed220c35256e72c57b954e21adb45 /sw
parent81ec888f2503ce29a26d32248b70aded0301d987 (diff)
loplugin:saloverride
Change-Id: I5ee17a1e5ea28e6ecf371bea30b36923586f41cc
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/cppunit/tox/test_ToxTextGenerator.cxx2
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();
}