From 3f4fadf4e649f0b196c131ecc51e09921e35da85 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Tue, 21 Jun 2016 15:43:38 +0200 Subject: remove "-" between FileAttr-Function and FileLen-Function to be consistent with the rest of the functions reported via pootle-feedback Change-Id: I6e95109a8cf4145dc84ab0f3ad699d74ee05d932 (cherry picked from commit 2f6e93f728e4c7b278b57479bf1fd8fda3344fff) --- source/auxiliary/sbasic.tree | 4 ++-- source/text/sbasic/shared/03020405.xhp | 4 ++-- source/text/sbasic/shared/03020408.xhp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index fff44e5b07..7818c21ff4 100644 --- a/source/auxiliary/sbasic.tree +++ b/source/auxiliary/sbasic.tree @@ -117,11 +117,11 @@ Error-Handling Functions Exit Statement [Runtime] Exp Function [Runtime] -FileAttr-Function [Runtime] +FileAttr Function [Runtime] FileCopy Statement [Runtime] FileDateTime Function [Runtime] FileExists Function [Runtime] -FileLen-Function [Runtime] +FileLen Function [Runtime] FindObject Function [Runtime] FindPropertyObject Function [Runtime] Fix Function [Runtime] diff --git a/source/text/sbasic/shared/03020405.xhp b/source/text/sbasic/shared/03020405.xhp index 5ed9668115..c8f128a321 100644 --- a/source/text/sbasic/shared/03020405.xhp +++ b/source/text/sbasic/shared/03020405.xhp @@ -20,7 +20,7 @@ - FileAttr-Function [Runtime] + FileAttr Function [Runtime] /text/sbasic/shared/03020405.xhp @@ -34,7 +34,7 @@ -FileAttr Function [Runtime] +FileAttr Function [Runtime] Returns the access mode or the file access number of a file that was opened with the Open statement. The file access number is dependent on the operating system (OSH = Operating System Handle). If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file access number. diff --git a/source/text/sbasic/shared/03020408.xhp b/source/text/sbasic/shared/03020408.xhp index 414b5620cc..e4ffbee49b 100644 --- a/source/text/sbasic/shared/03020408.xhp +++ b/source/text/sbasic/shared/03020408.xhp @@ -20,7 +20,7 @@ - FileLen-Function [Runtime] + FileLen Function [Runtime] /text/sbasic/shared/03020408.xhp @@ -34,7 +34,7 @@ -FileLen Function [Runtime] +FileLen Function [Runtime] Returns the length of a file in bytes. -- cgit