WPDocument.h   WPDocument.h 
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/* libwpd /* libwpd
* Version: MPL 2.0 / LGPLv2.1+
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Major Contributor(s):
* Copyright (C) 2003-2005 William Lachance (wrlach@gmail.com) * Copyright (C) 2003-2005 William Lachance (wrlach@gmail.com)
* Copyright (C) 2003 Marc Maurer (uwog@uwog.net) * Copyright (C) 2003 Marc Maurer (uwog@uwog.net)
* *
* This library is free software; you can redistribute it and/or * For minor contributions see the git repository.
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * Alternatively, the contents of this file may be used under the terms
* License along with this library; if not, write to the Free Software * of the GNU Lesser General Public License Version 2.1 or later
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
1, USA * applicable instead of those above.
* *
* For further information visit http://libwpd.sourceforge.net * For further information visit http://libwpd.sourceforge.net
*/ */
/* "This product is not manufactured, approved, or supported by /* "This product is not manufactured, approved, or supported by
* Corel Corporation or Corel Corporation Limited." * Corel Corporation or Corel Corporation Limited."
*/ */
#ifndef WPDOCUMENT_H #ifndef WPDOCUMENT_H
#define WPDOCUMENT_H #define WPDOCUMENT_H
 End of changes. 3 change blocks. 
13 lines changed or deleted 12 lines changed or added


 WPXBinaryData.h   WPXBinaryData.h 
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/* libwpd /* libwpd
* Copyright (C) 2007 Fridrich Strba (fridrich.strba@bluewin.ch) * Version: MPL 2.0 / LGPLv2.1+
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* *
* This library is free software; you can redistribute it and/or * Major Contributor(s):
* modify it under the terms of the GNU Library General Public * Copyright (C) 2007 Fridrich Strba (fridrich.strba@bluewin.ch)
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * For minor contributions see the git repository.
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * Alternatively, the contents of this file may be used under the terms
* License along with this library; if not, write to the Free Software * of the GNU Lesser General Public License Version 2.1 or later
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
1, USA * applicable instead of those above.
* *
* For further information visit http://libwpd.sourceforge.net * For further information visit http://libwpd.sourceforge.net
*/ */
/* "This product is not manufactured, approved, or supported by /* "This product is not manufactured, approved, or supported by
* Corel Corporation or Corel Corporation Limited." * Corel Corporation or Corel Corporation Limited."
*/ */
#ifndef WPXBINARYDATA_H #ifndef WPXBINARYDATA_H
#define WPXBINARYDATA_H #define WPXBINARYDATA_H
 End of changes. 4 change blocks. 
13 lines changed or deleted 12 lines changed or added


 WPXDocumentInterface.h   WPXDocumentInterface.h 
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/* libwpd /* libwpd
* Version: MPL 2.0 / LGPLv2.1+
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Major Contributor(s):
* Copyright (C) 2002-2005 William Lachance (wrlach@gmail.com) * Copyright (C) 2002-2005 William Lachance (wrlach@gmail.com)
* Copyright (C) 2002 Marc Maurer (uwog@uwog.net) * Copyright (C) 2002 Marc Maurer (uwog@uwog.net)
* Copyright (C) 2006 Fridrich Strba (fridrich.strba@bluewin.ch) * Copyright (C) 2006 Fridrich Strba (fridrich.strba@bluewin.ch)
* *
* This library is free software; you can redistribute it and/or * For minor contributions see the git repository.
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * Alternatively, the contents of this file may be used under the terms
* License along with this library; if not, write to the Free Software * of the GNU Lesser General Public License Version 2.1 or later
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
1, USA * applicable instead of those above.
* *
* For further information visit http://libwpd.sourceforge.net * For further information visit http://libwpd.sourceforge.net
*/ */
/* "This product is not manufactured, approved, or supported by /* "This product is not manufactured, approved, or supported by
* Corel Corporation or Corel Corporation Limited." * Corel Corporation or Corel Corporation Limited."
*/ */
#ifndef WPXDOCUMENTINTERFACEIMPL_H #ifndef WPXDOCUMENTINTERFACEIMPL_H
#define WPXDOCUMENTINTERFACEIMPL_H #define WPXDOCUMENTINTERFACEIMPL_H
 End of changes. 3 change blocks. 
13 lines changed or deleted 12 lines changed or added


 WPXProperty.h   WPXProperty.h 
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/* libwpd /* libwpd
* Copyright (C) 2004 William Lachance (wrlach@gmail.com) * Version: MPL 2.0 / LGPLv2.1+
* Copyright (C) 2005 Net Integration Technologies (http://www.net-itech.co *
m) * This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* *
* This library is free software; you can redistribute it and/or * Major Contributor(s):
* modify it under the terms of the GNU Library General Public * Copyright (C) 2004 William Lachance (wrlach@gmail.com)
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * For minor contributions see the git repository.
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * Alternatively, the contents of this file may be used under the terms
* License along with this library; if not, write to the Free Software * of the GNU Lesser General Public License Version 2.1 or later
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
1, USA * applicable instead of those above.
* *
* For further information visit http://libwpd.sourceforge.net * For further information visit http://libwpd.sourceforge.net
*/ */
/* "This product is not manufactured, approved, or supported by /* "This product is not manufactured, approved, or supported by
* Corel Corporation or Corel Corporation Limited." * Corel Corporation or Corel Corporation Limited."
*/ */
#ifndef WPXPROPERTY_H #ifndef WPXPROPERTY_H
#define WPXPROPERTY_H #define WPXPROPERTY_H
 End of changes. 4 change blocks. 
15 lines changed or deleted 12 lines changed or added


 WPXPropertyList.h   WPXPropertyList.h 
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/* libwpd /* libwpd
* Version: MPL 2.0 / LGPLv2.1+
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Major Contributor(s):
* Copyright (C) 2004 William Lachance (wrlach@gmail.com) * Copyright (C) 2004 William Lachance (wrlach@gmail.com)
* Copyright (C) 2005 Net Integration Technologies (http://www.net-itech.co m)
* Copyright (C) 2006 Fridrich Strba (fridrich.strba@bluewin.ch) * Copyright (C) 2006 Fridrich Strba (fridrich.strba@bluewin.ch)
* *
* This library is free software; you can redistribute it and/or * For minor contributions see the git repository.
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * Alternatively, the contents of this file may be used under the terms
* License along with this library; if not, write to the Free Software * of the GNU Lesser General Public License Version 2.1 or later
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
1, USA * applicable instead of those above.
* *
* For further information visit http://libwpd.sourceforge.net * For further information visit http://libwpd.sourceforge.net
*/ */
/* "This product is not manufactured, approved, or supported by /* "This product is not manufactured, approved, or supported by
* Corel Corporation or Corel Corporation Limited." * Corel Corporation or Corel Corporation Limited."
*/ */
#ifndef WPXPROPERTYLIST_H #ifndef WPXPROPERTYLIST_H
#define WPXPROPERTYLIST_H #define WPXPROPERTYLIST_H
 End of changes. 4 change blocks. 
14 lines changed or deleted 12 lines changed or added


 WPXPropertyListVector.h   WPXPropertyListVector.h 
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/* libwpd /* libwpd
* Version: MPL 2.0 / LGPLv2.1+
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Major Contributor(s):
* Copyright (C) 2005 William Lachance (wrlach@gmail.com) * Copyright (C) 2005 William Lachance (wrlach@gmail.com)
* Copyright (C) 2005 Net Integration Technologies, Inc. (http://www.net-it ech.com)
* Copyright (C) 2006 Fridrich Strba (fridrich.strba@bluewin.ch) * Copyright (C) 2006 Fridrich Strba (fridrich.strba@bluewin.ch)
* *
* This library is free software; you can redistribute it and/or * For minor contributions see the git repository.
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * Alternatively, the contents of this file may be used under the terms
* License along with this library; if not, write to the Free Software * of the GNU Lesser General Public License Version 2.1 or later
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
1, USA * applicable instead of those above.
* *
* For further information visit http://libwpd.sourceforge.net * For further information visit http://libwpd.sourceforge.net
*/ */
/* "This product is not manufactured, approved, or supported by /* "This product is not manufactured, approved, or supported by
* Corel Corporation or Corel Corporation Limited." * Corel Corporation or Corel Corporation Limited."
*/ */
#ifndef WPXPROPERTYLISTVECTOR_H #ifndef WPXPROPERTYLISTVECTOR_H
#define WPXPROPERTYLISTVECTOR_H #define WPXPROPERTYLISTVECTOR_H
 End of changes. 4 change blocks. 
14 lines changed or deleted 12 lines changed or added


 WPXStream.h   WPXStream.h 
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/* libwpd /* libwpd
* Copyright (C) 2004-2005 William Lachance (wrlach@gmail.com) * Version: MPL 2.0 / LGPLv2.1+
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* *
* This library is free software; you can redistribute it and/or * Major Contributor(s):
* modify it under the terms of the GNU Library General Public * Copyright (C) 2004-2005 William Lachance (wrlach@gmail.com)
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * For minor contributions see the git repository.
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * Alternatively, the contents of this file may be used under the terms
* License along with this library; if not, write to the Free Software * of the GNU Lesser General Public License Version 2.1 or later
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
1, USA * applicable instead of those above.
* *
* For further information visit http://libwpd.sourceforge.net * For further information visit http://libwpd.sourceforge.net
*/ */
/* "This product is not manufactured, approved, or supported by /* "This product is not manufactured, approved, or supported by
* Corel Corporation or Corel Corporation Limited." * Corel Corporation or Corel Corporation Limited."
*/ */
#ifndef WPXSTREAM_H #ifndef WPXSTREAM_H
#define WPXSTREAM_H #define WPXSTREAM_H
enum WPX_SEEK_TYPE enum WPX_SEEK_TYPE
{ {
WPX_SEEK_CUR, WPX_SEEK_CUR,
WPX_SEEK_SET, WPX_SEEK_SET,
WPX_SEEK_END WPX_SEEK_END
}; };
class WPXInputStream class WPXInputStream
{ {
public: public:
WPXInputStream() {} WPXInputStream() {}
virtual ~WPXInputStream() {} virtual ~WPXInputStream() {}
/** /**
Analyses the content of the input stream to see whether it is an OLE 2 storage. Analyses the content of the input stream to see whether it is an OLE 2 storage.
 End of changes. 5 change blocks. 
16 lines changed or deleted 15 lines changed or added


 WPXStreamImplementation.h   WPXStreamImplementation.h 
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/* libwpd /* libwpd
* Copyright (C) 2006 Ariya Hidayat (ariya@kde.org) * Version: MPL 2.0 / LGPLv2.1+
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* *
* This library is free software; you can redistribute it and/or * Major Contributor(s):
* modify it under the terms of the GNU Library General Public * Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * For minor contributions see the git repository.
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * Alternatively, the contents of this file may be used under the terms
* License along with this library; if not, write to the * of the GNU Lesser General Public License Version 2.1 or later
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
* Boston, MA 02111-1301 USA * applicable instead of those above.
* *
* For further information visit http://libwpd.sourceforge.net * For further information visit http://libwpd.sourceforge.net
*/ */
#ifndef __WPXSTREAMIMPLEMENTATION_H__ #ifndef __WPXSTREAMIMPLEMENTATION_H__
#define __WPXSTREAMIMPLEMENTATION_H__ #define __WPXSTREAMIMPLEMENTATION_H__
#include "WPXStream.h" #include "WPXStream.h"
class WPXFileStreamPrivate; class WPXFileStreamPrivate;
 End of changes. 4 change blocks. 
13 lines changed or deleted 12 lines changed or added


 WPXString.h   WPXString.h 
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/* libwpd /* libwpd
* Version: MPL 2.0 / LGPLv2.1+
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Major Contributor(s):
* Copyright (C) 2004 William Lachance (wrlach@gmail.com) * Copyright (C) 2004 William Lachance (wrlach@gmail.com)
* Copyright (C) 2005 Net Integration Technologies (http://www.net-itech.co m)
* Copyright (C) 2006 Fridrich Strba (fridrich.strba@bluewin.ch) * Copyright (C) 2006 Fridrich Strba (fridrich.strba@bluewin.ch)
* *
* This library is free software; you can redistribute it and/or * For minor contributions see the git repository.
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * Alternatively, the contents of this file may be used under the terms
* License along with this library; if not, write to the Free Software * of the GNU Lesser General Public License Version 2.1 or later
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
1, USA * applicable instead of those above.
* *
* For further information visit http://libwpd.sourceforge.net * For further information visit http://libwpd.sourceforge.net
*/ */
/* "This product is not manufactured, approved, or supported by /* "This product is not manufactured, approved, or supported by
* Corel Corporation or Corel Corporation Limited." * Corel Corporation or Corel Corporation Limited."
*/ */
#ifndef WPXSTRING_H #ifndef WPXSTRING_H
#define WPXSTRING_H #define WPXSTRING_H
 End of changes. 4 change blocks. 
14 lines changed or deleted 12 lines changed or added


 libwpd-stream.h   libwpd-stream.h 
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/* libwpd /* libwpd
* Copyright (C) 2007 Fridrich Strba (fridrich.strba@bluewin.ch) * Version: MPL 2.0 / LGPLv2.1+
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* *
* This library is free software; you can redistribute it and/or * Major Contributor(s):
* modify it under the terms of the GNU Library General Public * Copyright (C) 2007 Fridrich Strba (fridrich.strba@bluewin.ch)
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
* *
* This library is distributed in the hope that it will be useful, * For minor contributions see the git repository.
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * Alternatively, the contents of this file may be used under the terms
* License along with this library; if not, write to the Free Software * of the GNU Lesser General Public License Version 2.1 or later
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
1, USA * applicable instead of those above.
* *
* For further information visit http://libwpd.sourceforge.net * For further information visit http://libwpd.sourceforge.net
*/ */
/* "This product is not manufactured, approved, or supported by /* "This product is not manufactured, approved, or supported by
* Corel Corporation or Corel Corporation Limited." * Corel Corporation or Corel Corporation Limited."
*/ */
#ifndef LIBWPD_STREAM_H #ifndef LIBWPD_STREAM_H
#define LIBWPD_STREAM_H #define LIBWPD_STREAM_H
#define LIBWPD_STREAM_VERSION_MAJOR 0 #define LIBWPD_STREAM_VERSION_MAJOR 0
#define LIBWPD_STREAM_VERSION_MINOR 9 #define LIBWPD_STREAM_VERSION_MINOR 9
#define LIBWPD_STREAM_VERSION_REVISION 6 #define LIBWPD_STREAM_VERSION_REVISION 7
#define LIBWPD_STREAM_VERSION_STRING "0.9.6" #define LIBWPD_STREAM_VERSION_STRING "0.9.7"
#include "WPXStream.h" #include "WPXStream.h"
#include "WPXStreamImplementation.h" #include "WPXStreamImplementation.h"
#endif /* LIBWPD_STREAM_H */ #endif /* LIBWPD_STREAM_H */
/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */ /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
 End of changes. 5 change blocks. 
15 lines changed or deleted 14 lines changed or added


 libwpd.h   libwpd.h 
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/* libwpd /* libwpd
* Version: MPL 2.0 / LGPLv2.1+
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Major Contributor(s):
* Copyright (C) 2002 William Lachance (wrlach@gmail.com) * Copyright (C) 2002 William Lachance (wrlach@gmail.com)
* Copyright (C) 2002 Marc Maurer (uwog@uwog.net) * Copyright (C) 2002 Marc Maurer (uwog@uwog.net)
* *
* This library is free software; you can redistribute it and/or * For minor contributions see the git repository.
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
* *
* You should have received a copy of the GNU Library General Public * Alternatively, the contents of this file may be used under the terms
* License along with this library; if not, write to the Free Software * of the GNU Lesser General Public License Version 2.1 or later
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
1, USA * applicable instead of those above.
* *
* For further information visit http://libwpd.sourceforge.net * For further information visit http://libwpd.sourceforge.net
*/ */
/* "This product is not manufactured, approved, or supported by /* "This product is not manufactured, approved, or supported by
* Corel Corporation or Corel Corporation Limited." * Corel Corporation or Corel Corporation Limited."
*/ */
#ifndef LIBWPD_H #ifndef LIBWPD_H
#define LIBWPD_H #define LIBWPD_H
#define LIBWPD_VERSION_MAJOR 0 #define LIBWPD_VERSION_MAJOR 0
#define LIBWPD_VERSION_MINOR 9 #define LIBWPD_VERSION_MINOR 9
#define LIBWPD_VERSION_REVISION 6 #define LIBWPD_VERSION_REVISION 7
#define LIBWPD_VERSION_STRING "0.9.6" #define LIBWPD_VERSION_STRING "0.9.7"
#include "WPXDocumentInterface.h" #include "WPXDocumentInterface.h"
#include "WPDocument.h" #include "WPDocument.h"
#endif /* LIBWPD_H */ #endif /* LIBWPD_H */
/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */ /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
 End of changes. 4 change blocks. 
15 lines changed or deleted 14 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/