summaryrefslogtreecommitdiff
path: root/sfx2/README
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-13 13:26:42 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-14 12:29:46 +0100
commit6c5dbe563e923e6ff95bbf7dcbddd1d3c00c8be8 (patch)
treeb840185a93357d5aa1b3781b572d116601710287 /sfx2/README
parent0d88e15a8a3fa7fba6471c832d7df3cfd61da962 (diff)
sfx2: add link to SFX2 dispatch documentation on OOo Wiki
Change-Id: I628fd32c035443f0bdb90007f38151c41b1b5c84
Diffstat (limited to 'sfx2/README')
-rw-r--r--sfx2/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/README b/sfx2/README
index 508d97927db7..19d06f22e0af 100644
--- a/sfx2/README
+++ b/sfx2/README
@@ -11,6 +11,9 @@ The SFX framework is based on dispatching slots identified by integers
involved that generates C++ slot headers from SDI files in modules' sdi/
subdirectory.
+Documentation about SFX dispatch, SDI etc.:
+https://wiki.openoffice.org/wiki/Framework/Article/Implementation_of_the_Dispatch_API_In_SFX2
+
Document load/save code is maintained in [git:sfx2/source/doc/docfile.cxx]
SfxMedium class, which handles all the twisty load and save corner cases.