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.h-source.html,v 1.10 2001/05/25 10:44:21 jansorg Exp $ */ 00019 /* $Revision: 1.10 $ */ 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); 00035 }; 00036 00037 #endif