summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-01-15 14:01:24 +0100
committerKurt Zenker <kz@openoffice.org>2010-01-15 14:01:24 +0100
commit760c83ecf2cb3f998364e37c56d5c72d99699b46 (patch)
tree01a32bd76b87eb45028e0e9bb6772831993841b3 /unotools/inc
parentbbc621cae7cbea4f83ade5944cb1b8b89e7d272c (diff)
parent0373564931264505716528c688c474b16c30a694 (diff)
CWS-TOOLING: integrate CWS dba33b
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.
*/