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 b8213af61246..3a9fcc696782 100644
--- a/basegfx/test/clipstate.cxx
+++ b/basegfx/test/clipstate.cxx
@@ -45,7 +45,7 @@ private:
tools::B2DClipState aSubtract;
public:
- void setUp() SAL_OVERRIDE
+ void setUp() override
{
B2DRange aCenter(100, 100, -100, -100);
B2DRange aNorth(-10, -110, 10, -90);
@@ -86,7 +86,7 @@ public:
aSubtract.subtractRange(aEast);
}
- void tearDown() SAL_OVERRIDE
+ void tearDown() override
{}
void verifyPoly(const char* sName, const char* sSvg, const tools::B2DClipState& toTest)