To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87959
User pjanik changed the following:
What |Old value |New value
================================================================================
CC|'' |'kz'
--------------------------------------------------------------------------------
Assigned to|kz |mst
--------------------------------------------------------------------------------
Issue type|DEFECT |PATCH
--------------------------------------------------------------------------------
Target milestone|--- |OOo 3.0
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Apr 9 20:53:00 +0000
2008 -------
This change comes from cws custommeta in rev 1.22 of svx/inc/svxrtf.hxx.
DateTime is struct, not
class.
I'm now testing this change:
diff -urN ooo_DEV300_m6_src.orig/svx/inc/svxrtf.hxx
ooo_DEV300_m6_src/svx/inc/svxrtf.hxx
--- ooo_DEV300_m6_src.orig/svx/inc/svxrtf.hxx 2008-04-09 22:45:25.000000000
+0200
+++ ooo_DEV300_m6_src/svx/inc/svxrtf.hxx 2008-04-09 22:46:56.000000000
+0200
@@ -70,7 +70,7 @@
class XDocumentProperties;
}
namespace util {
- class DateTime;
+ struct DateTime;
}
} } }
---------------------------------------------------------------------
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]