summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-08 10:54:51 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-08 10:54:51 +0200
commitae26801d4b351eee944156e3cb1d73879d011089 (patch)
treed554ec0ee06c576da0e6f0d7d15dfbd25037cc28 /unotools/inc
parentd2910d38be6f4eda0841b15f2b0a77a327d12305 (diff)
slidecopy: +getNodePath
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/confignode.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/unotools/inc/unotools/confignode.hxx b/unotools/inc/unotools/confignode.hxx
index 33ee99f17138..9be8b20d7a3e 100644
--- a/unotools/inc/unotools/confignode.hxx
+++ b/unotools/inc/unotools/confignode.hxx
@@ -100,6 +100,9 @@ namespace utl
/// returns the local name of the node
::rtl::OUString getLocalName() const;
+ /// returns the fully qualified path of the node
+ ::rtl::OUString getNodePath() const;
+
/** open a sub node
@param _rPath access path of the to-be-opened sub node. May be a hierarchical path.
*/