diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-11-05 13:22:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-11-05 13:22:53 +0000 |
commit | 42601c1f357f6d256fa96fe752a503ae4bcbd5ef (patch) | |
tree | 052cdbbe8b25ecfe109ef91f730229bb214659c0 /svx/source/svrtf | |
parent | 8c287df60e29e4fb841d37fae7dac699c81247c9 (diff) |
INTEGRATION: CWS kilkennyfilterteam14 (1.16.54); FILE MERGED
2003/10/13 10:27:08 cmc 1.16.54.1: #i19718# allow shprslt field to trickle down
Diffstat (limited to 'svx/source/svrtf')
-rw-r--r-- | svx/source/svrtf/svxrtf.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/svrtf/svxrtf.cxx b/svx/source/svrtf/svxrtf.cxx index 788ad4c2913f..a15d34f4cfb3 100644 --- a/svx/source/svrtf/svxrtf.cxx +++ b/svx/source/svrtf/svxrtf.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svxrtf.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2003-09-01 12:50:26 $ + * last change: $Author: hr $ $Date: 2003-11-05 14:22:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -324,7 +324,10 @@ INSINGLECHAR: case RTF_TC: case RTF_NEXTFILE: case RTF_TEMPLATE: +#if 0 + //disabled for #i19718# case RTF_SHPRSLT: // RTF_SHP fehlt noch !! +#endif SkipGroup(); break; // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |