summaryrefslogtreecommitdiff
path: root/framework/source/jobs
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-13 16:59:57 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-14 06:37:16 +0000
commitd191d1f9b684c6229f3651361c92ff39ffb350f1 (patch)
treee670ba0105d974b3a68c17b42366eec1d35ebae4 /framework/source/jobs
parentba974ccc8c49766542ddd727c95ecc5db1cff198 (diff)
com::sun::star->css in framework
Change-Id: If5a77db83fcbef5ed436f2043ddeb7c515a840dc Reviewed-on: https://gerrit.libreoffice.org/19356 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'framework/source/jobs')
-rw-r--r--framework/source/jobs/jobexecutor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/jobs/jobexecutor.cxx b/framework/source/jobs/jobexecutor.cxx
index 84ed9ca17988..b637b66bc200 100644
--- a/framework/source/jobs/jobexecutor.cxx
+++ b/framework/source/jobs/jobexecutor.cxx
@@ -77,7 +77,7 @@ private:
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;
+ css::uno::Reference<css::container::XContainerListener> m_xConfigListener;
virtual void SAL_CALL disposing() override;