summaryrefslogtreecommitdiffstats
path: root/svl/source/inc/passwordcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/inc/passwordcontainer.hxx')
-rw-r--r--svl/source/inc/passwordcontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/inc/passwordcontainer.hxx b/svl/source/inc/passwordcontainer.hxx
index cb09b72b6692..6a34126af6c0 100644
--- a/svl/source/inc/passwordcontainer.hxx
+++ b/svl/source/inc/passwordcontainer.hxx
@@ -268,7 +268,7 @@ css::task::UrlRecord find(
throw(css::uno::RuntimeException, std::exception);
static ::std::vector< OUString > DecodePasswords( const OUString& aLine, const OUString& aMasterPassword )
- throw(css::uno::RuntimeException);
+ throw(css::uno::RuntimeException, std::exception);
static OUString EncodePasswords(const std::vector< OUString >& lines, const OUString& aMasterPassword )
throw(css::uno::RuntimeException);