summaryrefslogtreecommitdiff
path: root/unotools/source/config/configpaths.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/configpaths.cxx')
-rw-r--r--unotools/source/config/configpaths.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/unotools/source/config/configpaths.cxx b/unotools/source/config/configpaths.cxx
index 7b31d428b592..5739fadac203 100644
--- a/unotools/source/config/configpaths.cxx
+++ b/unotools/source/config/configpaths.cxx
@@ -108,7 +108,8 @@ bool splitLastFromConfigurationPath(OUString const& _sInPath,
}
else // defined behavior for invalid paths
{
- nStart = 0, nEnd = _sInPath.getLength();
+ nStart = 0;
+ nEnd = _sInPath.getLength();
nPos = -1;
}