1b3b486c3SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3b3b486c3SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4b3b486c3SAndrew Rist * or more contributor license agreements. See the NOTICE file 5b3b486c3SAndrew Rist * distributed with this work for additional information 6b3b486c3SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7b3b486c3SAndrew Rist * to you under the Apache License, Version 2.0 (the 8b3b486c3SAndrew Rist * "License"); you may not use this file except in compliance 9b3b486c3SAndrew Rist * with the License. You may obtain a copy of the License at 10b3b486c3SAndrew Rist * 11b3b486c3SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12b3b486c3SAndrew Rist * 13b3b486c3SAndrew Rist * Unless required by applicable law or agreed to in writing, 14b3b486c3SAndrew Rist * software distributed under the License is distributed on an 15b3b486c3SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16b3b486c3SAndrew Rist * KIND, either express or implied. See the License for the 17b3b486c3SAndrew Rist * specific language governing permissions and limitations 18b3b486c3SAndrew Rist * under the License. 19b3b486c3SAndrew Rist * 20b3b486c3SAndrew Rist *************************************************************/ 21b3b486c3SAndrew Rist 22b3b486c3SAndrew Rist 23*b63233d8Sdamjan#ifndef __com_sun_star_report_Shape_idl__ 24*b63233d8Sdamjan#define __com_sun_star_report_Shape_idl__ 25cdf0e10cSrcweir 26*b63233d8Sdamjan#include <com/sun/star/report/XShape.idl> 27cdf0e10cSrcweir 28*b63233d8Sdamjan//============================================================================= 29cdf0e10cSrcweir 30*b63233d8Sdamjan module com { module sun { module star { module report { 31cdf0e10cSrcweir 32*b63233d8Sdamjan//============================================================================= 33cdf0e10cSrcweir 34*b63233d8Sdamjanservice Shape : XShape; 35*b63233d8Sdamjan//============================================================================= 36cdf0e10cSrcweir 37*b63233d8Sdamjan}; }; }; }; 38cdf0e10cSrcweir 39*b63233d8Sdamjan/*============================================================================= 40cdf0e10cSrcweir 41*b63233d8Sdamjan=============================================================================*/ 42*b63233d8Sdamjan#endif 43