summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_content.cxx')
-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;
}