Kaydet (Commit) 033d1acd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wmicrosoft-exception-spec

Change-Id: Icd92fe15c3534f440017709bcdbe9aadf1c83c6d
üst 94f790a4
...@@ -317,8 +317,8 @@ public: ...@@ -317,8 +317,8 @@ public:
int getRTTI_len(OUString const & rUNOname) throw (); int getRTTI_len(OUString const & rUNOname) throw ();
__type_info_descriptor * insert_new_type_info_descriptor(OUString const & rUNOname); __type_info_descriptor * insert_new_type_info_descriptor(OUString const & rUNOname);
RTTInfos(); RTTInfos() throw ();
~RTTInfos(); ~RTTInfos() throw ();
}; };
class __type_info class __type_info
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment