1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*190f6665SAndrew Rist<!--***********************************************************
3*190f6665SAndrew Rist *
4*190f6665SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5*190f6665SAndrew Rist * or more contributor license agreements.  See the NOTICE file
6*190f6665SAndrew Rist * distributed with this work for additional information
7*190f6665SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8*190f6665SAndrew Rist * to you under the Apache License, Version 2.0 (the
9*190f6665SAndrew Rist * "License"); you may not use this file except in compliance
10*190f6665SAndrew Rist * with the License.  You may obtain a copy of the License at
11*190f6665SAndrew Rist *
12*190f6665SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13*190f6665SAndrew Rist *
14*190f6665SAndrew Rist * Unless required by applicable law or agreed to in writing,
15*190f6665SAndrew Rist * software distributed under the License is distributed on an
16*190f6665SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*190f6665SAndrew Rist * KIND, either express or implied.  See the License for the
18*190f6665SAndrew Rist * specific language governing permissions and limitations
19*190f6665SAndrew Rist * under the License.
20*190f6665SAndrew Rist *
21*190f6665SAndrew Rist ***********************************************************-->
22*190f6665SAndrew Rist
23*190f6665SAndrew Rist
24cdf0e10cSrcweir<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
25cdf0e10cSrcweir<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Module1" script:language="StarBasic">REM  *****  BASIC  *****
26cdf0e10cSrcweir
27cdf0e10cSrcweirSub Main
28cdf0e10cSrcweir
29cdf0e10cSrcweirEnd Sub</script:module>
30