diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2010-11-22 14:30:26 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2010-11-22 14:30:46 +0100 |
commit | 93a0a92bc07b541009ccd0e8d536a50dc43c2672 (patch) | |
tree | eaa55313ec5b93235cd9ef4a267cf18649a02be4 /sw | |
parent | 94ae5e188dc42aa35171cac11478b7c7aef72c58 (diff) |
Add doxygen comment for DocxAttributeOutput
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/docxattributeoutput.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx index 37ceb71897c8..6050823b0141 100644 --- a/sw/source/filter/ww8/docxattributeoutput.hxx +++ b/sw/source/filter/ww8/docxattributeoutput.hxx @@ -64,6 +64,7 @@ enum DocxColBreakStatus COLBRK_WRITE }; +/// The class that has handlers for various resource types when exporting as DOCX. class DocxAttributeOutput : public AttributeOutputBase { public: |