diff options
Diffstat (limited to 'filters/kword')
| -rw-r--r-- | filters/kword/pdf/xpdf/xpdf/XPDFTree.cpp | 8 | ||||
| -rw-r--r-- | filters/kword/rtf/import/rtfimport.cpp | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/filters/kword/pdf/xpdf/xpdf/XPDFTree.cpp b/filters/kword/pdf/xpdf/xpdf/XPDFTree.cpp index edc7fb8fc..50051d39d 100644 --- a/filters/kword/pdf/xpdf/xpdf/XPDFTree.cpp +++ b/filters/kword/pdf/xpdf/xpdf/XPDFTree.cpp @@ -134,7 +134,7 @@ externaldef(xpdftreeclassrec) XPDFTreeClassRec xpdfTreeClassRec = { sizeof(XPDFTreeRec), // widget_size NULL, // class_initialize &classPartInitialize, // class_part_initialize - FALSE, // class_inited + False, // class_inited &initialize, // initialize NULL, // initialize_hook XtInheritRealize, // realize @@ -143,10 +143,10 @@ externaldef(xpdftreeclassrec) XPDFTreeClassRec xpdfTreeClassRec = { resources, // resources XtNumber(resources), // num_resources NULLQUARK, // xrm_class - TRUE, // compress_motion + True, // compress_motion XtExposeCompressMaximal, // compress_exposure - TRUE, // compress_enterleave - FALSE, // visible_interest + True, // compress_enterleave + False, // visible_interest &destroy, // destroy &resize, // resize &redisplay, // expose diff --git a/filters/kword/rtf/import/rtfimport.cpp b/filters/kword/rtf/import/rtfimport.cpp index 372751732..12721e201 100644 --- a/filters/kword/rtf/import/rtfimport.cpp +++ b/filters/kword/rtf/import/rtfimport.cpp @@ -122,9 +122,9 @@ static RTFProperty propertyTable[] = PROP( "Text", "cell", insertTableCell, 0L, 0 ), PROP( 0L, "cellx", insertCellDef, 0L, 0 ), MEMBER( 0L, "cf", setNumericProperty, state.format.color, 0 ), - PROP( 0L, "chdate", insertDateTime, 0L, TRUE ), + PROP( 0L, "chdate", insertDateTime, 0L, 1 ), PROP( 0L, "chpgn", insertPageNumber, 0L, 0 ), - PROP( 0L, "chtime", insertDateTime, 0L, FALSE ), + PROP( 0L, "chtime", insertDateTime, 0L, 0 ), PROP( 0L, "clbrdrb", selectLayoutBorderFromCell, 0L, 3 ), PROP( 0L, "clbrdrl", selectLayoutBorderFromCell, 0L, 0 ), PROP( 0L, "clbrdrr", selectLayoutBorderFromCell, 0L, 1 ), |
