00001 /* -*- Mode: C++; c-default-style: "k&r"; indent-tabs-mode: nil; tab-width: 2; c-basic-offset: 2 -*- */ 00002 /* libstaroffice 00003 * Version: MPL 2.0 / LGPLv2.1+ 00004 * 00005 * This Source Code Form is subject to the terms of the Mozilla Public 00006 * License, v. 2.0. If a copy of the MPL was not distributed with this 00007 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 00008 * 00009 * Major Contributor(s): 00010 * Copyright (C) 2002 William Lachance (william.lachance@sympatico.ca) 00011 * Copyright (C) 2002 Marc Maurer (uwog@uwog.net) 00012 * 00013 * For minor contributions see the git repository. 00014 * 00015 * Alternatively, the contents of this file may be used under the terms 00016 * of the GNU Lesser General Public License Version 2.1 or later 00017 * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are 00018 * applicable instead of those above. 00019 * 00020 * For further information visit http://libstoff.sourceforge.net 00021 */ 00022 00023 #ifndef LIBSTAROFFICE_HXX 00024 #define LIBSTAROFFICE_HXX 00025 00027 #define STOFF_CHART_VERSION 0 00028 00029 #define STOFF_DATABASE_VERSION 0 00030 00035 #define STOFF_GRAPHIC_VERSION 2 00036 00037 #define STOFF_MATH_VERSION 0 00038 00039 #define STOFF_PRESENTATION_VERSION 0 00040 00044 #define STOFF_SPREADSHEET_VERSION 2 00045 00047 #define STOFF_TEXT_VERSION 1 00048 00049 #include "STOFFDocument.hxx" 00050 00051 #endif /* LIBSTAROFFICE_HXX */ 00052 // vim: set filetype=cpp tabstop=2 shiftwidth=2 cindent autoindent smartindent noexpandtab: