summaryrefslogtreecommitdiff
path: root/framework/inc/jobs
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/jobs')
-rw-r--r--framework/inc/jobs/helponstartup.hxx2
-rw-r--r--framework/inc/jobs/job.hxx2
-rw-r--r--framework/inc/jobs/shelljob.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/jobs/helponstartup.hxx b/framework/inc/jobs/helponstartup.hxx
index 6b9841d9109c..e26bb74ed410 100644
--- a/framework/inc/jobs/helponstartup.hxx
+++ b/framework/inc/jobs/helponstartup.hxx
@@ -87,7 +87,7 @@ class HelpOnStartup : public ::cppu::WeakImplHelper< css::lang::XServiceInfo,css
so this class can't make trouble
related to inline/symbols etcpp.!
*/
- virtual ~HelpOnStartup();
+ virtual ~HelpOnStartup() override;
// uno interface
public:
diff --git a/framework/inc/jobs/job.hxx b/framework/inc/jobs/job.hxx
index d108c5d9ce27..5f0a02d4bbaf 100644
--- a/framework/inc/jobs/job.hxx
+++ b/framework/inc/jobs/job.hxx
@@ -171,7 +171,7 @@ class Job : public ::cppu::WeakImplHelper<
const css::uno::Reference< css::frame::XFrame >& xFrame );
Job( const css::uno::Reference< css::uno::XComponentContext >& xContext ,
const css::uno::Reference< css::frame::XModel >& xModel );
- virtual ~Job( );
+ virtual ~Job( ) override;
void setDispatchResultFake( const css::uno::Reference< css::frame::XDispatchResultListener >& xListener ,
const css::uno::Reference< css::uno::XInterface >& xSourceFake );
diff --git a/framework/inc/jobs/shelljob.hxx b/framework/inc/jobs/shelljob.hxx
index aa54eaf60cc7..162eca14c3e8 100644
--- a/framework/inc/jobs/shelljob.hxx
+++ b/framework/inc/jobs/shelljob.hxx
@@ -71,7 +71,7 @@ class ShellJob : public ::cppu::WeakImplHelper< css::lang::XServiceInfo,css::tas
so this class can't make trouble
related to inline/symbols etcpp.!
*/
- virtual ~ShellJob();
+ virtual ~ShellJob() override;
// uno interface
public: