diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-02-12 13:57:35 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-02-12 13:57:35 +0100 |
commit | 0cb62ab4b4a6ea27293d036c94912a74f6007efe (patch) | |
tree | faabf6a3a4195af67ce3410b6973f62bb84d478c /unotools/inc | |
parent | 0e3b2c2af5e872665e2c57a0176f4956a1b8f3db (diff) | |
parent | da2c680d23b67d4721aa29f740475fd6d40e2e08 (diff) |
cws tl74: merge
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/confignode.hxx | 3 |
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. */ |