summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-31 10:21:14 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-31 11:30:58 +0200
commit1de9dc5ff788105a6de7988e5ed5cbad84e807b7 (patch)
treea9dd32f26922b9acb12a77e7098c7ff773aa3a93 /sot
parenta43b79f6f9d16d52cdd30b990169160573e5de17 (diff)
Fix typos
Change-Id: If8897807f065a342ef0e7f923199660079a70d22 Reviewed-on: https://gerrit.libreoffice.org/58123 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/ucbstorage.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx
index 77b88df16693..dfca9d6b9211 100644
--- a/sot/source/sdstor/ucbstorage.cxx
+++ b/sot/source/sdstor/ucbstorage.cxx
@@ -2203,7 +2203,7 @@ sal_Int16 UCBStorage_Impl::Commit()
catch (const CommandAbortedException&)
{
// how to tell the content : forget all changes ?!
- // or should we assume that the content does it by itself because he throwed an exception ?!
+ // or should we assume that the content does it by itself because he threw an exception ?!
// any command wasn't executed successfully - not specified
SetError( ERRCODE_IO_GENERAL );
return COMMIT_RESULT_FAILURE;
@@ -2211,7 +2211,7 @@ sal_Int16 UCBStorage_Impl::Commit()
catch (const RuntimeException&)
{
// how to tell the content : forget all changes ?!
- // or should we assume that the content does it by itself because he throwed an exception ?!
+ // or should we assume that the content does it by itself because he threw an exception ?!
// any other error - not specified
SetError( ERRCODE_IO_GENERAL );
return COMMIT_RESULT_FAILURE;
@@ -2234,7 +2234,7 @@ sal_Int16 UCBStorage_Impl::Commit()
catch (const Exception&)
{
// how to tell the content : forget all changes ?!
- // or should we assume that the content does it by itself because he throwed an exception ?!
+ // or should we assume that the content does it by itself because he threw an exception ?!
// any other error - not specified
SetError( ERRCODE_IO_GENERAL );
return COMMIT_RESULT_FAILURE;