filters
oowriterexport.h
00001 /* 00002 This file is part of the KDE project 00003 Copyright (C) 2001, 2003 Nicolas GOUTTE <goutte@kde.org> 00004 00005 This program is free software; you can redistribute it and/or 00006 modify it under the terms of the GNU General Public License 00007 as published by the Free Software Foundation; either version 2 00008 of the License, or (at your option) any later version. 00009 00010 This program is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 GNU General Public License for more details. 00014 00015 You should have received a copy of the GNU General Public License 00016 along with this program; if not, write to the Free Software 00017 Foundation, Inc., 51 Franklin Street, Fifth Floor, 00018 * Boston, MA 02110-1301, USA. 00019 */ 00020 00021 /* 00022 This file is based on the old file: 00023 koffice/filters/kword/ascii/asciiexport.h 00024 00025 The old file was copyrighted by 00026 Copyright (C) 1998, 1999 Reginald Stadlbauer <reggie@kde.org> 00027 00028 The old file was licensed under the terms of the GNU Library General Public 00029 License version 2. 00030 */ 00031 00032 #ifndef OOWRITEREXPORT_H 00033 #define OOWRITEREXPORT_H 00034 00035 #include <qstring.h> 00036 #include <qcstring.h> 00037 00038 #include <KoFilter.h> 00039 00040 00041 class OOWRITERExport : public KoFilter { 00042 00043 Q_OBJECT 00044 00045 public: 00046 OOWRITERExport(KoFilter *parent, const char *name, const QStringList &); 00047 virtual ~OOWRITERExport() {} 00048 00049 virtual KoFilter::ConversionStatus convert( const QCString& from, const QCString& to ); 00050 }; 00051 #endif // OOWRITEREXPORT_H