diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-12-04 13:16:21 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-06 09:13:26 +0000 |
commit | 0b30cb7e66e0cef4f6f75013eb182c2d58615ca1 (patch) | |
tree | 2120cc042fe1f01d44808ea606d319ea1dd13c11 /fileaccess | |
parent | da77d802695d0971ef3d02d040b026681635fd01 (diff) |
Replace all occured, occurance etc.
Diffstat (limited to 'fileaccess')
-rw-r--r-- | fileaccess/source/FileAccess.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/fileaccess/source/FileAccess.cxx b/fileaccess/source/FileAccess.cxx index 4242d41066df..a680b00731f8 100644 --- a/fileaccess/source/FileAccess.cxx +++ b/fileaccess/source/FileAccess.cxx @@ -350,7 +350,7 @@ void OFileAccess::transferImpl( const rtl::OUString& rSource, } catch ( ::com::sun::star::ucb::CommandFailedException const & ) { - // Interaction Handler already handled the error that has occured... + // Interaction Handler already handled the error that has occurred... } } @@ -378,7 +378,7 @@ void OFileAccess::kill( const rtl::OUString& FileURL ) } catch ( ::com::sun::star::ucb::CommandFailedException const & ) { - // Interaction Handler already handled the error that has occured... + // Interaction Handler already handled the error that has occurred... } } @@ -480,7 +480,7 @@ void OFileAccess::createFolder( const rtl::OUString& NewFolderURL ) } catch ( ::com::sun::star::ucb::CommandFailedException const & ) { - // Interaction Handler already handled the error that has occured... + // Interaction Handler already handled the error that has occurred... continue; } } @@ -546,7 +546,7 @@ Sequence< rtl::OUString > OFileAccess::getFolderContents( const rtl::OUString& F } catch ( ::com::sun::star::ucb::CommandFailedException const & ) { - // Interaction Handler already handled the error that has occured... + // Interaction Handler already handled the error that has occurred... } if ( xResultSet.is() ) @@ -617,7 +617,7 @@ Reference< XInputStream > OFileAccess::openFileRead( const rtl::OUString& FileUR } catch ( ::com::sun::star::ucb::CommandFailedException const & ) { - // Interaction Handler already handled the error that has occured... + // Interaction Handler already handled the error that has occurred... } return xRet; @@ -756,7 +756,7 @@ bool OFileAccess::createNewFile( const rtl::OUString & rParentURL, catch ( CommandFailedException const & ) { // Interaction Handler already handled the - // error that has occured... + // error that has occurred... continue; } } @@ -781,7 +781,7 @@ void SAL_CALL OFileAccess::writeFile( const rtl::OUString& FileURL, } catch ( CommandFailedException const & ) { - // Interaction Handler already handled the error that has occured... + // Interaction Handler already handled the error that has occurred... } } catch ( ContentCreationException const & e ) |