summaryrefslogtreecommitdiff
path: root/framework/inc/jobs/jobresult.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/jobs/jobresult.hxx')
-rw-r--r--framework/inc/jobs/jobresult.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/jobs/jobresult.hxx b/framework/inc/jobs/jobresult.hxx
index 3b5c4875acf9..0d399c461ae5 100644
--- a/framework/inc/jobs/jobresult.hxx
+++ b/framework/inc/jobs/jobresult.hxx
@@ -36,7 +36,7 @@ namespace framework{
data from the code place where the job was finished
to the outside code, where e.g. listener must be notified.
*/
-class JobResult
+class JobResult final
{
// types
@@ -107,7 +107,7 @@ class JobResult
JobResult( );
JobResult( const css::uno::Any& aResult );
JobResult( const JobResult& rCopy );
- virtual ~JobResult( );
+ ~JobResult( );
JobResult& operator=( const JobResult& rCopy );