From 16fb0d3d0f68708c183c53bd18660a23970b77fe Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Mon, 7 Mar 2016 21:52:20 +0100 Subject: tdf#98407 PathSubstitution: Add substitution for $(username) This allows to use the username as a placeholder in the config paths (Autotext, Gallery, etc) Change-Id: I76434e980cd8ec8785a5587d0bc5fdd67dc42de2 Reviewed-on: https://gerrit.libreoffice.org/22901 Reviewed-by: Stephan Bergmann Tested-by: Stephan Bergmann --- .../OfficeDev/PathSubstitution/PathSubstitutionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk/examples/DevelopersGuide/OfficeDev/PathSubstitution') diff --git a/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java b/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java index 5e0b9991e871..a9eb1337bf75 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java +++ b/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java @@ -44,7 +44,7 @@ public class PathSubstitutionTest { * the path substitution service. */ private static String[] predefinedPathVariables = { - "$(home)","$(inst)","$(prog)","$(temp)","$(user)", + "$(home)","$(inst)","$(prog)","$(temp)","$(user)", "$(username)", "$(work)","$(path)","$(langid)","$(vlang)" }; -- cgit