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

Eike Rathke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #3 from Eike Rathke <[email protected]> ---
It seems to stem from the "Report" page style.

    <style:master-page style:name="Report" style:page-layout-name="Mpm2">
      <style:header>
        <style:region-left>
         
<text:p><text:sheet-name>???</text:sheet-name><text:s/>(<text:title>???</text:title>)</text:p>
        </style:region-left>
        <style:region-right>
          <text:p><text:date style:data-style-name="N2"
text:date-value="2018-05-08">00/00/0000</text:date>,
<text:time>00:00:00</text:time></text:p>
        </style:region-right>
      </style:header>
      <style:header-left style:display="false"/>
      <style:footer>
        <text:p>Page <text:page-number>1</text:page-number><text:s/>/
<text:page-count>99</text:page-count></text:p>
      </style:footer>
      <style:footer-left style:display="false"/>
    </style:master-page>


It's unclear to me at the moment how the data-style ends up there (somehow via
EditEngine), however, it is related to sc/source/core/data/stlpool.cxx
ScStyleSheetPool::CreateStandardStyles() line 361 that does

    pEdEngine->QuickInsertField( SvxFieldItem(SvxDateField(Date( Date::SYSTEM
),SvxDateType::Var), EE_FEATURE_FIELD),
                                    ESelection() );

-- 
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