<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - osl_getEnvironment wrapper ..."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124799">124799</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>osl_getEnvironment wrapper ...
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.3.0.0.alpha0+ Master
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>minor
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>michael.meeks@collabora.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Its unclear if we need this anymore - but the osl_getEnvironment at least
returns an OUString which is nice.

However having a pleasant in-line C++ wrapper which would return an empty
string if not set; along with an optional default would be much nicer:

git grep -3 osl_getEnvironment

and weep =) ditto for setEnvironment. Something like:

OUString getEnvironment(const OUString &name, const OUString &optionalDefault =
OUString());

or whatever would be a nice improvement I think - if that makes sense Stephan ?

Thanks (easy hack).</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>