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