summaryrefslogtreecommitdiff
path: root/docview/components/richtext/RichTextDocumentUnit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'docview/components/richtext/RichTextDocumentUnit.pas')
-rw-r--r--docview/components/richtext/RichTextDocumentUnit.pas7
1 files changed, 6 insertions, 1 deletions
diff --git a/docview/components/richtext/RichTextDocumentUnit.pas b/docview/components/richtext/RichTextDocumentUnit.pas
index 89f0bf46..50098d8b 100644
--- a/docview/components/richtext/RichTextDocumentUnit.pas
+++ b/docview/components/richtext/RichTextDocumentUnit.pas
@@ -23,7 +23,8 @@ type
ttColor, ttColorOff,
ttBackgroundColor, ttBackgroundColorOff,
ttRed, ttBlue, ttGreen, ttBlack,
- ttnoWrap,ttnoWrapOff,
+ ttRedOff, ttBlueOff, ttGreenOff, ttBlackOff,
+ ttNoWrap,ttNoWrapOff,
ttAlign,
ttBeginLink, ttEndLink,
ttSetLeftMargin, ttSetRightMargin,
@@ -84,6 +85,10 @@ const
'blue',
'green',
'black',
+ '/red',
+ '/blue',
+ '/green',
+ '/black',
'nowrap',
'/nowrap',
'align',