summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-05-16 16:25:16 +0200
committerEike Rathke <erack@redhat.com>2013-05-16 16:25:53 +0200
commit5e9fe0ff4dfaec04ad821c4347fd8adcb5dfcb5a (patch)
treef96b7b7bfa06a8ef38e38761f4917855a361f2c2 /svl
parentcdc87e5f32056da77749304f3148f1c842a958d0 (diff)
some details
Change-Id: I22b7bef8106dc52a5f1d393805021318ea3d9f07
Diffstat (limited to 'svl')
-rw-r--r--svl/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/svl/README b/svl/README
index 970f51a5607e..2ab2f1d82794 100644
--- a/svl/README
+++ b/svl/README
@@ -1,8 +1,12 @@
Contains non-graphical helper code for office applications.
+Specifically this module does not depend on or use includes from module
+vcl. Originally all code in svtools that did not depend on vcl was split
+off into this svl ("svtools light") module.
+
In particular the SfxItemSet is a property-bag like container that
stores arbitrary sets of properties for everything from text run
formats, to Chart regression line properties.
There are lots of other useful helpers in here for various office
-tasks; much of this code was originally moved from svx/sfx2. \ No newline at end of file
+tasks; much of this code was originally moved from svx/sfx2.