summaryrefslogtreecommitdiff
path: root/basegfx/test/basegfx3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/test/basegfx3d.cxx')
-rw-r--r--basegfx/test/basegfx3d.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/basegfx/test/basegfx3d.cxx b/basegfx/test/basegfx3d.cxx
index 7665cfcd2986..139eca0e70d9 100644
--- a/basegfx/test/basegfx3d.cxx
+++ b/basegfx/test/basegfx3d.cxx
@@ -29,11 +29,11 @@ class b3dhommatrix : public CppUnit::TestFixture
{
public:
// initialise your test code values here.
- void setUp()
+ void setUp() SAL_OVERRIDE
{
}
- void tearDown()
+ void tearDown() SAL_OVERRIDE
{
}
@@ -58,11 +58,11 @@ class b3dpoint : public CppUnit::TestFixture
{
public:
// initialise your test code values here.
- void setUp()
+ void setUp() SAL_OVERRIDE
{
}
- void tearDown()
+ void tearDown() SAL_OVERRIDE
{
}
@@ -87,11 +87,11 @@ class b3drange : public CppUnit::TestFixture
{
public:
// initialise your test code values here.
- void setUp()
+ void setUp() SAL_OVERRIDE
{
}
- void tearDown()
+ void tearDown() SAL_OVERRIDE
{
}
@@ -114,11 +114,11 @@ class b3dtuple : public CppUnit::TestFixture
{
public:
// initialise your test code values here.
- void setUp()
+ void setUp() SAL_OVERRIDE
{
}
- void tearDown()
+ void tearDown() SAL_OVERRIDE
{
}
@@ -143,11 +143,11 @@ class b3dvector : public CppUnit::TestFixture
{
public:
// initialise your test code values here.
- void setUp()
+ void setUp() SAL_OVERRIDE
{
}
- void tearDown()
+ void tearDown() SAL_OVERRIDE
{
}