diff options
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/fmprop.hrc | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/svx/source/inc/fmprop.hrc b/svx/source/inc/fmprop.hrc index 3de5c8bee676..a2a8a21d87f1 100644 --- a/svx/source/inc/fmprop.hrc +++ b/svx/source/inc/fmprop.hrc @@ -2,9 +2,9 @@ * * $RCSfile: fmprop.hrc,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2000-12-18 07:49:20 $ + * last change: $Author: fs $ $Date: 2001-06-11 11:44:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -227,9 +227,9 @@ #define FM_ATTR_CONTROLSOURCEPROPERTY (FM_ATTR_START +197) #define FM_ATTR_REALNAME (FM_ATTR_START +198) // String - -// start ID fuer aggregierte Properties -#define FM_ATTR_AGGREGATE_ID (FM_ATTR_START + 10000) +#define FM_ATTR_TEXTLINECOLOR (FM_ATTR_START +199) // sal_Int32 +#define FM_ATTR_FONTEMPHASISMARK (FM_ATTR_START +200) // sal_Int16 +#define FM_ATTR_FONTRELIEF (FM_ATTR_START +201) // sal_Int16 namespace svxform { @@ -395,6 +395,10 @@ namespace svxform DECLARE_CONSTASCII_USTRING(FM_PROP_CONTROLSOURCEPROPERTY); DECLARE_CONSTASCII_USTRING(FM_PROP_REALNAME); + DECLARE_CONSTASCII_USTRING(FM_PROP_TEXTLINECOLOR); + DECLARE_CONSTASCII_USTRING(FM_PROP_FONTEMPHASISMARK); + DECLARE_CONSTASCII_USTRING(FM_PROP_FONTRELIEF); + } // namespace svxform #endif // _SVX_FMPROP_HRC |