summaryrefslogtreecommitdiff
path: root/sc/source/filter/orcus/filterdetect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/orcus/filterdetect.cxx')
-rw-r--r--sc/source/filter/orcus/filterdetect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/orcus/filterdetect.cxx b/sc/source/filter/orcus/filterdetect.cxx
index 9ae30ad86ce5..a24b0565dfc1 100644
--- a/sc/source/filter/orcus/filterdetect.cxx
+++ b/sc/source/filter/orcus/filterdetect.cxx
@@ -27,7 +27,7 @@ class OrcusFormatDetect : public ::cppu::WeakImplHelper<
{
public:
explicit OrcusFormatDetect();
- virtual ~OrcusFormatDetect();
+ virtual ~OrcusFormatDetect() override;
virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception ) override;