Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 214387
Collapse All | Expand All

(-)branches/koffice/1.6/koffice/filters/kword/wordperfect/import/TableStyle.cxx (+2 lines)
Lines 36-41 Link Here
36
#include <minmax.h>
36
#include <minmax.h>
37
#endif
37
#endif
38
38
39
#include <cstring>
40
39
TableCellStyle::TableCellStyle(const WPXPropertyList &xPropList, const char *psName) :
41
TableCellStyle::TableCellStyle(const WPXPropertyList &xPropList, const char *psName) :
40
	Style(psName),
42
	Style(psName),
41
        mPropList(xPropList)
43
        mPropList(xPropList)
(-)branches/koffice/1.6/koffice/filters/kword/wordperfect/import/TextRunStyle.cxx (+2 lines)
Lines 37-42 Link Here
37
#include <minmax.h>
37
#include <minmax.h>
38
#endif
38
#endif
39
39
40
#include <cstring>
41
40
ParagraphStyle::ParagraphStyle(WPXPropertyList *pPropList, const WPXPropertyListVector &xTabStops, const WPXString &sName) :
42
ParagraphStyle::ParagraphStyle(WPXPropertyList *pPropList, const WPXPropertyListVector &xTabStops, const WPXString &sName) :
41
	mpPropList(pPropList),
43
	mpPropList(pPropList),
42
	mxTabStops(xTabStops),
44
	mxTabStops(xTabStops),

Return to bug 214387