xref: /AOO41X/main/xmlscript/source/xmldlg_imexp/common.hxx (revision 05236b1a0a8122ee73deabdbaef6d40a9b9d7792)
1*05236b1aSAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
3*05236b1aSAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*05236b1aSAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*05236b1aSAndrew Rist  * distributed with this work for additional information
6*05236b1aSAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*05236b1aSAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*05236b1aSAndrew Rist  * "License"); you may not use this file except in compliance
9*05236b1aSAndrew Rist  * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir  *
11*05236b1aSAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir  *
13*05236b1aSAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*05236b1aSAndrew Rist  * software distributed under the License is distributed on an
15*05236b1aSAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*05236b1aSAndrew Rist  * KIND, either express or implied.  See the License for the
17*05236b1aSAndrew Rist  * specific language governing permissions and limitations
18*05236b1aSAndrew Rist  * under the License.
19cdf0e10cSrcweir  *
20*05236b1aSAndrew Rist  *************************************************************/
21*05236b1aSAndrew Rist 
22*05236b1aSAndrew Rist 
23cdf0e10cSrcweir 
24cdf0e10cSrcweir #if ! defined INCLUDED_COMMON_HXX
25cdf0e10cSrcweir #define INCLUDED_COMMON_HXX
26cdf0e10cSrcweir 
27cdf0e10cSrcweir #include "sal/types.h"
28cdf0e10cSrcweir 
29cdf0e10cSrcweir namespace xmlscript {
30cdf0e10cSrcweir 
31cdf0e10cSrcweir const sal_Int16 BORDER_NONE = 0;
32cdf0e10cSrcweir const sal_Int16 BORDER_3D = 1;
33cdf0e10cSrcweir const sal_Int16 BORDER_SIMPLE = 2;
34cdf0e10cSrcweir const sal_Int16 BORDER_SIMPLE_COLOR = 3;
35cdf0e10cSrcweir 
36cdf0e10cSrcweir }
37cdf0e10cSrcweir 
38cdf0e10cSrcweir #endif
39