summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-13 16:13:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-18 17:19:16 +0100
commit033d1acd169cbb6d6c616cd29410d951e059f294 (patch)
tree7f95255dbe7ba59ca94e32f15ca840623e485fd2 /bridges
parent94f790a4e6158cf4d6cf74fe75601a7eac0579a1 (diff)
-Werror,-Wmicrosoft-exception-spec
Change-Id: Icd92fe15c3534f440017709bcdbe9aadf1c83c6d
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
index 9dc7b3829c21..6432f035955e 100644
--- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
+++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx
@@ -317,8 +317,8 @@ public:
int getRTTI_len(OUString const & rUNOname) throw ();
__type_info_descriptor * insert_new_type_info_descriptor(OUString const & rUNOname);
- RTTInfos();
- ~RTTInfos();
+ RTTInfos() throw ();
+ ~RTTInfos() throw ();
};
class __type_info
{