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