To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96964
------- Additional comments from [EMAIL PROTECTED] Sat Dec 6 16:36:18 +0000
2008 -------
@pl
I know my patch does not fix the RTL case, but the current code does not work :
(gdb) p pW->IsRTLEnabled()
warning: can't find linker symbol for virtual table for `Window' value
warning: found `typeinfo for com::sun::star::container::XNameContainer'
instead
warning: can't find linker symbol for virtual table for `Window' value
warning: found `typeinfo for com::sun::star::container::XNameContainer'
instead
warning: can't find linker symbol for virtual table for `OutputDevice' value
warning: found `typeinfo for com::sun::star::container::XNameContainer'
instead
warning: can't find linker symbol for virtual table for `OutputDevice' value
warning: found `typeinfo for com::sun::star::container::XNameContainer'
instead
$8 = 1 '\001'
Looking at vcl/inc/vcl/outdev.hxx, we have :
./outdev.hxx: BOOL IsRTLEnabled() const { return mbEnableRTL;
}
Anyway, I'll attach a (imho) better patch
---------------------------------------------------------------------
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]