diff options
Diffstat (limited to 'unotools/source/config/confignode.cxx')
-rw-r--r-- | unotools/source/config/confignode.cxx | 2 |
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()); |