diff options
Diffstat (limited to 'basegfx/test/basegfxtools.cxx')
-rw-r--r-- | basegfx/test/basegfxtools.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/test/basegfxtools.cxx b/basegfx/test/basegfxtools.cxx index 01ae9634f4ad..e5a6a4932f2b 100644 --- a/basegfx/test/basegfxtools.cxx +++ b/basegfx/test/basegfxtools.cxx @@ -51,10 +51,10 @@ public: maKeyStops(getTestVector()) {} - void setUp() + void setUp() SAL_OVERRIDE {} - void tearDown() + void tearDown() SAL_OVERRIDE {} void test() |