summaryrefslogtreecommitdiff
path: root/include/test/unoapi_test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/unoapi_test.hxx')
-rw-r--r--include/test/unoapi_test.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/test/unoapi_test.hxx b/include/test/unoapi_test.hxx
index a2f5c2fbffeb..870f1402ce2b 100644
--- a/include/test/unoapi_test.hxx
+++ b/include/test/unoapi_test.hxx
@@ -25,8 +25,8 @@ public:
void createFileURL(const OUString& aFileBase, OUString& rFilePath);
- virtual void setUp() SAL_OVERRIDE;
- virtual void tearDown() SAL_OVERRIDE;
+ virtual void setUp() override;
+ virtual void tearDown() override;
protected:
void closeDocument( css::uno::Reference< css::lang::XComponent > xDocument );