summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridges/inc/msvc/except.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/inc/msvc/except.hxx b/bridges/inc/msvc/except.hxx
index 91a6441006a3..aba0ce46248e 100644
--- a/bridges/inc/msvc/except.hxx
+++ b/bridges/inc/msvc/except.hxx
@@ -90,7 +90,7 @@ class RTTInfos final
osl::Mutex m_aMutex;
t_string2PtrMap m_allRTTI;
- RTTInfos();
+ RTTInfos() throw();
ExceptionTypeInfoWrapper* getInfo(OUString const& rUNOname) throw();
public: