summaryrefslogtreecommitdiff
path: root/sw/sdi/_viewsh.sdi
diff options
context:
space:
mode:
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
)
- [
- ]
-
}