summaryrefslogtreecommitdiff
path: root/unotools/source/config/confignode.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-29 09:31:26 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-29 11:15:42 +0200
commitc87cf4e76f0cf032a37078fe185adc9b1ca14e06 (patch)
treeef3c14358b9a2c5460e49b8ab7de43dd29a2f22b /unotools/source/config/confignode.cxx
parenta5dabf94fa32fb397141b7aee8e3daecb0240dc4 (diff)
Fix typos
Change-Id: Iec31617554fae0f6c5a3d795a917ce9096d84405 Reviewed-on: https://gerrit.libreoffice.org/76521 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unotools/source/config/confignode.cxx')
-rw-r--r--unotools/source/config/confignode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/confignode.cxx b/unotools/source/config/confignode.cxx
index bb5760ccfbbd..286cbb671215 100644
--- a/unotools/source/config/confignode.cxx
+++ b/unotools/source/config/confignode.cxx
@@ -377,7 +377,7 @@ namespace utl
bResult = true;
}
- // check if the name refers to a indirect descendant
+ // check if the name refers to an indirect descendant
else if (m_xHierarchyAccess.is() && m_xHierarchyAccess->hasByHierarchicalName(_rPath))
{
OSL_ASSERT(!_rPath.isEmpty());