summaryrefslogtreecommitdiff
path: root/svtools/README
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2019-02-08 21:18:23 +0100
committerTomaž Vajngerl <quikee@gmail.com>2019-02-08 22:27:20 +0100
commitf42554a1886ebe49170c25096dc3281b2c7bb1f4 (patch)
tree303e1215606f12d381fd06aa4217e970fd9a744f /svtools/README
parentdb6e0348a3c5d41e6a5d38a7902645e8e3c22b4a (diff)
remove obsolete image handling description from README
Change-Id: I94023bc1a8eb1b6d31416292eccf220ba1c29efc Reviewed-on: https://gerrit.libreoffice.org/67569 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svtools/README')
-rw-r--r--svtools/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/svtools/README b/svtools/README
index dbcc30b39035..dc35c3f38702 100644
--- a/svtools/README
+++ b/svtools/README
@@ -1,16 +1 @@
Tools on top of VCL. Common dialogs, file and print dialogs, wizards, vcl filters, lots of helper code.
-
-
-== Image swapping ==
-
-LO has two kind of swapout mechanisms:
-
-1) Size based auto swapping: when the size of all graphic objects reaches a configurable limit (20 MB by default)
-then some of the graphics are saved to the local file system and freed in the memory.
-Configure: Tools -> Options -> Memory -> GraphicsCache -> Use for LibreOffice
-
-2) Time based auto swapping: after an image is swapped in / loaded a timer starts and when the timer (1 min by default)
-has a time out this image is swapped out ( sometimes this time out is ignored when the image is in use ).
-Configure: Tools -> Options -> Memory -> GraphicsCache -> Remove from memory after
-
-Both swapping are done by GraphicObject and GraphicManager.