summaryrefslogtreecommitdiff
path: root/ucb/source/ucp
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp')
-rw-r--r--ucb/source/ucp/ext/ucpext_content.cxx2
-rw-r--r--ucb/source/ucp/file/filglob.cxx2
-rw-r--r--ucb/source/ucp/file/filtask.cxx2
-rw-r--r--ucb/source/ucp/file/filtask.hxx2
-rw-r--r--ucb/source/ucp/file/prov.hxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx
index 3610291504cf..fcee9b022e68 100644
--- a/ucb/source/ucp/ext/ucpext_content.cxx
+++ b/ucb/source/ucp/ext/ucpext_content.cxx
@@ -442,7 +442,7 @@ namespace ucb { namespace ucp { namespace ext
{
ENSURE_OR_RETURN( m_eExtContentType != E_ROOT, "illegal call", OUString() );
- // create an ucb::XContent for the physical file within the deployed extension
+ // create a ucb::XContent for the physical file within the deployed extension
const Reference< XPackageInformationProvider > xPackageInfo = PackageInformationProvider::get(m_xContext);
const OUString sPackageLocation( xPackageInfo->getPackageLocation( m_sExtensionId ) );
diff --git a/ucb/source/ucp/file/filglob.cxx b/ucb/source/ucp/file/filglob.cxx
index e7c96e49f62f..679c79a36f16 100644
--- a/ucb/source/ucp/file/filglob.cxx
+++ b/ucb/source/ucp/file/filglob.cxx
@@ -380,7 +380,7 @@ namespace fileaccess {
ioErrorCode = IOErrorCode_NOT_EXISTING;
break;
case FileBase::E_NOTDIR:
- // the specified path is not an directory
+ // the specified path is not a directory
ioErrorCode = IOErrorCode_NO_DIRECTORY;
break;
case FileBase::E_NOMEM:
diff --git a/ucb/source/ucp/file/filtask.cxx b/ucb/source/ucp/file/filtask.cxx
index 058ad0e5f76f..432d18b4bb9a 100644
--- a/ucb/source/ucp/file/filtask.cxx
+++ b/ucb/source/ucp/file/filtask.cxx
@@ -2143,7 +2143,7 @@ bool TaskManager::ensuredir( sal_Int32 CommandId,
// Given a sequence of properties seq, this method determines the mask
-// used to instantiate a osl::FileStatus, so that a call to
+// used to instantiate an osl::FileStatus, so that a call to
// osl::DirectoryItem::getFileStatus fills the required fields.
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx
index 45646ee59a0c..c57ed1978c8a 100644
--- a/ucb/source/ucp/file/filtask.hxx
+++ b/ucb/source/ucp/file/filtask.hxx
@@ -605,7 +605,7 @@ namespace fileaccess
/**
* Given a Sequence of properties seq, this method determines the mask
- * used to instantiate a osl::FileStatus, so that a call to
+ * used to instantiate an osl::FileStatus, so that a call to
* osl::DirectoryItem::getFileStatus fills the required fields.
*/
diff --git a/ucb/source/ucp/file/prov.hxx b/ucb/source/ucp/file/prov.hxx
index 30979e275c3c..35619b44c6fd 100644
--- a/ucb/source/ucp/file/prov.hxx
+++ b/ucb/source/ucp/file/prov.hxx
@@ -104,7 +104,7 @@ namespace fileaccess {
const css::uno::Reference< css::ucb::XContentIdentifier >& Id1,
const css::uno::Reference< css::ucb::XContentIdentifier >& Id2 ) override;
- // XProperySet
+ // XPropertySet
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL
getPropertySetInfo( ) override;