summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-08-22 16:20:58 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-08-22 16:22:57 +0200
commit190e0bafbebd5abad48eba72a5632a8dd49c6bab (patch)
treee85cd15703b5c9123471c2ce262078a2e2ff6f33 /vcl
parentb183b32383d40ebbd628771b1cd909e9a60a34ab (diff)
vcl: README claims VCL expands like Borland's VCL, not StarOffice's
Change-Id: I41b013dc3666dc990b63f1de34fe80fcc129ecc8 Reviewed-on: https://gerrit.libreoffice.org/59455 Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Tested-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/README b/vcl/README
index d7d36044630a..ae0408b830a2 100644
--- a/vcl/README
+++ b/vcl/README
@@ -1,4 +1,6 @@
-Visual Components Library is responsible for the widgets (windowing, buttons, controls, file-pickers etc.) operating system abstraction, including basic rendering (e.g. the output device).
+Visual Class Library is responsible for the widgets (windowing, buttons, controls, file-pickers etc.), operating system abstraction, including basic rendering (e.g. the output device).
+
+It should not be confused with Borland's Visual Component Library, which is entirely unrelated.
VCL provides a graphical toolkit similar to gtk+, Qt, SWING etc.