summaryrefslogtreecommitdiff
path: root/vcl/README
diff options
context:
space:
mode:
authorChris <chris.sherlock79@gmail.com>2013-03-05 22:44:38 +1100
committerThomas Arnhold <thomas@arnhold.org>2013-03-05 13:56:41 +0000
commitb3b2a4a3f32527a3066d77e2a51c03339db21244 (patch)
tree43c99f6a3ccce87f5262efd4d7208d824ca1ffcd /vcl/README
parent4f25fac0bdf76f035bd521660d8fd74e8b7e0137 (diff)
Update README to explain what "SV" stands for in the source.
Change-Id: I0d0a71a6e74ca2d90487313e33cf82ea7bcac063 Reviewed-on: https://gerrit.libreoffice.org/2532 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'vcl/README')
-rw-r--r--vcl/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/README b/vcl/README
index f373bad962c8..effde519db17 100644
--- a/vcl/README
+++ b/vcl/README
@@ -47,3 +47,7 @@ How the platform abstraction works
SalFrames, SalVirtualDevices, SalPrinters,
Timers, the SolarMutexe, Drag&Drop and other
objects, as well as the primary event loop wrapper.
+
+Note: references to "SV" in the code are in relation to StarView, which is a
+portable C++ class library for GUIs, with very old roots, that was developed
+by StarDivision.