summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-06 14:40:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-06 14:40:23 +0200
commitd4259530a627733f1034dbd4cf15b6f1142121c9 (patch)
tree9eeb3cc56f8ed5bda6fe218bcf498002ba3a1b1b
parent5918209d281927b714850157b2d1415fa8765c6f (diff)
loplugin:saloverride
Change-Id: I67ce0ceea8ee022493311d58acd0211897208631
-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 7ef8506392e2..0d7d75daa7cb 100644
--- a/sw/qa/cppunit/tox/test_ToxTextGenerator.cxx
+++ b/sw/qa/cppunit/tox/test_ToxTextGenerator.cxx
@@ -113,7 +113,7 @@ public:
private:
SwChapterField
ObtainChapterField(SwChapterFieldType* chapterFieldType, const SwFormToken* chapterToken,
- const SwCntntFrm* contentFrame, const SwCntntNode *contentNode) const {
+ const SwCntntFrm* contentFrame, const SwCntntNode *contentNode) const SAL_OVERRIDE {
// get rid of 'unused-parameters' warnings
(void)(chapterFieldType);(void)(chapterToken);(void)(contentFrame);(void)(contentNode);
return mChapterField;