summaryrefslogtreecommitdiffstats
path: root/configmgr/source/components.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/components.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/components.hxx')
-rw-r--r--configmgr/source/components.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx
index 8523b02cbbaf..cdf4bdbaeb8f 100644
--- a/configmgr/source/components.hxx
+++ b/configmgr/source/components.hxx
@@ -71,8 +71,9 @@ public:
static bool allLocales(rtl::OUString const & locale);
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;