To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70166


User kendy changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|mmeeks                    |sb
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Jan  8 06:45:00 -0800 
2007 -------
sb: So, the patch has changed a bit, the newest version is at 
http://svn.gnome.org/viewcvs/*checkout*/ooo-build/trunk/patches/src680/size-sal-textenc.diff
 .

And I need your advice ;-)  There was a problem, because osl_loadModule() used 
UnicodeToText() -> rtl_createUnicodeToTextConverter() -> 
Impl_getTextEncodingData() -> osl_loadModule() again.  To solve it, I used a 
hack that can be seen in other sal files as well.  I declared:

extern "C" oslModule SAL_CALL osl_psz_loadModule(const sal_Char *pszModuleName, 
sal_Int32 nRtldMode);

and used it instead of osl_loadModule().  Of course this does not work for 
Win32, so this is enclosed in #ifdef UNX, and the normal osl_loadModule() is 
used in the Win32 case.  Could you please have a look & test it for Win32?  I 
have no idea if it works there or not :-(

Thank you in advance!

---------------------------------------------------------------------
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]

Reply via email to