summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj')
-rw-r--r--sc/source/ui/unoobj/celllistsource.hxx2
-rw-r--r--sc/source/ui/unoobj/cellvaluebinding.hxx2
-rw-r--r--sc/source/ui/unoobj/exceldetect.hxx2
-rw-r--r--sc/source/ui/unoobj/fielduno.cxx2
-rw-r--r--sc/source/ui/unoobj/scdetect.hxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/unoobj/celllistsource.hxx b/sc/source/ui/unoobj/celllistsource.hxx
index 917513358d54..9f9aa76d26ac 100644
--- a/sc/source/ui/unoobj/celllistsource.hxx
+++ b/sc/source/ui/unoobj/celllistsource.hxx
@@ -75,7 +75,7 @@ namespace calc
using OCellListSource_PBase::getFastPropertyValue;
protected:
- virtual ~OCellListSource( );
+ virtual ~OCellListSource( ) override;
protected:
// XInterface
diff --git a/sc/source/ui/unoobj/cellvaluebinding.hxx b/sc/source/ui/unoobj/cellvaluebinding.hxx
index 7550b486163b..22ca062f50fb 100644
--- a/sc/source/ui/unoobj/cellvaluebinding.hxx
+++ b/sc/source/ui/unoobj/cellvaluebinding.hxx
@@ -81,7 +81,7 @@ namespace calc
using OCellValueBinding_PBase::getFastPropertyValue;
protected:
- virtual ~OCellValueBinding( );
+ virtual ~OCellValueBinding( ) override;
protected:
// XInterface
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;
diff --git a/sc/source/ui/unoobj/fielduno.cxx b/sc/source/ui/unoobj/fielduno.cxx
index 6969bb869f9a..dbab4e97d107 100644
--- a/sc/source/ui/unoobj/fielduno.cxx
+++ b/sc/source/ui/unoobj/fielduno.cxx
@@ -174,7 +174,7 @@ class ScUnoEditEngine : public ScEditEngineDefaulter
public:
explicit ScUnoEditEngine(ScEditEngineDefaulter* pSource);
- virtual ~ScUnoEditEngine();
+ virtual ~ScUnoEditEngine() override;
virtual OUString CalcFieldValue( const SvxFieldItem& rField, sal_Int32 nPara, sal_Int32 nPos,
Color*& rTxtColor, Color*& rFldColor ) override;
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;