summaryrefslogtreecommitdiff
path: root/extensions/qa/update/test_update.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/qa/update/test_update.cxx')
-rw-r--r--extensions/qa/update/test_update.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/qa/update/test_update.cxx b/extensions/qa/update/test_update.cxx
index 97b10649a88f..4453c1157c1f 100644
--- a/extensions/qa/update/test_update.cxx
+++ b/extensions/qa/update/test_update.cxx
@@ -26,7 +26,7 @@ namespace testupdate {
class Test : public test::BootstrapFixture
{
public:
- virtual void setUp() SAL_OVERRIDE
+ virtual void setUp() override
{
// so that comphelper::getProcessServiceFactory() works, m_xContext is
// set up, etc.
@@ -40,7 +40,7 @@ public:
m_aRepositoryList[0] = getURLFromSrc( "/extensions/qa/update/simple.xml" );
}
- virtual void tearDown() SAL_OVERRIDE
+ virtual void tearDown() override
{
m_xProvider.clear();
m_aRepositoryList.realloc( 0 );