summaryrefslogtreecommitdiff
path: root/configmgr/source/components.cxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-16 11:36:30 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-16 11:36:30 +0200
commit7562a4ff0ce5f3778f91edc1e2d20a9537dea5fd (patch)
tree99a0fa64a82c3b077f749bf19b14e97554aecce5 /configmgr/source/components.cxx
parentc7041d330ec2115a9f2252cc04070e3485a1d6c9 (diff)
slidecopy: (patch by SB) for compatibility with the old implementation, let getHierarchicalName return the absolute node path
Diffstat (limited to 'configmgr/source/components.cxx')
-rw-r--r--configmgr/source/components.cxx7
1 files changed, 4 insertions, 3 deletions
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(