diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-17 09:43:23 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-17 19:35:38 +0100 |
commit | 0143e976454f7937b3f9ba29113bbc36505173c8 (patch) | |
tree | a948a85c8361bd3991b05bb13aec15198bb9c68c /framework/source | |
parent | b12acadfeade6749f2d3f522811539b6f1f6e664 (diff) |
Fix typos
Change-Id: Ic7a29f572ce4c42cc88e5d45ebbb774c4b21aaa0
Reviewed-on: https://gerrit.libreoffice.org/63488
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/services/autorecovery.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index cb1c30858d6a..da6c33022c23 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -737,7 +737,7 @@ private: Note further: it patches the info struct more than ones. E.g. the new temp URL is set before the file is saved. And the old URL is removed - only if removing oft he old file was successfully. + only if removing of the old file was successfully. If this method returns without an exception - everything was OK. Otherwise the info struct can be analyzed to get more information, e.g. when the problem occurs. |