[Libreoffice-commits] core.git: sc/qa

Stephan Bergmann sbergman at redhat.com
Fri Aug 8 00:27:50 PDT 2014


 sc/qa/extras/scstyleloaderobj.cxx |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 161931ba7b915490ac9b9c57ca721857cf734fe0
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Aug 8 09:27:10 2014 +0200

    loplugin:saloverride
    
    Change-Id: I6a3cdf840468d6508e8ffecdc50d79041b9b4797

diff --git a/sc/qa/extras/scstyleloaderobj.cxx b/sc/qa/extras/scstyleloaderobj.cxx
index 06f7c9e..996436f 100644
--- a/sc/qa/extras/scstyleloaderobj.cxx
+++ b/sc/qa/extras/scstyleloaderobj.cxx
@@ -25,13 +25,13 @@ class ScStyleLoaderObj : public CalcUnoApiTest, apitest::XStyleLoader
 public:
     ScStyleLoaderObj();
 
-    virtual void setUp();
-    virtual void tearDown();
+    virtual void setUp() SAL_OVERRIDE;
+    virtual void tearDown() SAL_OVERRIDE;
 
-    virtual uno::Reference< uno::XInterface > init();
-    virtual uno::Reference< lang::XComponent  > getTargetComponent();
-    virtual uno::Reference< lang::XComponent > getSourceComponent();
-    virtual OUString getTestURL();
+    virtual uno::Reference< uno::XInterface > init() SAL_OVERRIDE;
+    virtual uno::Reference< lang::XComponent  > getTargetComponent() SAL_OVERRIDE;
+    virtual uno::Reference< lang::XComponent > getSourceComponent() SAL_OVERRIDE;
+    virtual OUString getTestURL() SAL_OVERRIDE;
 
     CPPUNIT_TEST_SUITE(ScStyleLoaderObj);
     CPPUNIT_TEST(testLoadStylesFromURL);
@@ -122,4 +122,4 @@ CPPUNIT_TEST_SUITE_REGISTRATION(ScStyleLoaderObj);
 
 CPPUNIT_PLUGIN_IMPLEMENT();
 
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list