diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-16 11:36:30 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-16 11:36:30 +0200 |
commit | a316cdf1969aa6893870d8907841bcf077d5148a (patch) | |
tree | ff6a75663b7544183b3b3b60585871a65dbf42e3 /configmgr/source/data.hxx | |
parent | 943c96d6d68cb78b9621be5d860d9d841fbb059b (diff) |
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.hxx | 5 |
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; |