From 1c730ffccac762a6109e41fd96eb59fc5fa961d5 Mon Sep 17 00:00:00 2001 From: Italo Vignoli Date: Sat, 14 Apr 2012 19:34:14 +0200 Subject: Get rid of several redundant comments. --- helpcontent2/source/text/sbasic/shared/01010210.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcontent2/source/text/sbasic/shared/01010210.xhp') diff --git a/helpcontent2/source/text/sbasic/shared/01010210.xhp b/helpcontent2/source/text/sbasic/shared/01010210.xhp index 96c74a2b07..d34dda3c79 100644 --- a/helpcontent2/source/text/sbasic/shared/01010210.xhp +++ b/helpcontent2/source/text/sbasic/shared/01010210.xhp @@ -45,7 +45,7 @@ subroutines variables;global and local modules;subroutines and functions -mw changed "Basic;fundamentals"Basics +Basics This section provides the fundamentals for working with $[officename] Basic. $[officename] Basic code is based on subroutines and functions that are specified between sub...end sub and function...end function sections. Each Sub or Function can call other Subs and Functions. If you take care to write generic code for a Sub or Function, you can probably re-use it in other programs. See also Procedures and Functions. -- cgit