summaryrefslogtreecommitdiff
path: root/framework/source/services
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services')
-rw-r--r--framework/source/services/autorecovery.cxx4
-rw-r--r--framework/source/services/pathsettings.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index a7698055e9e5..227c34f7bc7a 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -547,7 +547,7 @@ private:
- which recovery entries may already exists
@throw [com.sun.star.uno.RuntimeException]
- if config could not be opened or readed successfully!
+ if config could not be opened or read successfully!
@threadsafe
*/
@@ -560,7 +560,7 @@ private:
E.g. the recovery list is not addressed here.
@throw [com.sun.star.uno.RuntimeException]
- if config could not be opened or readed successfully!
+ if config could not be opened or read successfully!
@threadsafe
*/
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);