summaryrefslogtreecommitdiff
path: root/uui/source/passwordcontainer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:15:56 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:51 +0200
commit579d1f61b0300434801e9b37012254a506fc0230 (patch)
treeb3beb1f37b8035dfbe52505c99b6e45f59947f45 /uui/source/passwordcontainer.hxx
parent4c563b3a1daf169ed50f6a187121e7e0a1f7c1fc (diff)
uui: remove SAL_THROW macro
Change-Id: I72583c9d6c22621a30771ef8422370911d35000b
Diffstat (limited to 'uui/source/passwordcontainer.hxx')
-rw-r--r--uui/source/passwordcontainer.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/uui/source/passwordcontainer.hxx b/uui/source/passwordcontainer.hxx
index 768096ae8a0c..6c4542cfea7e 100644
--- a/uui/source/passwordcontainer.hxx
+++ b/uui/source/passwordcontainer.hxx
@@ -90,8 +90,7 @@ public:
xSupplyAuthentication,
OUString const & rURL,
com::sun::star::uno::Reference<
- com::sun::star::task::XInteractionHandler2 > const & xIH )
- SAL_THROW( (com::sun::star::uno::RuntimeException) );
+ com::sun::star::task::XInteractionHandler2 > const & xIH );
/** This member function adds credentials for the given URL to the password
container.
@@ -126,8 +125,7 @@ public:
rPasswords,
com::sun::star::uno::Reference<
com::sun::star::task::XInteractionHandler2 > const & xIH,
- bool bPersist )
- SAL_THROW( (com::sun::star::uno::RuntimeException) );
+ bool bPersist );