11 line
236 B
C
11 line
236 B
C
|
#ifndef PREVIEWRESULTODT_H
|
||
|
#define PREVIEWRESULTODT_H
|
||
|
#include "previewresultplaintext.h"
|
||
|
|
||
|
class PreviewResultOdt : public PreviewResultPlainText
|
||
|
{
|
||
|
using PreviewResultPlainText::PreviewResultPlainText;
|
||
|
};
|
||
|
|
||
|
#endif // PREVIEWRESULTODT_H
|