[Libreoffice-commits] core.git: sw/qa
Miklos Vajna
vmiklos at collabora.co.uk
Thu Jun 5 13:05:23 PDT 2014
sw/qa/cppunit/tox/test_ToxLinkProcessor.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 371b80e1a52ea0bb29eff6290531482cf45a4d8f
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Jun 5 22:01:24 2014 +0200
loplugin:saloverride
Change-Id: Iff296171e373bae256c7bf182de44e8fc8d7e60d
diff --git a/sw/qa/cppunit/tox/test_ToxLinkProcessor.cxx b/sw/qa/cppunit/tox/test_ToxLinkProcessor.cxx
index 9dc621f..1873bb1 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;
}
More information about the Libreoffice-commits
mailing list