summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 18:19:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:38:04 +0200
commitb937a95b4e3f372f64450a6bfea9a7efb5c16464 (patch)
treeccab99bc0695e8a827dbebbee924efa1ba62364e /ucb/source/ucp/tdoc
parent38719c3341bf4244fcaf835a3933c922e9153251 (diff)
Fix typos
Change-Id: Ic49b4cc6f2d0e0ac4d2635da2447bc6a2db5322e Reviewed-on: https://gerrit.libreoffice.org/77275 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'ucb/source/ucp/tdoc')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_content.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_content.cxx b/ucb/source/ucp/tdoc/tdoc_content.cxx
index 93b4cff26e67..910e95dd9dcf 100644
--- a/ucb/source/ucp/tdoc/tdoc_content.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_content.cxx
@@ -2371,7 +2371,7 @@ void Content::renameData(
}
catch ( embed::InvalidStorageException const & )
{
- // this storage is in invalid state for eny reason
+ // this storage is in invalid state for any reason
OSL_FAIL( "Caught InvalidStorageException!" );
return;
}
@@ -2435,7 +2435,7 @@ bool Content::removeData()
}
catch ( embed::InvalidStorageException const & )
{
- // this storage is in invalid state for eny reason
+ // this storage is in invalid state for any reason
OSL_FAIL( "Caught InvalidStorageException!" );
return false;
}
@@ -2500,7 +2500,7 @@ bool Content::copyData( const Uri & rSourceUri, const OUString & rNewName )
}
catch ( embed::InvalidStorageException const & )
{
- // this storage is in invalid state for eny reason
+ // this storage is in invalid state for any reason
OSL_FAIL( "Caught InvalidStorageException!" );
return false;
}