You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2019/07/11 22:39:14 UTC

svn commit: r1862940 - /openoffice/trunk/main/helpcontent2/source/text/sbasic/shared/03090409.xhp

Author: mseidel
Date: Thu Jul 11 22:39:14 2019
New Revision: 1862940

URL: http://svn.apache.org/viewvc?rev=1862940&view=rev
Log:
Fixed spaces, cleanup

Modified:
    openoffice/trunk/main/helpcontent2/source/text/sbasic/shared/03090409.xhp

Modified: openoffice/trunk/main/helpcontent2/source/text/sbasic/shared/03090409.xhp
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/helpcontent2/source/text/sbasic/shared/03090409.xhp?rev=1862940&r1=1862939&r2=1862940&view=diff
==============================================================================
--- openoffice/trunk/main/helpcontent2/source/text/sbasic/shared/03090409.xhp (original)
+++ openoffice/trunk/main/helpcontent2/source/text/sbasic/shared/03090409.xhp Thu Jul 11 22:39:14 2019
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
-
 <!--***********************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -10,30 +8,26 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  ***********************************************************-->
 
 
-	
+
 <helpdocument version="1.0">
 <meta>
 <topic id="textsbasicshared03090409xml" indexer="include" status="PUBLISH">
 <title id="tit" xml-lang="en-US">Sub Statement [Runtime]</title>
 <filename>/text/sbasic/shared/03090409.xhp</filename>
 </topic>
-<history>
-<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
-<lastedited date="2004-10-18T09:23:41">converted from old format - fpe</lastedited>
-</history>
 </meta>
 <body>
 <section id="sub">
@@ -48,9 +42,9 @@
 <paragraph role="code" id="par_id3146795" xml-lang="en-US" l10n="U" oldref="8">End Sub</paragraph>
 <paragraph role="heading" id="hd_id3153525" xml-lang="en-US" level="2" l10n="U" oldref="9">Parameters:</paragraph>
 <paragraph role="paragraph" id="par_id3150792" xml-lang="en-US" l10n="U" oldref="10">
-<emph>Name:</emph> Name of the subroutine .</paragraph>
+<emph>Name:</emph> Name of the subroutine.</paragraph>
 <paragraph role="paragraph" id="par_id3154138" xml-lang="en-US" l10n="U" oldref="11">
-<emph>VarName: </emph>Parameter that you want to pass to the subroutine.</paragraph>
+<emph>VarName:</emph> Parameter that you want to pass to the subroutine.</paragraph>
 <paragraph role="paragraph" id="par_id3154908" xml-lang="en-US" l10n="U" oldref="12">
 <emph>Type:</emph> Type-declaration key word.</paragraph>
 <paragraph role="heading" id="hd_id3153770" xml-lang="en-US" level="2" l10n="U" oldref="16">Example:</paragraph>