From 7562a4ff0ce5f3778f91edc1e2d20a9537dea5fd Mon Sep 17 00:00:00 2001 From: "Frank Schoenheit [fs]" Date: Fri, 16 Apr 2010 11:36:30 +0200 Subject: slidecopy: (patch by SB) for compatibility with the old implementation, let getHierarchicalName return the absolute node path --- configmgr/source/components.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configmgr/source/components.cxx') diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index 51a1a6547d..187eeee2e4 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.cxx @@ -143,11 +143,12 @@ bool Components::allLocales(rtl::OUString const & locale) { } rtl::Reference< Node > Components::resolvePathRepresentation( - rtl::OUString const & pathRepresentation, Path * path, - int * finalizedLayer) const + rtl::OUString const & pathRepresentation, + rtl::OUString * canonicRepresentation, Path * path, int * finalizedLayer) + const { return data_.resolvePathRepresentation( - pathRepresentation, path, finalizedLayer); + pathRepresentation, canonicRepresentation, path, finalizedLayer); } rtl::Reference< Node > Components::getTemplate( -- cgit v1.2.3