summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/locale/rtl_locale.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl/locale/rtl_locale.cxx')
-rw-r--r--sal/qa/rtl/locale/rtl_locale.cxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/sal/qa/rtl/locale/rtl_locale.cxx b/sal/qa/rtl/locale/rtl_locale.cxx
index f2b03fefebd1..44f6996b8056 100644
--- a/sal/qa/rtl/locale/rtl_locale.cxx
+++ b/sal/qa/rtl/locale/rtl_locale.cxx
@@ -38,13 +38,13 @@ class getDefault : public CppUnit::TestFixture
{
public:
// initialise your test code values here.
- void setUp() SAL_OVERRIDE
+ void setUp() override
{
// start message
rtl_locale::setDefaultLocale();
}
- void tearDown() SAL_OVERRIDE
+ void tearDown() override
{
}
@@ -67,13 +67,13 @@ class setDefault : public CppUnit::TestFixture
{
public:
// initialise your test code values here.
- void setUp() SAL_OVERRIDE
+ void setUp() override
{
// start message
rtl_locale::setDefaultLocale();
}
- void tearDown() SAL_OVERRIDE
+ void tearDown() override
{
setDefaultLocale();
}
@@ -101,13 +101,13 @@ class getLanguage : public CppUnit::TestFixture
{
public:
// initialise your test code values here.
- void setUp() SAL_OVERRIDE
+ void setUp() override
{
// start message
rtl_locale::setDefaultLocale();
}
- void tearDown() SAL_OVERRIDE
+ void tearDown() override
{
}
@@ -139,13 +139,13 @@ class getCountry : public CppUnit::TestFixture
{
public:
// initialise your test code values here.
- void setUp() SAL_OVERRIDE
+ void setUp() override
{
// start message
rtl_locale::setDefaultLocale();
}
- void tearDown() SAL_OVERRIDE
+ void tearDown() override
{
}
@@ -177,13 +177,13 @@ class getVariant : public CppUnit::TestFixture
{
public:
// initialise your test code values here.
- void setUp() SAL_OVERRIDE
+ void setUp() override
{
// start message
rtl_locale::setDefaultLocale();
}
- void tearDown() SAL_OVERRIDE
+ void tearDown() override
{
}
@@ -215,13 +215,13 @@ class hashCode : public CppUnit::TestFixture
{
public:
// initialise your test code values here.
- void setUp() SAL_OVERRIDE
+ void setUp() override
{
// start message
rtl_locale::setDefaultLocale();
}
- void tearDown() SAL_OVERRIDE
+ void tearDown() override
{
}
@@ -253,13 +253,13 @@ class equals : public CppUnit::TestFixture
{
public:
// initialise your test code values here.
- void setUp() SAL_OVERRIDE
+ void setUp() override
{
// start message
rtl_locale::setDefaultLocale();
}
- void tearDown() SAL_OVERRIDE
+ void tearDown() override
{
}