Issue 30819 - Text reference in a heading style now exported as an ordered list item
Summary: Text reference in a heading style now exported as an ordered list item
Status: CLOSED DUPLICATE of issue 31024
Alias: None
Product: xml
Classification: Code
Component: code (show other issues)
Version: 680m44
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: jogi
QA Contact: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-28 13:43 UTC by jogi
Modified: 2005-02-01 10:24 UTC (History)
1 user (show)

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


Attachments
Bug document (36.50 KB, application/octet-stream)
2004-06-28 13:44 UTC, jogi
no flags Details
content.xml written by a StarOffice7 PP3 (8.06 KB, text/xml)
2004-06-28 13:46 UTC, jogi
no flags Details
content.xml written by a SRC680m44 (8.79 KB, text/xml)
2004-06-28 13:46 UTC, jogi
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description jogi 2004-06-28 13:43:18 UTC
In OpenOffice.1.x/StarOffice7 the export of the file returns:

...
<text:h text:style-name="Heading 1" text:level="1">
	<text:reference-mark-start text:name="ref"/>I am a
reference<text:reference-mark-end text:name="ref"/>
</text:h>
...

In the recent build(s) the rerence has been embedded into an ordered list which
is IMO not the same - both files are valid but the view shows a difference.

...
<text:ordered-list text:style-name="L1">
	<text:list-item>
		<text:h text:style-name="P1" text:level="1">
			<text:reference-mark-start text:name="ref"/>I am a
reference<text:reference-mark-end text:name="ref"/>
		</text:h>
	</text:list-item>
</text:ordered-list>
...
Comment 1 jogi 2004-06-28 13:44:51 UTC
Created attachment 16153 [details]
Bug document
Comment 2 jogi 2004-06-28 13:46:01 UTC
Created attachment 16154 [details]
content.xml written by a StarOffice7 PP3
Comment 3 jogi 2004-06-28 13:46:41 UTC
Created attachment 16155 [details]
content.xml written by a SRC680m44
Comment 4 openoffice 2004-08-17 17:28:34 UTC
I think this is fixed in CWS num0201, so I will not address this until that CWS
has been integrated.
Comment 5 openoffice 2004-10-07 12:22:39 UTC
dvo: It's indeed a duplicate and has already been fixed under that ID, hence
I'll mark this as duplicate.

*** This issue has been marked as a duplicate of 31024 ***
Comment 6 Martin Hollmichel 2005-01-25 08:57:46 UTC
close issue.
Comment 7 jogi 2005-01-25 09:18:15 UTC
re-open.
This issue is included in a test_plan on OOo and if the developer is sure that
it has been fixed in the duplicated issue, he should send me the issue back.

http://qa.openoffice.org/unbranded-source/browse/*checkout*/qa/qatesttool/xml/level1/inc/sxw7_01a.inc?rev=HEAD&content-type=text/plain
search for #i30819#. AFAIK the duplicated issue is used in more than one CWS so
it has not been completely fixed?!?
Comment 8 jogi 2005-01-25 09:19:41 UTC
JSI->DVO: If it is really fixed the testcase has to be run against the
implementation. Please send me the issue back if you are sure.
Comment 9 openoffice 2005-01-31 15:56:20 UTC
dvo->jsi: The fix was originally implemented in the infamous CWS num0201, which
has not been integrated. (moved past OOo 2.0) The fix thus had to be duplicated
in a new CWS.
Comment 10 openoffice 2005-01-31 15:56:58 UTC
Duplicate.

*** This issue has been marked as a duplicate of 31024 ***
Comment 11 jogi 2005-02-01 10:23:28 UTC
Tested on m75 and OK.
Comment 12 jogi 2005-02-01 10:24:28 UTC
Closing