summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-02-12 13:57:35 +0100
committerThomas Lange [tl] <tl@openoffice.org>2010-02-12 13:57:35 +0100
commit0cb62ab4b4a6ea27293d036c94912a74f6007efe (patch)
treefaabf6a3a4195af67ce3410b6973f62bb84d478c /unotools/inc
parent0e3b2c2af5e872665e2c57a0176f4956a1b8f3db (diff)
parentda2c680d23b67d4721aa29f740475fd6d40e2e08 (diff)
cws tl74: merge
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.
*/