<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Editing Base Public and Private variables not working"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134504#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Editing Base Public and Private variables not working"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134504">bug 134504</a>
              from <span class="vcard"><a class="email" href="mailto:himajin100000@gmail.com" title="himajin100000@gmail.com">himajin100000@gmail.com</a>
</span></b>
        <pre>1. What happens if you declare the variables VarI and VarS as "Global" instead
of "Public" or "Private"
2. What happens if you add "Option VBASupport 1" to the code and keep the
variables "Public" and "Private"?

I believe that variables declared with "Public" and "Private" under "Option
VBASupport 0"(default) are not PersistentGlobal

<a href="https://opengrok.libreoffice.org/xref/core/basic/source/comp/dim.cxx?r=5f19287a#215">https://opengrok.libreoffice.org/xref/core/basic/source/comp/dim.cxx?r=5f19287a#215</a>

<a href="https://opengrok.libreoffice.org/xref/core/basic/source/comp/dim.cxx?r=5f19287a#220">https://opengrok.libreoffice.org/xref/core/basic/source/comp/dim.cxx?r=5f19287a#220</a></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>