xref: /aoo41x/main/svx/inc/svx/xattr.hxx (revision c7be74b1)
13334a7e6SAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
33334a7e6SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
43334a7e6SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
53334a7e6SAndrew Rist  * distributed with this work for additional information
63334a7e6SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
73334a7e6SAndrew Rist  * to you under the Apache License, Version 2.0 (the
83334a7e6SAndrew Rist  * "License"); you may not use this file except in compliance
93334a7e6SAndrew Rist  * with the License.  You may obtain a copy of the License at
103334a7e6SAndrew Rist  *
113334a7e6SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
123334a7e6SAndrew Rist  *
133334a7e6SAndrew Rist  * Unless required by applicable law or agreed to in writing,
143334a7e6SAndrew Rist  * software distributed under the License is distributed on an
153334a7e6SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
163334a7e6SAndrew Rist  * KIND, either express or implied.  See the License for the
173334a7e6SAndrew Rist  * specific language governing permissions and limitations
183334a7e6SAndrew Rist  * under the License.
193334a7e6SAndrew Rist  *
203334a7e6SAndrew Rist  *************************************************************/
213334a7e6SAndrew Rist 
223334a7e6SAndrew Rist 
23cdf0e10cSrcweir #ifndef _XATTR_HXX
24cdf0e10cSrcweir #define _XATTR_HXX
25cdf0e10cSrcweir 
26cdf0e10cSrcweir // include ---------------------------------------------------------------
27*97e8a929SArmin Le Grand class XDashList;
28*97e8a929SArmin Le Grand class XLineEndList;
29*97e8a929SArmin Le Grand class XHatchList;
30*97e8a929SArmin Le Grand class XBitmapList;
31*97e8a929SArmin Le Grand class XGradientList;
32cdf0e10cSrcweir 
33cdf0e10cSrcweir #include <svx/xit.hxx>
34cdf0e10cSrcweir #include <svx/xcolit.hxx>
35cdf0e10cSrcweir #include <svx/xgrad.hxx>
36cdf0e10cSrcweir #include <svx/xhatch.hxx>
37cdf0e10cSrcweir #include <svx/xlineit.hxx>
38cdf0e10cSrcweir #include <svx/xfillit.hxx>
39cdf0e10cSrcweir #include <svx/xtextit.hxx>
40cdf0e10cSrcweir #include <svx/xlineit0.hxx>
41cdf0e10cSrcweir #include <svx/xfillit0.hxx>
42cdf0e10cSrcweir #include <svx/xtextit0.hxx>
43cdf0e10cSrcweir #include <svx/xsetit.hxx>
44cdf0e10cSrcweir #include <svx/xlinjoit.hxx>
455aaf853bSArmin Le Grand #include <svx/xlncapit.hxx>
46cdf0e10cSrcweir 
47cdf0e10cSrcweir 
48cdf0e10cSrcweir #endif      // _XATTR_HXX
49cdf0e10cSrcweir 
50