summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_storage.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:15:39 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:50 +0200
commit4c563b3a1daf169ed50f6a187121e7e0a1f7c1fc (patch)
tree06a9980d45406c424f388e4ac1be1f658d37488d /ucb/source/ucp/tdoc/tdoc_storage.cxx
parent79df6cf588afbd0fdf09c1eb8c692466606acba5 (diff)
ucb: remove SAL_THROW macro
Change-Id: I023c342b0f086e57c821136498851999fb0152ec
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_storage.cxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_storage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_storage.cxx b/ucb/source/ucp/tdoc/tdoc_storage.cxx
index a0356bf1a6a0..d22600065327 100644
--- a/ucb/source/ucp/tdoc/tdoc_storage.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_storage.cxx
@@ -351,7 +351,7 @@ StorageElementFactory::createStream( const OUString & rUri,
}
-void StorageElementFactory::releaseElement( Storage * pElement ) SAL_THROW(())
+void StorageElementFactory::releaseElement( Storage * pElement )
{
OSL_ASSERT( pElement );
osl::MutexGuard aGuard( m_aMutex );