Issue 98672 - Autodoc error in XTreeDataModelListener.idl - Missing closing angel bracket
Summary: Autodoc error in XTreeDataModelListener.idl - Missing closing angel bracket
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: Unknown All
: P4 Trivial
Target Milestone: ---
Assignee: misheto
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-31 01:08 UTC by siggimund
Modified: 2013-02-24 21:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description siggimund 2009-01-31 01:08:20 UTC
Source code line 65 in:
OOO300_m15/offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl

"the root node and and <member>TreeDataModelEvent::ParentNode</member will be
empty."

should be:
"the root node and and <member>TreeDataModelEvent::ParentNode</member> will be
empty."

or even, to also correct the "and and" typo:
"the root node and <member>TreeDataModelEvent::ParentNode</member> will be empty."

Consequences:
In the api doc for XTreeDataModelListener, Methods' Details, treeNodesChanged at:
http://api.openoffice.org/docs/common/ref/com/sun/star/awt/tree/XTreeDataModelListener.html

"...To indicate the root has changed, TreeDataModelEvent::Nodes will contain the
root node and and"
the link to TreeDataModelEvent::ParentNode and the rest of the sentence is missing.
Comment 1 siggimund 2009-01-31 01:24:56 UTC
BTW build indicates the (non breaking) error by giving this error message:

.\../../wntmsci11.pro/bin/odkcommon/idl\com\sun\star\awt\tree\XTreeDataModelListener.idl
...
Error:  Syntax error in documentation within this text:
"</member will be empty.
	".
Comment 2 siggimund 2009-02-04 07:33:35 UTC
Change Summary description so most relevant parts are at start of summary.
Change version to DEV300m41. (Is that the same as the current developer version ?)
Change Priority to P4 as it better fits the "Measures/Examples" at
http://qa.openoffice.org/scdocs/ddIssues_EnterModify.html#priority

Comment 3 jsc 2009-02-05 14:13:55 UTC
accepted
Comment 4 jsc 2009-05-14 14:05:08 UTC
jsc: fixed on cws jsc320
Comment 5 jsc 2009-05-14 14:15:33 UTC
it's more or less duplicate to issue i99163 but here is one more typo that i
have fixed on the cws
Comment 6 siggimund 2009-05-17 01:05:53 UTC
Thought original issues came before duplicates i98672 < i98674 < i99163 ?! ;P

Anyway thanks for fixing.

--siggimund
Comment 7 misheto 2009-07-31 13:54:16 UTC
reassign to misheto
Comment 8 misheto 2009-07-31 13:54:49 UTC
verified in jsc320
Comment 9 misheto 2009-09-02 14:27:10 UTC
closing issue