diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-07 15:00:26 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-07 15:00:26 +0000 |
commit | 0bc3e33b8228be6396bad16b881505a7ddd7368e (patch) | |
tree | 3b83dc779976e40c4b240ba1f77556d9aa547c05 /xmloff | |
parent | 13b06df7e271e1f51274bcfa8db6db447453c71f (diff) |
INTEGRATION: CWS frmcontrols03 (1.13.52); FILE MERGED
2004/04/28 14:27:22 fs 1.13.52.2: RESYNC: (1.13-1.14); FILE MERGED
2004/03/02 09:51:22 fs 1.13.52.1: #i24387# proper im/export of a rich text control
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/strings.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/forms/strings.hxx b/xmloff/source/forms/strings.hxx index 03839e3deb3b..7d521b6bf393 100644 --- a/xmloff/source/forms/strings.hxx +++ b/xmloff/source/forms/strings.hxx @@ -2,9 +2,9 @@ * * $RCSfile: strings.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2004-04-02 10:31:37 $ + * last change: $Author: rt $ $Date: 2004-05-07 16:00:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -239,6 +239,7 @@ namespace xmloff XMLFORM_CONSTASCII_STRING( PROPERTY_LIST_CELL_RANGE, "CellRange"); XMLFORM_CONSTASCII_STRING( PROPERTY_ADDRESS, "Address"); XMLFORM_CONSTASCII_STRING( PROPERTY_FILE_REPRESENTATION,"PersistentRepresentation"); + XMLFORM_CONSTASCII_STRING( PROPERTY_RICH_TEXT, "RichText"); // services XMLFORM_CONSTASCII_STRING( SERVICE_FORMSCOLLECTION, "com.sun.star.form.Forms" ); |