To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78213
Issue #|78213
Summary|Missing exception specification
Component|porting
Version|OOo 2.1
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|code
Assigned to|sb
Reported by|kr
------- Additional comments from [EMAIL PROTECTED] Fri Jun 8 10:12:09 +0000
2007 -------
Found by Axivion source code analyser:
--- sal/textenc/textenc.cxx.orig 2007-05-17 20:02:54.000000000 +0200
+++ sal/textenc/textenc.cxx 2007-05-17 20:03:18.000000000 +0200
@@ -140,7 +140,7 @@
#include "convertadobe.tab"
ImplTextEncodingData const *
-Impl_getTextEncodingData(rtl_TextEncoding nEncoding)
+Impl_getTextEncodingData(rtl_TextEncoding nEncoding) SAL_THROW_EXTERN_C()
{
static ImplTextEncodingData const * const aData[]
= { NULL, /* DONTKNOW */
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]