<html>
    <head>
      <base href="https://bugs.documentfoundation.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - on windows automatically fill in the default user's name into tools->options->user data"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=55410#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - on windows automatically fill in the default user's name into tools->options->user data"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=55410">bug 55410</a>
              from <span class="vcard"><a class="email" href="mailto:brentritztro96@gmail.com" title="Brent Ritzema <brentritztro96@gmail.com>"> <span class="fn">Brent Ritzema</span></a>
</span></b>
        <pre>Okay so I went onto linux to see if my code would even work first.. And I ended
up changing my code to this:

if ( PropertyName == "givenname")
    {
        return css::uno::makeAny(OUString("brent"));
    }
After I deleted the user directory. I then recompiled the shell, officecfg, and
postprocess (last two just to be safe). Then when I ran the program the value
was still not there. Is there any reason that maybe the system got discontinued
somewhere else in the code or am I missing something? Because based off this,
if it is requesting the value and will fill in the space with the value given,
this should work and show this value.

Any more help is appreciated and has been greatly appreciated thus far (Thanks
Caolána and Stephan) :)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>