<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Simplify uses of sal_math_Double"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137670#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Simplify uses of sal_math_Double"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137670">bug 137670</a>
              from <span class="vcard"><a class="email" href="mailto:sbergman@redhat.com" title="Stephan Bergmann <sbergman@redhat.com>"> <span class="fn">Stephan Bergmann</span></a>
</span></b>
        <pre>I tend to disagree with adding such a function (esp. to include/sal/mathconf.h,
which is part of the stable URE interface; esp. with adding it not conditional
on LIBO_INTERNAL_ONLY):  I think the very few cases that now use

  reinterpret_cast<sal_math_Double *>(X)->E

could just as well use something like

  sal_math_Double d;
  d.value = X;
  d.E

instead.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>