xref: /trunk/main/offapi/com/sun/star/report/FixedLine.idl (revision b63233d8)
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_FixedLine_idl__
24*b63233d8Sdamjan#define __com_sun_star_report_FixedLine_idl__
25cdf0e10cSrcweir
26*b63233d8Sdamjan#include <com/sun/star/report/XFixedLine.idl>
27cdf0e10cSrcweir
28*b63233d8Sdamjan//=============================================================================
29cdf0e10cSrcweir
30*b63233d8Sdamjan module com {  module sun {  module star {  module report {
31cdf0e10cSrcweir
32*b63233d8Sdamjan//=============================================================================
33*b63233d8Sdamjanpublished service FixedLine : XFixedLine;
34*b63233d8Sdamjan//=============================================================================
35cdf0e10cSrcweir
36*b63233d8Sdamjan}; }; }; };
37cdf0e10cSrcweir
38*b63233d8Sdamjan/*=============================================================================
39cdf0e10cSrcweir
40*b63233d8Sdamjan=============================================================================*/
41*b63233d8Sdamjan#endif
42