diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-08 14:41:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-09 07:28:25 +0100 |
commit | 313744d4f23f242f5ee979d229fe394211ff7ffd (patch) | |
tree | 7c2e83e0eb5eb2b133c0eaa1a61bb179b554f14d /framework/inc | |
parent | ccb6b8967ce3d84bb141379e51a339544f753446 (diff) |
loplugin:unusedmethods
Change-Id: I242f56f2bc5dc8fce6db1ba8f1f8269da4fec0fa
Reviewed-on: https://gerrit.libreoffice.org/68938
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/jobs/jobresult.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/inc/jobs/jobresult.hxx b/framework/inc/jobs/jobresult.hxx index a083bee27808..4663cfc77895 100644 --- a/framework/inc/jobs/jobresult.hxx +++ b/framework/inc/jobs/jobresult.hxx @@ -91,7 +91,6 @@ class JobResult final public: - JobResult( ); JobResult( const css::uno::Any& aResult ); JobResult( const JobResult& rCopy ); ~JobResult( ); |