https://bugs.documentfoundation.org/show_bug.cgi?id=131656
Regina Henschel <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #2 from Regina Henschel <[email protected]> ---
You need not run through the SafeMode restart dialog to get the user path. You
can use a macro like:
sub ShowUserPath
dim aService as variant
aService = createUnoService("com.sun.star.util.PathSubstitution")
dim sPath as string
sPath = aService.getSubstituteVariableValue("$(user)")
sPath = ConvertFromURL(sPath)
msgbox (sPath)
end sub
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs