diff options
Diffstat (limited to 'ucb/source/ucp')
-rw-r--r-- | ucb/source/ucp/ext/ucpext_content.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/file/filtask.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/package/pkgcontent.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx index ab6beb731525..1dd52774ab9f 100644 --- a/ucb/source/ucp/ext/ucpext_content.cxx +++ b/ucb/source/ucp/ext/ucpext_content.cxx @@ -384,8 +384,6 @@ namespace ucb { namespace ucp { namespace ext const sal_Int32 nCount = i_rProperties.getLength(); if ( nCount ) { - Reference< XPropertySet > xAdditionalPropSet; - const Property* pProps = i_rProperties.getConstArray(); for ( sal_Int32 n = 0; n < nCount; ++n ) { diff --git a/ucb/source/ucp/file/filtask.cxx b/ucb/source/ucp/file/filtask.cxx index e78bb9ed46eb..efad9a8ed735 100644 --- a/ucb/source/ucp/file/filtask.cxx +++ b/ucb/source/ucp/file/filtask.cxx @@ -673,7 +673,6 @@ void SAL_CALL TaskManager::page( sal_Int32 CommandId, const OUString& aUnqPath, const uno::Reference< io::XOutputStream >& xOutputStream ) { - uno::Reference< XContentProvider > xProvider( m_pProvider ); osl::File aFile( aUnqPath ); osl::FileBase::RC err = aFile.open( osl_File_OpenFlag_Read ); diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx index 585f01b402cf..afc8a4c49557 100644 --- a/ucb/source/ucp/package/pkgcontent.cxx +++ b/ucb/source/ucp/package/pkgcontent.cxx @@ -2154,7 +2154,6 @@ uno::Reference< container::XHierarchicalNameAccess > Content::getPackage( { osl::Guard< osl::Mutex > aGuard( m_aMutex ); - uno::Reference< container::XHierarchicalNameAccess > xPackage; if ( rURI.getPackage() == m_aUri.getPackage() ) { if ( !m_xPackage.is() ) diff --git a/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx b/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx index 5603f49798af..7252f77c0925 100644 --- a/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx +++ b/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx @@ -495,7 +495,6 @@ void DAVResourceAccess::GET0( { initialize(); - uno::Reference< io::XInputStream > xStream; int errorCount = 0; bool bRetry; do |