diff options
author | Alexander Bergmann <myaddons@gmx.de> | 2012-01-26 16:00:09 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-26 17:41:07 +0000 |
commit | 0439af27e1f37b19d4409f34f974d6ade49f99bf (patch) | |
tree | 13bbb2549319d74a1a109bf2727aab37dca5b8c7 /ucb | |
parent | f1cb0a4ab4f11dc015be1696c7c7751802171915 (diff) |
Code cleanup: ( () ) replaced by (())
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/ftp/ftpdirp.hxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/tdoc/tdoc_storage.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftpdirp.hxx b/ucb/source/ucp/ftp/ftpdirp.hxx index 4f8c733a79c3..ce0ed266a538 100644 --- a/ucb/source/ucp/ftp/ftpdirp.hxx +++ b/ucb/source/ucp/ftp/ftpdirp.hxx @@ -56,7 +56,7 @@ namespace ftp { const sal_uInt16& hours, const sal_uInt16& day, const sal_uInt16& month, - const sal_uInt16& year) SAL_THROW( () ) + const sal_uInt16& year) SAL_THROW(()) : com::sun::star::util::DateTime(hundredthSeconds, seconds, minutes, diff --git a/ucb/source/ucp/tdoc/tdoc_storage.cxx b/ucb/source/ucp/tdoc/tdoc_storage.cxx index a395bf548008..3c64fbe0dcff 100644 --- a/ucb/source/ucp/tdoc/tdoc_storage.cxx +++ b/ucb/source/ucp/tdoc/tdoc_storage.cxx @@ -376,7 +376,7 @@ StorageElementFactory::createStream( const rtl::OUString & rUri, } //========================================================================= -void StorageElementFactory::releaseElement( Storage * pElement ) SAL_THROW( () ) +void StorageElementFactory::releaseElement( Storage * pElement ) SAL_THROW(()) { OSL_ASSERT( pElement ); osl::MutexGuard aGuard( m_aMutex ); |