diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-01-04 03:02:18 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-01-04 15:03:14 +0100 |
| commit | d4ef912051fb54339d1a6bf383ee7b1228846359 (patch) | |
| tree | 1f5c8899564eee0e1e5cdf74c3d43c8587026c54 /filters/kword/rtf | |
| parent | 70268de9c88a0cac356ba26d01f45aecc57340ef (diff) | |
| download | koffice-master.tar.gz koffice-master.zip | |
Finishing the remaining renames from #93.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'filters/kword/rtf')
| -rw-r--r-- | filters/kword/rtf/import/rtfimport.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 ), |
