diff --git a/helpcontent2/source/text/sbasic/shared/01020500.xhp b/helpcontent2/source/text/sbasic/shared/01020500.xhp index 367bdffd84..fc36bbc789 100755 --- a/helpcontent2/source/text/sbasic/shared/01020500.xhp +++ b/helpcontent2/source/text/sbasic/shared/01020500.xhp @@ -78,7 +78,8 @@ A module contains SUBS and FUNCTIONS along with variable declarations. The length of the program that can be saved in a module is limited to 64 KB. If more space is required you can divide a $[officename] Basic project among several modules, and then save them in a single library. Dialog Modules Dialog modules contain dialog definitions, including the dialog box properties, the properties of each dialog element and the events assigned. Since a dialog module can only contain a single dialog, they are often referred to as "dialogs". - +
+