diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-09-01 11:50:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-09-01 11:50:13 +0000 |
commit | 10c31653269128dbd8d030d7c94c785ec745f667 (patch) | |
tree | 93e72d3444ade7db02775b34bd4c48751aaabb12 /svx/source/svrtf | |
parent | e968ac6824b66627d8129297a232616cdbc78d4e (diff) |
INTEGRATION: CWS limerickfilterteam08 (1.18.4); FILE MERGED
2003/08/07 12:12:22 cmc 1.18.4.1: #i12501# disable CB because word doesn't use it so we'll be like them
Diffstat (limited to 'svx/source/svrtf')
-rw-r--r-- | svx/source/svrtf/rtfitem.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/svx/source/svrtf/rtfitem.cxx b/svx/source/svrtf/rtfitem.cxx index 7358a18715bd..ced7e62b51ec 100644 --- a/svx/source/svrtf/rtfitem.cxx +++ b/svx/source/svrtf/rtfitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rtfitem.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: vg $ $Date: 2003-06-24 07:48:56 $ + * last change: $Author: obo $ $Date: 2003-09-01 12:50:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -982,6 +982,9 @@ ATTR_SETUNDERLINE: PLAINID->nColor )); } break; +#if 0 + //#i12501# While cb is clearly documented in the rtf spec, word + //doesn't accept it at all case RTF_CB: if( PLAINID->nBgColor ) { @@ -989,7 +992,7 @@ ATTR_SETUNDERLINE: PLAINID->nBgColor )); } break; - +#endif case RTF_LANG: if( PLAINID->nLanguage ) { |