diff --git a/source/text/sbasic/shared/03/sf_session.xhp b/source/text/sbasic/shared/03/sf_session.xhp index 85ee3f9496..fac542bc5c 100644 --- a/source/text/sbasic/shared/03/sf_session.xhp +++ b/source/text/sbasic/shared/03/sf_session.xhp @@ -314,7 +314,7 @@ module.py: The Python module. method: The Python function. - args: The arguments to be passed to the called script.. + args: The arguments to be passed to the called script. Consider the Python function odd_integers defined below that creates a list with odd integer values between v1 and v2. Suppose this function is stored in a file named my_macros.py in your user scripts folder. diff --git a/source/text/sbasic/shared/collection.xhp b/source/text/sbasic/shared/collection.xhp index 5fb1d79eb6..6652dc52de 100644 --- a/source/text/sbasic/shared/collection.xhp +++ b/source/text/sbasic/shared/collection.xhp @@ -28,6 +28,8 @@
Collection Object + + Collection;Count

Collection Object

@@ -61,7 +63,7 @@

Adding Items

- + Collection;Add The Add method can be used to add new items into the Collection object. @@ -101,7 +103,7 @@ Items in a Collection object are assigned an integer index value that starts at 1 and corresponds to the order in which they were added.

Accessing Items

- + Collection;Item Use the Item method to access a given item by its index or key. @@ -125,7 +127,7 @@

Removing Items

- + Collection;Remove Use the Remove method to delete items from a Collection object.