sw/qa/cppunit/tox/test_ToxLinkProcessor.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 371b80e1a52ea0bb29eff6290531482cf45a4d8f
Author: Miklos Vajna <vmik...@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;
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to