summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-01-15 09:16:51 +0100
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-01-15 09:16:51 +0100
commita94ddc5749d22d9e811ee03c5c42cf7950bc431e (patch)
tree71e5d3af21dfe17c0d019f82f01ca8d8b86c6c71 /unotools/inc
parent8765a3bf9f2926a50d0f644e4263782269abe023 (diff)
parent4d4bfb28a75c7887a46fec3c0f71260781ae0471 (diff)
dba33b: merge m69
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.
*/