To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85606
------- Additional comments from [EMAIL PROTECTED] Sat Jan 26 09:33:51 +0000
2008 -------
Bit strange as unocomponent/debugservices/rtftok/ScannerTestService.cxx
contains #include <wchar.h>, and according to man page of FBSD7 is
following.
NAME
wprintf, fwprintf, swprintf, vwprintf, vfwprintf, vswprintf -- formatted
wide character output conversion
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <stdio.h>
#include <wchar.h>
int
fwprintf(FILE * restrict stream, const wchar_t * restrict format, ...);
int
swprintf(wchar_t * restrict ws, size_t n,
const wchar_t * restrict format, ...);
int
wprintf(const wchar_t * restrict format, ...);
---------------------------------------------------------------------
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]