summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-16 14:22:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-17 11:59:28 +0200
commitb275246c30ce3796cd22f72cd82c58b5cf4c86f0 (patch)
tree45888716a37d4294697fa958be709e3af845c29d /framework/inc
parentf046fed2782f0d4244aff719ba70a56399a2583a (diff)
loplugin:unusedfields in formula..registry
Change-Id: I031654d8bb4f1788d364ef4f8d3bf7a05fadb148 Reviewed-on: https://gerrit.libreoffice.org/54454 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/jobs/jobresult.hxx13
-rw-r--r--framework/inc/jobs/joburl.hxx9
2 files changed, 0 insertions, 22 deletions
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.
@@ -86,13 +80,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
back by the executed job. Any user of us can send
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: