diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-08 11:02:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-08 11:02:55 +0200 |
commit | fbf3aa391b4c47b00650a868e5ae5cade9025e87 (patch) | |
tree | dc05afd3e9e5570719d2f23840b18b3fca9b45bb /ucb/source | |
parent | 35da89fa1428f5286304fc707252242554d49ea6 (diff) |
spelling: instanciated -> instantiated
Change-Id: I99f3010e30f81786b938dc11736ea1597cd5530d
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/core/ucbstore.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/gio/gio_content.cxx | 4 | ||||
-rw-r--r-- | ucb/source/ucp/gvfs/gvfs_content.cxx | 6 | ||||
-rw-r--r-- | ucb/source/ucp/hierarchy/hierarchycontent.cxx | 6 | ||||
-rw-r--r-- | ucb/source/ucp/package/pkgcontent.cxx | 6 | ||||
-rw-r--r-- | ucb/source/ucp/package/pkgprovider.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/tdoc/tdoc_content.cxx | 6 | ||||
-rw-r--r-- | ucb/source/ucp/tdoc/tdoc_provider.cxx | 4 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-neon/webdavcontent.cxx | 6 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/webdavcontent.cxx | 6 |
10 files changed, 24 insertions, 24 deletions
diff --git a/ucb/source/core/ucbstore.cxx b/ucb/source/core/ucbstore.cxx index 862f55469108..a5ec9e6daeca 100644 --- a/ucb/source/core/ucbstore.cxx +++ b/ucb/source/core/ucbstore.cxx @@ -317,7 +317,7 @@ PropertySetRegistry::openPropertySet( const OUString& key, sal_Bool create ) PropertySetMap_Impl::const_iterator it = rSets.find( key ); if ( it != rSets.end() ) { - // Already instanciated. + // Already instantiated. return Reference< XPersistentPropertySet >( (*it).second ); } else diff --git a/ucb/source/ucp/gio/gio_content.cxx b/ucb/source/ucp/gio/gio_content.cxx index 2d5acc09d595..2f71f03d903b 100644 --- a/ucb/source/ucp/gio/gio_content.cxx +++ b/ucb/source/ucp/gio/gio_content.cxx @@ -539,7 +539,7 @@ getReadOnlyException( const uno::Reference< uno::XInterface >& rContext ) void Content::queryChildren( ContentRefList& rChildren ) { - // Obtain a list with a snapshot of all currently instanciated contents + // Obtain a list with a snapshot of all currently instantiated contents // from provider and extract the contents which are direct children // of this content. @@ -596,7 +596,7 @@ bool Content::exchangeIdentity( const uno::Reference< ucb::XContentIdentifier >& // Exchange own identitity. if ( exchange( xNewId ) ) { - // Process instanciated children... + // Process instantiated children... ContentRefList aChildren; queryChildren( aChildren ); diff --git a/ucb/source/ucp/gvfs/gvfs_content.cxx b/ucb/source/ucp/gvfs/gvfs_content.cxx index 68f2e1d340cd..d1597f4e93af 100644 --- a/ucb/source/ucp/gvfs/gvfs_content.cxx +++ b/ucb/source/ucp/gvfs/gvfs_content.cxx @@ -871,7 +871,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues( void Content::queryChildren( ContentRefList& rChildren ) { - // Obtain a list with a snapshot of all currently instanciated contents + // Obtain a list with a snapshot of all currently instantiated contents // from provider and extract the contents which are direct children // of this content. @@ -1031,7 +1031,7 @@ void Content::destroy( sal_Bool bDeletePhysical ) osl::Guard< osl::Mutex > aGuard( m_aMutex ); - // Process instanciated children... + // Process instantiated children... ::gvfs::Content::ContentRefList aChildren; queryChildren( aChildren ); @@ -1072,7 +1072,7 @@ sal_Bool Content::exchangeIdentity( // Exchange own identitity. if ( exchange( xNewId ) ) { - // Process instanciated children... + // Process instantiated children... ContentRefList aChildren; queryChildren( aChildren ); diff --git a/ucb/source/ucp/hierarchy/hierarchycontent.cxx b/ucb/source/ucp/hierarchy/hierarchycontent.cxx index 9a00a14a2f76..61ecd56855df 100644 --- a/ucb/source/ucp/hierarchy/hierarchycontent.cxx +++ b/ucb/source/ucp/hierarchy/hierarchycontent.cxx @@ -785,7 +785,7 @@ void HierarchyContent::queryChildren( HierarchyContentRefList& rChildren ) if ( ( m_eKind != FOLDER ) && ( m_eKind != ROOT ) ) return; - // Obtain a list with a snapshot of all currently instanciated contents + // Obtain a list with a snapshot of all currently instantiated contents // from provider and extract the contents which are direct children // of this content. @@ -870,7 +870,7 @@ bool HierarchyContent::exchangeIdentity( { if ( m_eKind == FOLDER ) { - // Process instanciated children... + // Process instantiated children... HierarchyContentRefList aChildren; queryChildren( aChildren ); @@ -1564,7 +1564,7 @@ void HierarchyContent::destroy( bool bDeletePhysical, if ( m_eKind == FOLDER ) { - // Process instanciated children... + // Process instantiated children... HierarchyContentRefList aChildren; queryChildren( aChildren ); diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx index 288525bdefd5..c91b3d3c0d53 100644 --- a/ucb/source/ucp/package/pkgcontent.cxx +++ b/ucb/source/ucp/package/pkgcontent.cxx @@ -1785,7 +1785,7 @@ void Content::destroy( if ( isFolder() ) { - // Process instanciated children... + // Process instantiated children... ContentRefList aChildren; queryChildren( aChildren ); @@ -2123,7 +2123,7 @@ bool Content::exchangeIdentity( m_aUri = aNewUri; if ( isFolder() ) { - // Process instanciated children... + // Process instantiated children... ContentRefList aChildren; queryChildren( aChildren ); @@ -2165,7 +2165,7 @@ bool Content::exchangeIdentity( void Content::queryChildren( ContentRefList& rChildren ) { - // Obtain a list with a snapshot of all currently instanciated contents + // Obtain a list with a snapshot of all currently instantiated contents // from provider and extract the contents which are direct children // of this content. diff --git a/ucb/source/ucp/package/pkgprovider.cxx b/ucb/source/ucp/package/pkgprovider.cxx index cf3c35472c91..c07465810b71 100644 --- a/ucb/source/ucp/package/pkgprovider.cxx +++ b/ucb/source/ucp/package/pkgprovider.cxx @@ -237,7 +237,7 @@ ContentProvider::createPackage( const PackageUri & rURI ) Packages::const_iterator it = m_pPackages->find( rURL ); if ( it != m_pPackages->end() ) { - // Already instanciated. Return package. + // Already instantiated. Return package. return (*it).second->m_xNA; } } diff --git a/ucb/source/ucp/tdoc/tdoc_content.cxx b/ucb/source/ucp/tdoc/tdoc_content.cxx index cbfb5514e4e6..910fe4f694aa 100644 --- a/ucb/source/ucp/tdoc/tdoc_content.cxx +++ b/ucb/source/ucp/tdoc/tdoc_content.cxx @@ -770,7 +770,7 @@ void Content::queryChildren( ContentRefList& rChildren ) if ( !m_aProps.getIsFolder() ) return; - // Obtain a list with a snapshot of all currently instanciated contents + // Obtain a list with a snapshot of all currently instantiated contents // from provider and extract the contents which are direct children // of this content. @@ -856,7 +856,7 @@ bool Content::exchangeIdentity( { if ( eType == FOLDER ) { - // Process instanciated children... + // Process instantiated children... ContentRefList aChildren; queryChildren( aChildren ); @@ -1789,7 +1789,7 @@ void Content::destroy( bool bDeletePhysical, if ( eType == FOLDER ) { - // Process instanciated children... + // Process instantiated children... ContentRefList aChildren; queryChildren( aChildren ); diff --git a/ucb/source/ucp/tdoc/tdoc_provider.cxx b/ucb/source/ucp/tdoc/tdoc_provider.cxx index 580457042613..c046df8120a5 100644 --- a/ucb/source/ucp/tdoc/tdoc_provider.cxx +++ b/ucb/source/ucp/tdoc/tdoc_provider.cxx @@ -287,7 +287,7 @@ void ContentProvider::notifyDocumentClosed( const OUString & rDocId ) if ( xRoot.is() ) { // No document content found for rDocId but root content - // instanciated. Root content must announce document removal + // instantiated. Root content must announce document removal // to content event listeners. xRoot->notifyChildRemoved( rDocId ); } @@ -305,7 +305,7 @@ void ContentProvider::notifyDocumentOpened( const OUString & rDocId ) ::ucbhelper::ContentRefList::const_iterator it = aAllContents.begin(); ::ucbhelper::ContentRefList::const_iterator end = aAllContents.end(); - // Find root content. If instanciated let it propagate document insertion. + // Find root content. If instantiated let it propagate document insertion. while ( it != end ) { diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx index 936de4c3e8fe..84e479226d7a 100644 --- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx +++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx @@ -2193,7 +2193,7 @@ void Content::post( void Content::queryChildren( ContentRefList& rChildren ) { - // Obtain a list with a snapshot of all currently instanciated contents + // Obtain a list with a snapshot of all currently instantiated contents // from provider and extract the contents which are direct children // of this content. @@ -2728,7 +2728,7 @@ void Content::destroy( bool bDeletePhysical ) osl::Guard< osl::Mutex > aGuard( m_aMutex ); - // Process instanciated children... + // Process instantiated children... ::webdav_ucp::Content::ContentRefList aChildren; queryChildren( aChildren ); @@ -2866,7 +2866,7 @@ bool Content::exchangeIdentity( aGuard.clear(); if ( exchange( xNewId ) ) { - // Process instanciated children... + // Process instantiated children... ContentRefList aChildren; queryChildren( aChildren ); diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx index 99af57cfcc7e..8b819a5549b0 100644 --- a/ucb/source/ucp/webdav/webdavcontent.cxx +++ b/ucb/source/ucp/webdav/webdavcontent.cxx @@ -2340,7 +2340,7 @@ void Content::post( void Content::queryChildren( ContentRefList& rChildren ) { - // Obtain a list with a snapshot of all currently instanciated contents + // Obtain a list with a snapshot of all currently instantiated contents // from provider and extract the contents which are direct children // of this content. @@ -2881,7 +2881,7 @@ void Content::destroy( bool bDeletePhysical ) osl::Guard< osl::Mutex > aGuard( m_aMutex ); - // Process instanciated children... + // Process instantiated children... ::http_dav_ucp::Content::ContentRefList aChildren; queryChildren( aChildren ); @@ -3018,7 +3018,7 @@ bool Content::exchangeIdentity( aGuard.clear(); if ( exchange( xNewId ) ) { - // Process instanciated children... + // Process instantiated children... ContentRefList aChildren; queryChildren( aChildren ); |