xref: /aoo41x/main/oox/source/token/tokens.hxx.tail (revision 184e05d2)
1*184e05d2SAndrew Rist/**************************************************************
2*184e05d2SAndrew Rist *
3*184e05d2SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*184e05d2SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*184e05d2SAndrew Rist * distributed with this work for additional information
6*184e05d2SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*184e05d2SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*184e05d2SAndrew Rist * "License"); you may not use this file except in compliance
9*184e05d2SAndrew Rist * with the License.  You may obtain a copy of the License at
10*184e05d2SAndrew Rist *
11*184e05d2SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*184e05d2SAndrew Rist *
13*184e05d2SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*184e05d2SAndrew Rist * software distributed under the License is distributed on an
15*184e05d2SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*184e05d2SAndrew Rist * KIND, either express or implied.  See the License for the
17*184e05d2SAndrew Rist * specific language governing permissions and limitations
18*184e05d2SAndrew Rist * under the License.
19*184e05d2SAndrew Rist *
20*184e05d2SAndrew Rist *************************************************************/
21cdf0e10cSrcweir
22cdf0e10cSrcweirconst sal_Int32 XML_TOKEN_INVALID = ::com::sun::star::xml::sax::FastToken::DONTKNOW;
23cdf0e10cSrcweir
24cdf0e10cSrcweir// ============================================================================
25cdf0e10cSrcweir
26cdf0e10cSrcweir} // namespace oox
27cdf0e10cSrcweir
28cdf0e10cSrcweir#endif
29