diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 17:11:39 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 17:14:16 +0100 |
commit | f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d (patch) | |
tree | cda73db2df15d821e0587f345edd7587953bdbdf /ucb | |
parent | ecf00403376d13355fcf6fb7cd36b3500f19fc69 (diff) |
Related to fdo#60724: correct spelling
Using the autocorrect list of LibreOffice
extras/source/autotext/lang/en-US/acor/DocumentList.xml
Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657
Script: http://pastebin.ca/2327716
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/package/pkgcontentcaps.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/tdoc/tdoc_content.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/tdoc/tdoc_contentcaps.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-neon/ContentProperties.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-neon/webdavcontent.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/ContentProperties.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/webdavcontent.cxx | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx b/ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx index 6075b457d7bd..4d5a91384e84 100644 --- a/ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx +++ b/ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx @@ -75,7 +75,7 @@ using namespace hierarchy_ucp; //========================================================================= // -// IMPORTENT: If any property data ( name / type / ... ) are changed, then +// IMPORTANT: If any property data ( name / type / ... ) are changed, then // HierarchyContent::getPropertyValues(...) must be adapted too! // //========================================================================= diff --git a/ucb/source/ucp/package/pkgcontentcaps.cxx b/ucb/source/ucp/package/pkgcontentcaps.cxx index e9e217d82e4d..528b18d948df 100644 --- a/ucb/source/ucp/package/pkgcontentcaps.cxx +++ b/ucb/source/ucp/package/pkgcontentcaps.cxx @@ -76,7 +76,7 @@ using namespace package_ucp; //========================================================================= // -// IMPORTENT: If any property data ( name / type / ... ) are changed, then +// IMPORTANT: If any property data ( name / type / ... ) are changed, then // Content::getPropertyValues(...) must be adapted too! // //========================================================================= diff --git a/ucb/source/ucp/tdoc/tdoc_content.cxx b/ucb/source/ucp/tdoc/tdoc_content.cxx index 179d3dbc6182..025bdd3a05d7 100644 --- a/ucb/source/ucp/tdoc/tdoc_content.cxx +++ b/ucb/source/ucp/tdoc/tdoc_content.cxx @@ -2160,7 +2160,7 @@ void Content::transfer( // Unreachable } - // Announce transfered content in its new folder. + // Announce transferred content in its new folder. xTarget->inserted(); ///////////////////////////////////////////////////////////////////////// diff --git a/ucb/source/ucp/tdoc/tdoc_contentcaps.cxx b/ucb/source/ucp/tdoc/tdoc_contentcaps.cxx index a8d6d847ae46..61eb808e15d0 100644 --- a/ucb/source/ucp/tdoc/tdoc_contentcaps.cxx +++ b/ucb/source/ucp/tdoc/tdoc_contentcaps.cxx @@ -85,7 +85,7 @@ using namespace tdoc_ucp; //========================================================================= // -// IMPORTENT: If any property data ( name / type / ... ) are changed, then +// IMPORTANT: If any property data ( name / type / ... ) are changed, then // Content::getPropertyValues(...) must be adapted too! // //========================================================================= diff --git a/ucb/source/ucp/webdav-neon/ContentProperties.cxx b/ucb/source/ucp/webdav-neon/ContentProperties.cxx index dc9b03fe43cd..605cb042717d 100644 --- a/ucb/source/ucp/webdav-neon/ContentProperties.cxx +++ b/ucb/source/ucp/webdav-neon/ContentProperties.cxx @@ -437,7 +437,7 @@ void ContentProperties::addProperty( const rtl::OUString & rName, } else if ( rName == "Content-Length" ) { - // Do NOT map Content-Lenght entity header to DAV:getcontentlength! + // Do NOT map Content-length entity header to DAV:getcontentlength! // Only DAV resources have this property. // Map Content-Length entity header to UCP:Size diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx index 2901b843b44e..b3d5f49f6447 100644 --- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx +++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx @@ -2571,7 +2571,7 @@ void Content::transfer( = static_cast< Content * >( xProvider->queryContent( xTargetId ).get() ); - // Announce transfered content in its new folder. + // Announce transferred content in its new folder. xTarget->inserted(); } catch ( ucb::IllegalIdentifierException const & ) diff --git a/ucb/source/ucp/webdav/ContentProperties.cxx b/ucb/source/ucp/webdav/ContentProperties.cxx index 2a3606cc254d..9e5a4f7cd0a8 100644 --- a/ucb/source/ucp/webdav/ContentProperties.cxx +++ b/ucb/source/ucp/webdav/ContentProperties.cxx @@ -476,7 +476,7 @@ void ContentProperties::addProperty( const rtl::OUString & rName, else if ( rName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Content-Length" ) ) ) { - // Do NOT map Content-Lenght entity header to DAV:getcontentlength! + // Do NOT map Content-Length entity header to DAV:getcontentlength! // Only DAV resources have this property. // Map Content-Length entity header to UCP:Size diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx index 8d2ec5ddc024..2bfac0399d12 100644 --- a/ucb/source/ucp/webdav/webdavcontent.cxx +++ b/ucb/source/ucp/webdav/webdavcontent.cxx @@ -2633,7 +2633,7 @@ void Content::transfer( = static_cast< Content * >( xProvider->queryContent( xTargetId ).get() ); - // Announce transfered content in its new folder. + // Announce transferred content in its new folder. xTarget->inserted(); } catch ( ucb::IllegalIdentifierException const & ) |