summaryrefslogtreecommitdiff
path: root/include/unotools/confignode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/confignode.hxx')
-rw-r--r--include/unotools/confignode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/confignode.hxx b/include/unotools/confignode.hxx
index 9fcde9f4a602..47dbccb1ce02 100644
--- a/include/unotools/confignode.hxx
+++ b/include/unotools/confignode.hxx
@@ -104,7 +104,7 @@ namespace utl
If the object represents a set node, this method may be used to create a new child. For non-set-nodes, the
method will fail.<br/>
Unless the respective operations on the pure configuration API, the to-be-created node immediately
- becomes a part of it's hierarchy, no explicit insertion is necessary.
+ becomes a part of its hierarchy, no explicit insertion is necessary.
@param _rName name for the new child. Must be level-1-depth.
*/
OConfigurationNode createNode(const OUString& _rName) const throw();