summaryrefslogtreecommitdiff
path: root/sw/sdi/_viewsh.sdi
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-23 08:43:39 +0200
committerNoel Grandin <noel@peralex.com>2016-02-23 10:07:10 +0200
commit799eab3b3499be5846e13e6360cc01741a241f89 (patch)
treeb08e00018f5bab230b6887175b721d4b60bf8a0e /sw/sdi/_viewsh.sdi
parent1e6dfe458079620a7192381dce9505e94a83518a (diff)
methods in .SDI files don't use attributes
so simplify the parser and drop the square brackets Change-Id: I3bab5f5b14e57d0cd1ed1a383fe21968f97b243a
Diffstat (limited to 'sw/sdi/_viewsh.sdi')
-rw-r--r--sw/sdi/_viewsh.sdi8
1 files changed, 1 insertions, 7 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi
index 7aed0a13ee1b..183f752977eb 100644
--- a/sw/sdi/_viewsh.sdi
+++ b/sw/sdi/_viewsh.sdi
@@ -806,24 +806,18 @@ interface GlobalContents
(
UINT16 Position FN_COLL_TYPE
)
- [
- ]
// Areaname, Index-Titel or Empty String
String Title FN_COLL_TITLE
(
UINT16 Position FN_COLL_TITLE
)
- [
- ]
+
// Without a FileName an area of the text is inserted at this location.
BOOL InsertDocument FN_COLL_ADD
(
UINT16 Position FN_COLL_ADD,
UINT16 FileName FN_PARAM_1
)
- [
- ]
-
}