To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92726
Issue #|92726
Summary|Double quotes at start of paragraph are not included i
|n the <font> that wraps the text of that paragraph (it
| assumes CSS got it?)
Component|Word processor
Version|OOo 2.4.0
Platform|All
URL|
OS/Version|Linux
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|save-export
Assigned to|mru
Reported by|billkendrick
------- Additional comments from [EMAIL PROTECTED] Tue Aug 12 22:11:57 +0000
2008 -------
Using OpenOffice.org Writer to load two different MS Word DOC format files,
and save them as HTML, one shows smaller double-quotes at the beginnings of
paragraphs. Upon examination of the DOC in Writer, the "Default" paragraph
styles differed. Looking at the HTML, the CSS included at the top of the
documents differ:
>From the 'broken' export:
<STYLE TYPE="text/css">
<!--
@page { size: 8.5in 11in; margin: 1in }
@page:first { }
P { margin-bottom: 0.08in; direction: ltr; color: #000000; widows: 0;
orphans: 0 }
P.western { font-family: "Courier New", monospace; font-size: 10pt;
so-language: en-US }
P.cjk { font-family: "Times New Roman", serif; font-size: 10pt }
P.ctl { font-family: "Times New Roman", serif; font-size: 10pt;
so-language: ar-SA }
-->
</STYLE>
...
<P CLASS="western" STYLE="text-indent: 0.5in; margin-bottom: 0in">“<FONT
FACE="Times New Roman, serif"><FONT SIZE=4 STYLE="font-size: 16pt">Great,”
Charlie rolled his eyes. “You wait until you’re in the van to lay out
conditions.”</FONT></FONT></P>
and from the 'correct' export:
<STYLE TYPE="text/css">
<!--
@page { size: 8.5in 11in; margin-right: 1.25in; margin-top: 0.5in;
margin-bottom: 1in }
@page:first { margin-top: 1in; margin-bottom: 1in }
P { margin-bottom: 0in; direction: ltr; color: #000000; line-height: 200%;
widows: 0; orphans: 0 }
P.western { font-family: "Times New Roman", serif; font-size: 14pt;
so-language: en-US }
P.cjk { font-family: "Times New Roman", serif; font-size: 14pt }
P.ctl { font-family: "Times New Roman", serif; font-size: 14pt;
so-language: ar-SA }
-->
</STYLE>
...
<P CLASS="western" STYLE="text-indent: 0.5in; line-height: 100%">“<FONT
SIZE=4>Too bad he didn’t send us an email, instead of the card. The mail
comes so late here.”</FONT></P>
---------------------------------------------------------------------
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]