summaryrefslogtreecommitdiff
path: root/fileaccess/source/FileAccess.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2010-12-04 13:16:21 +0900
committerCaolán McNamara <caolanm@redhat.com>2010-12-06 09:13:26 +0000
commit50a0d1170ac8cd85373687f00d3b03a9aadefe40 (patch)
treeaef5cba1522c1d9a2f95c9217e709f884618782e /fileaccess/source/FileAccess.cxx
parentebe931d8572c6698e97907cf042ccd471a15e2b7 (diff)
Replace all occured, occurance etc.
Diffstat (limited to 'fileaccess/source/FileAccess.cxx')
-rw-r--r--fileaccess/source/FileAccess.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/fileaccess/source/FileAccess.cxx b/fileaccess/source/FileAccess.cxx
index 0a4ba3ec6b..0435e132ec 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 )