diff options
Diffstat (limited to 'basegfx/test/genericclipper.cxx')
-rw-r--r-- | basegfx/test/genericclipper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/test/genericclipper.cxx b/basegfx/test/genericclipper.cxx index 66c503a4383c..8de9f368261d 100644 --- a/basegfx/test/genericclipper.cxx +++ b/basegfx/test/genericclipper.cxx @@ -48,7 +48,7 @@ private: public: // initialise your test code values here. - void setUp() + void setUp() SAL_OVERRIDE { aSelfIntersecting.append(B2DPoint(0, 0)); aSelfIntersecting.append(B2DPoint(0, 100)); @@ -64,7 +64,7 @@ public: B2DRange(0,90,20,150)); } - void tearDown() + void tearDown() SAL_OVERRIDE {} void validate(const char* pName, |