summaryrefslogtreecommitdiff
path: root/include/test/calc_unoapi_test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/calc_unoapi_test.hxx')
-rw-r--r--include/test/calc_unoapi_test.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/test/calc_unoapi_test.hxx b/include/test/calc_unoapi_test.hxx
index c31c35c33fd3..6db43c103a27 100644
--- a/include/test/calc_unoapi_test.hxx
+++ b/include/test/calc_unoapi_test.hxx
@@ -16,8 +16,8 @@ class OOO_DLLPUBLIC_TEST CalcUnoApiTest : public UnoApiTest
public:
CalcUnoApiTest(const OUString& path);
- virtual void setUp();
- virtual void tearDown();
+ virtual void setUp() SAL_OVERRIDE;
+ virtual void tearDown() SAL_OVERRIDE;
private:
css::uno::Reference<css::uno::XInterface> m_xCalcComponent;