summaryrefslogtreecommitdiff
path: root/sc/qa/unit
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit')
-rw-r--r--sc/qa/unit/helper/qahelper.hxx2
-rw-r--r--sc/qa/unit/ucalc.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/helper/qahelper.hxx b/sc/qa/unit/helper/qahelper.hxx
index 5b3f8b609222..ac7a0e3dec5f 100644
--- a/sc/qa/unit/helper/qahelper.hxx
+++ b/sc/qa/unit/helper/qahelper.hxx
@@ -223,7 +223,7 @@ public:
static const FileFormat* getFileFormats() { return aFileFormats; }
explicit ScBootstrapFixture( const OUString& rsBaseString );
- virtual ~ScBootstrapFixture();
+ virtual ~ScBootstrapFixture() override;
void createFileURL(const OUString& aFileBase, const OUString& aFileExtension, OUString& rFilePath);
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 1f362854190b..b66110c7b7ff 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -92,7 +92,7 @@ public:
}
Test();
- virtual ~Test();
+ virtual ~Test() override;
ScDocShell& getDocShell();