summaryrefslogtreecommitdiff
path: root/docview/components/richtext/fpgui_richtext.pas
diff options
context:
space:
mode:
Diffstat (limited to 'docview/components/richtext/fpgui_richtext.pas')
-rw-r--r--docview/components/richtext/fpgui_richtext.pas15
1 files changed, 15 insertions, 0 deletions
diff --git a/docview/components/richtext/fpgui_richtext.pas b/docview/components/richtext/fpgui_richtext.pas
new file mode 100644
index 00000000..221e749c
--- /dev/null
+++ b/docview/components/richtext/fpgui_richtext.pas
@@ -0,0 +1,15 @@
+{ This file was automatically created by Lazarus. do not edit!
+ This source is only used to compile and install the package.
+ }
+
+unit fpgui_richtext;
+
+interface
+
+uses
+ RichTextDocumentUnit, ACLStringUtility, CanvasFontManager,
+ RichTextStyleUnit, RichTextLayoutUnit, RichTextDisplayUnit, RichTextView;
+
+implementation
+
+end.