summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-06-05 22:01:24 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-06-05 22:04:59 +0200
commit371b80e1a52ea0bb29eff6290531482cf45a4d8f (patch)
treeab9bea1803c5a632a409c39af781381337ab1df4 /sw
parent47e907ac914b06cc219e624035055c6ad26e14f2 (diff)
loplugin:saloverride
Change-Id: Iff296171e373bae256c7bf182de44e8fc8d7e60d
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/cppunit/tox/test_ToxLinkProcessor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/cppunit/tox/test_ToxLinkProcessor.cxx b/sw/qa/cppunit/tox/test_ToxLinkProcessor.cxx
index 9dc621f4b0de..1873bb17ef50 100644
--- a/sw/qa/cppunit/tox/test_ToxLinkProcessor.cxx
+++ b/sw/qa/cppunit/tox/test_ToxLinkProcessor.cxx
@@ -74,8 +74,8 @@ ToxLinkProcessorTest::AddingAndClosingTwoLinksResultsInTwoClosedLinks()
class ToxLinkProcessorWithOverriddenObtainPoolId : public ToxLinkProcessor {
public:
- /*virtual*/ sal_uInt16
- ObtainPoolId(const OUString& characterStyle) const {
+ virtual sal_uInt16
+ ObtainPoolId(const OUString& characterStyle) const SAL_OVERRIDE {
if (characterStyle == ToxLinkProcessorTest::STYLE_NAME_1) {
return ToxLinkProcessorTest::POOL_ID_1;
}