sc/qa/extras/scstyleloaderobj.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
New commits: commit 161931ba7b915490ac9b9c57ca721857cf734fe0 Author: Stephan Bergmann <sberg...@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: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits