summaryrefslogtreecommitdiffstats
path: root/basegfx/test/boxclipper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/test/boxclipper.cxx')
-rw-r--r--basegfx/test/boxclipper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/test/boxclipper.cxx b/basegfx/test/boxclipper.cxx
index f96c7eb0d52f..9047b3cbddd7 100644
--- a/basegfx/test/boxclipper.cxx
+++ b/basegfx/test/boxclipper.cxx
@@ -79,7 +79,7 @@ private:
public:
// initialise your test code values here.
- void setUp()
+ void setUp() SAL_OVERRIDE
{
B2DRange aCenter(100, 100, -100, -100);
B2DRange aOffside(800, 800, 1000, 1000);
@@ -180,7 +180,7 @@ public:
#endif
}
- void tearDown()
+ void tearDown() SAL_OVERRIDE
{
}