1*1daf921aSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*1daf921aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*1daf921aSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*1daf921aSAndrew Rist * distributed with this work for additional information 6*1daf921aSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*1daf921aSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*1daf921aSAndrew Rist * "License"); you may not use this file except in compliance 9*1daf921aSAndrew Rist * with the License. You may obtain a copy of the License at 10*1daf921aSAndrew Rist * 11*1daf921aSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*1daf921aSAndrew Rist * 13*1daf921aSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*1daf921aSAndrew Rist * software distributed under the License is distributed on an 15*1daf921aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*1daf921aSAndrew Rist * KIND, either express or implied. See the License for the 17*1daf921aSAndrew Rist * specific language governing permissions and limitations 18*1daf921aSAndrew Rist * under the License. 19*1daf921aSAndrew Rist * 20*1daf921aSAndrew Rist *************************************************************/ 21cdf0e10cSrcweir 22cdf0e10cSrcweirinterface WebGraphic : BaseTextGraphic 23cdf0e10cSrcweir[ 24cdf0e10cSrcweir uuid = "B47F0DEB-1E1F-11d1-89CA-008029E4B0B1" 25cdf0e10cSrcweir] 26cdf0e10cSrcweir{ 27cdf0e10cSrcweir} 28cdf0e10cSrcweir 29cdf0e10cSrcweir 30cdf0e10cSrcweir //========================================================================= 31cdf0e10cSrcweir 32cdf0e10cSrcweirshell SwWebGrfShell : SwBaseShell 33cdf0e10cSrcweir{ 34cdf0e10cSrcweir import WebGraphic[Automation]; 35cdf0e10cSrcweir} 36cdf0e10cSrcweir 37cdf0e10cSrcweir 38