summaryrefslogtreecommitdiffstats
path: root/configmgr/source/data.hxx
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
commita316cdf1969aa6893870d8907841bcf077d5148a (patch)
treeff6a75663b7544183b3b3b60585871a65dbf42e3 /configmgr/source/data.hxx
parentslidecopy: indentation corrected (diff)
downloadcore-a316cdf1969aa6893870d8907841bcf077d5148a.tar.gz
core-a316cdf1969aa6893870d8907841bcf077d5148a.zip
slidecopy: (patch by SB) for compatibility with the old implementation, let getHierarchicalName return the absolute node path
Diffstat (limited to 'configmgr/source/data.hxx')
-rw-r--r--configmgr/source/data.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/data.hxx b/configmgr/source/data.hxx
index 495ca1233878..52353d066b67 100644
--- a/configmgr/source/data.hxx
+++ b/configmgr/source/data.hxx
@@ -74,8 +74,9 @@ struct Data: private boost::noncopyable {
int layer, NodeMap const & map, rtl::OUString const & name);
rtl::Reference< Node > resolvePathRepresentation(
- rtl::OUString const & pathRepresentation, Path * path,
- int * finalizedLayer) const;
+ rtl::OUString const & pathRepresentation,
+ rtl::OUString * canonicRepresenation, Path * path, int * finalizedLayer)
+ const;
rtl::Reference< Node > getTemplate(
int layer, rtl::OUString const & fullName) const;