summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_storage.hxx
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.hxx
parent79df6cf588afbd0fdf09c1eb8c692466606acba5 (diff)
ucb: remove SAL_THROW macro
Change-Id: I023c342b0f086e57c821136498851999fb0152ec
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_storage.hxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_storage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_storage.hxx b/ucb/source/ucp/tdoc/tdoc_storage.hxx
index f9bdd5e5d00a..9c2fcd7cbbeb 100644
--- a/ucb/source/ucp/tdoc/tdoc_storage.hxx
+++ b/ucb/source/ucp/tdoc/tdoc_storage.hxx
@@ -97,7 +97,7 @@ namespace tdoc_ucp {
private:
friend class Storage;
- void releaseElement( Storage * pElement ) SAL_THROW(());
+ void releaseElement( Storage * pElement );
com::sun::star::uno::Reference< com::sun::star::embed::XStorage >
queryParentStorage( const OUString & rUri,