00001 /*************************************************************************** 00002 rtfhtml.h - description 00003 ------------------- 00004 begin : Wed Oct 13 1999 00005 copyright : (C) 1999 by The team of BibleTime 00006 email : info@bibletime.de 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 /* $Header: /usr/local/cvsroot/sword/doc/api-documentation/html/rtfhtml_8h-source.html,v 1.7 2002/06/20 20:23:09 mgruner Exp $ */ 00019 /* $Revision: 1.7 $ */ 00020 00021 #ifndef RTFHTML_H 00022 #define RTFHTML_H 00023 00024 #include <swfilter.h> 00025 00026 #include <defs.h> 00027 00030 class SWDLLEXPORT RTFHTML:public SWFilter 00031 { 00032 public: 00033 RTFHTML (); 00034 virtual char ProcessText (char *text, int maxlen, const SWKey * key, const SWModule * = 0); 00035 }; 00036 00037 #endif