Files
core/HwpFile/HwpDoc/Paragraph/CellParagraph.h
2024-12-03 20:12:50 +03:00

16 lines
195 B
C++

#ifndef CELLPARAGRAPH_H
#define CELLPARAGRAPH_H
#include "HWPPargraph.h"
namespace HWP
{
class CCellParagraph : public CHWPPargraph
{
public:
CCellParagraph();
};
}
#endif // CELLPARAGRAPH_H