From e06034e3c0a87d17ebb3794e98c4e1b1f8463bae Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Wed, 16 Jan 2019 12:22:50 -0200 Subject: Mute and simplify l10n for GetPathSeparator() Change-Id: I5b5736f56a21bb6abef75519557d60b8494a09be Reviewed-on: https://gerrit.libreoffice.org/66454 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/shared/GetPathSeparator.xhp | 28 +++++++++----------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/source/text/sbasic/shared/GetPathSeparator.xhp b/source/text/sbasic/shared/GetPathSeparator.xhp index 166b98a458..d1d8156fa3 100644 --- a/source/text/sbasic/shared/GetPathSeparator.xhp +++ b/source/text/sbasic/shared/GetPathSeparator.xhp @@ -22,33 +22,23 @@ GetPathSeparator Function Return the operating system-dependent directory separator used to specify file paths. - Syntax: - GetPathSeparator() - - Return value: - - String - + + GetPathSeparator() + + String + "\" Windows "/" UNIX, including MacOS - - Parameters: - + None. - - Error codes: - - - 5 Invalid procedure call - - - Example: - + + + Sub ExampleGetPathSeparator MsgBox GetPathSeparator() -- cgit