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