summaryrefslogtreecommitdiff
path: root/framework/source/services/pathsettings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/pathsettings.cxx')
-rw-r--r--framework/source/services/pathsettings.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx
index 4122292f37b5..2ccbb899a03a 100644
--- a/framework/source/services/pathsettings.cxx
+++ b/framework/source/services/pathsettings.cxx
@@ -1402,8 +1402,8 @@ css::uno::Reference< css::util::XStringSubstitution > PathSettings::fa_getSubsti
if (! xSubst.is())
{
// create the needed substitution service.
- // We must replace all used variables inside readed path values.
- // In case we can't do so ... the whole office can't work really.
+ // We must replace all used variables inside read path values.
+ // In case we can't do so... the whole office can't work really.
// That's why it seems to be OK to throw a RuntimeException then.
xSubst = css::util::PathSubstitution::create(m_xContext);