11 wiersze
171 B
C
11 wiersze
171 B
C
|
#ifndef ODSPROCESSOR_H
|
||
|
#define ODSPROCESSOR_H
|
||
|
#include "odtprocessor.h"
|
||
|
class OdsProcessor : public OdtProcessor
|
||
|
{
|
||
|
public:
|
||
|
OdsProcessor();
|
||
|
};
|
||
|
|
||
|
#endif // ODSPROCESSOR_H
|