https://bugs.documentfoundation.org/show_bug.cgi?id=138477

m.a.riosv <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |rg

--- Comment #3 from m.a.riosv <[email protected]> ---
This is how looks in the file.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main";
count="1" uniqueCount="1"><si><t xml:space="preserve">select
m.*&#10;from&#10;(select fa as fout,1000 as fout_menge,fd as fdate,fg as
finput,fk as finput_menge ,&#10;fa || &apos;_&apos; ||
to_char(fd,&apos;yyyyMM&apos;) as fparent, fg || &apos;_&apos; ||
to_char(fd,&apos;yyyyMM&apos;) as fsub&#10; from CTF_SAP_BOM where FI =
&apos;M&apos; AND fk&gt;0&#10; )&#10; m&#10;start with ( m.fout like
&apos;82%&apos; )&#10;&#10;connect by prior m.fsub = m.fparent</t></si></sst>

Seems the line feed '&#10' is not well imported, but if I'm not wrong for
windows should be &#13&#10

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to