[Bug 55410] on windows automatically fill in the default user's name into tools->options->user data

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Apr 8 21:35:02 PDT 2015


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

--- Comment #11 from Brent Ritzema <brentritztro96 at gmail.com> ---
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) :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20150409/19deb1ab/attachment.html>


More information about the LibreOffice mailing list