To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86604
User pjanik changed the following:
What |Old value |New value
================================================================================
Summary|DEV300_m1: WaE xmloff |DEV300_m1: WaE xmloff, sfx
| |2
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Sun Mar 2 07:43:33 +0000
2008 -------
... and the same diff in sfx2:
--- ooo_DEV300_m1_src.orig/sfx2/source/doc/SfxDocumentMetaData.cxx
2008-03-02
08:42:01.000000000 +0100
+++ ooo_DEV300_m1_src/sfx2/source/doc/SfxDocumentMetaData.cxx 2008-03-02
08:42:21.000000000 +0100
@@ -1724,7 +1724,7 @@
for (size_t j = 0; s_stdStats[j] != 0; ++j) {
if (name.equalsAscii(s_stdStats[j])) {
const css::uno::Any any = the_value[i].Value;
- sal_Int32 val;
+ sal_Int32 val = 0;
if (any >>= val) {
::rtl::OUStringBuffer buf;
::sax::Converter::convertNumber(buf, val);
---------------------------------------------------------------------
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]