summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/scdetect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/scdetect.hxx')
-rw-r--r--sc/source/ui/unoobj/scdetect.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/scdetect.hxx b/sc/source/ui/unoobj/scdetect.hxx
index 30bcb9563e36..f5e00db299d6 100644
--- a/sc/source/ui/unoobj/scdetect.hxx
+++ b/sc/source/ui/unoobj/scdetect.hxx
@@ -40,7 +40,7 @@ class ScFilterDetect : public ::cppu::WeakImplHelper< css::document::XExtendedFi
{
public:
explicit ScFilterDetect( const css::uno::Reference<css::uno::XComponentContext>& xContext );
- virtual ~ScFilterDetect();
+ virtual ~ScFilterDetect() override;
/* XServiceInfo */
virtual OUString SAL_CALL getImplementationName() throw( css::uno::RuntimeException, std::exception ) override;