summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-11-16 14:59:17 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-11-16 14:59:17 +0100
commit4d4bfb28a75c7887a46fec3c0f71260781ae0471 (patch)
tree2b5d41246600ef16db8ae9f5b35d100d981e733e /unotools/inc
parentcd3d88b672d222a943d692c8b7d607af57554c8c (diff)
#i84012# +getLocalName
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 580274004e1a..2e305030fa2b 100644
--- a/unotools/inc/unotools/confignode.hxx
+++ b/unotools/inc/unotools/confignode.hxx
@@ -88,6 +88,9 @@ namespace utl
/// dtor
~OConfigurationNode() {}
+ /// returns the local name of the node
+ ::rtl::OUString getLocalName() const;
+
/** open a sub node
@param _rPath access path of the to-be-opened sub node. May be a hierarchical path.
*/