From b275246c30ce3796cd22f72cd82c58b5cf4c86f0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 May 2018 14:22:45 +0200 Subject: loplugin:unusedfields in formula..registry Change-Id: I031654d8bb4f1788d364ef4f8d3bf7a05fadb148 Reviewed-on: https://gerrit.libreoffice.org/54454 Tested-by: Jenkins Reviewed-by: Noel Grandin --- framework/inc/jobs/jobresult.hxx | 13 ------------- framework/inc/jobs/joburl.hxx | 9 --------- 2 files changed, 22 deletions(-) (limited to 'framework/inc/jobs') diff --git a/framework/inc/jobs/jobresult.hxx b/framework/inc/jobs/jobresult.hxx index 0d399c461ae5..a083bee27808 100644 --- a/framework/inc/jobs/jobresult.hxx +++ b/framework/inc/jobs/jobresult.hxx @@ -63,12 +63,6 @@ class JobResult final private: - /** hold the original pure result, which was given back by an - executed job - We analyze it and use it to set all our other members. - */ - css::uno::Any m_aPureResult; - /** an user of us must know, which (possible) parts of a "pure result" was really set by an executed job. @@ -85,13 +79,6 @@ class JobResult final */ std::vector< css::beans::NamedValue > m_lArguments; - /** - an executed job can force his deactivation - But we provide this information here only. - Doing so is part of any user of us. - */ - bool m_bDeactivate; - /** represent the part "DispatchResult" It's a fulfilled event type, which was given diff --git a/framework/inc/jobs/joburl.hxx b/framework/inc/jobs/joburl.hxx index 261026d501d8..2e3e2cb0c0c9 100644 --- a/framework/inc/jobs/joburl.hxx +++ b/framework/inc/jobs/joburl.hxx @@ -86,15 +86,6 @@ class JobURL /** holds the service part of a job URL */ OUString m_sService; - /** holds the event arguments */ - OUString m_sEventArgs; - - /** holds the alias arguments */ - OUString m_sAliasArgs; - - /** holds the service arguments */ - OUString m_sServiceArgs; - // native interface public: -- cgit v1.2.3