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





------- Additional comments from yaro...@openoffice.org Mon Mar 16 16:37:27 
+0000 2009 -------
sb@: But you right, something wrong at         in
/var/tmp/portage/app-office/openoffice-infra-2.4.2/work/OOH680_m18/comphelper/source/misc/documentinfo.cxx
(gdb) p sTitlePropName
$1 = {pData = 0xac75a64c}
(gdb) p sTitlePropName.pData
$2 = (rtl_uString *) 0xac75a64c
(gdb) ptype rtl_uString
type = struct _rtl_uString {
    oslInterlockedCount refCount;
    sal_Int32 length;
    sal_Unicode buffer[1];
}
(gdb) p (char) sTitlePropName.pData.buffer[0]
$3 = 84 'T'
(gdb) p (char) sTitlePropName.pData.buffer[1]
$4 = 105 'i'
(gdb) p (char) sTitlePropName.pData.buffer[2]
$5 = 116 't'
(gdb) p (char) sTitlePropName.pData.buffer[3]
$6 = 108 'l'
(gdb) p (char) sTitlePropName.pData.buffer[4]
$7 = 101 'e'
(gdb) p (char) sTitlePropName.pData.buffer[5]
$8 = 0 '\0'
(gdb) p sTitlePropName.pData.length
$9 = 5
(gdb) p sTitle.pData.length
$10 = -1389218984
(gdb) p sTitle
$11 = {pData = 0xbfe8d744}
(gdb) p sTitle.pData
$12 = (rtl_uString *) 0xbfe8d744


---------------------------------------------------------------------
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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to