summaryrefslogtreecommitdiff
path: root/basegfx/test/clipstate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/test/clipstate.cxx')
-rw-r--r--basegfx/test/clipstate.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/test/clipstate.cxx b/basegfx/test/clipstate.cxx
index 2f094e5bac4c..ef41849715ea 100644
--- a/basegfx/test/clipstate.cxx
+++ b/basegfx/test/clipstate.cxx
@@ -46,7 +46,7 @@ private:
tools::B2DClipState aSubtract;
public:
- void setUp()
+ void setUp() SAL_OVERRIDE
{
B2DRange aCenter(100, 100, -100, -100);
B2DRange aNorth(-10, -110, 10, -90);
@@ -87,7 +87,7 @@ public:
aSubtract.subtractRange(aEast);
}
- void tearDown()
+ void tearDown() SAL_OVERRIDE
{}
void verifyPoly(const char* sName, const char* sSvg, const tools::B2DClipState& toTest)