summaryrefslogtreecommitdiff
path: root/framework/inc/jobs
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-21 14:13:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-21 14:21:36 +0000
commit878fe03bcae0b4a32b88861852c0830d63e15685 (patch)
tree6268963bcb3c270cf801d2f4ff78a5fb45005f2e /framework/inc/jobs
parent97e0597854a7ffd1d55f8f5c31db709b6533b3e3 (diff)
resolve more ownership cycles
Diffstat (limited to 'framework/inc/jobs')
-rw-r--r--framework/inc/jobs/jobexecutor.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/inc/jobs/jobexecutor.hxx b/framework/inc/jobs/jobexecutor.hxx
index cb4ac2cc27e6..7df32137450d 100644
--- a/framework/inc/jobs/jobexecutor.hxx
+++ b/framework/inc/jobs/jobexecutor.hxx
@@ -92,6 +92,9 @@ class JobExecutor : public css::lang::XTypeProvider
/** we listen at the configuration for changes at the event list. */
ConfigAccess m_aConfig;
+ /** helper to allow us listen to the configuration without a cyclic dependency */
+ com::sun::star::uno::Reference<com::sun::star::container::XContainerListener> m_xConfigListener;
+
//___________________________________
// native interface methods