summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-03-05 15:44:41 +0200
committerNoel Grandin <noel@peralex.com>2013-03-07 08:23:42 +0200
commitf084fc5c80ad8b57f7a22a2a5fc506f90e0e24b8 (patch)
tree360b739c5e1065a48e5a75016a7b960a63b68d0f /unotools/inc
parente721452988b54eb2e02c3885fde288be70bcf1f1 (diff)
fdo#46808, simplify OConfigurationTreeRoot constructor
.. doesn't need to take comphelper::ComponentContext as a param anymore, can now use Reference<XComponentContext> Change-Id: Ie5fbe0c9e8459cc612426ffa9474f955b28593e3
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/confignode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/inc/unotools/confignode.hxx b/unotools/inc/unotools/confignode.hxx
index 184250cb6200..08e86429ede4 100644
--- a/unotools/inc/unotools/confignode.hxx
+++ b/unotools/inc/unotools/confignode.hxx
@@ -249,7 +249,7 @@ namespace utl
/** creates a configuration tree for the given path in the given mode
*/
OConfigurationTreeRoot(
- const ::comphelper::ComponentContext& i_rContext,
+ const css::uno::Reference<css::uno::XComponentContext> & i_rContext,
const ::rtl::OUString& i_rNodePath,
const bool i_bUpdatable
);