diff options
author | Lennard Wasserthal <Wasserthal@nefkom.net> | 2013-05-12 17:26:14 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-05-13 18:17:32 +0000 |
commit | 42824b9c5639d8d2ab621e33825b0d19ededff82 (patch) | |
tree | b4a55e0e25ff4bd2539beb4c5f196896d2c6209a /sfx2/README | |
parent | 1887d2e944510b59b975c5ffbc8c0e12335d1a57 (diff) |
Added further documentation for sfx2
Added further documentation on the sfx2 framework.
Turned the packed odg file into a git-friendly html+svg file.
Change-Id: I0b86f00ffb9355d4cbc911a7b406b1b76dbf62ac
Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net>
Reviewed-on: https://gerrit.libreoffice.org/3871
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sfx2/README')
-rw-r--r-- | sfx2/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sfx2/README b/sfx2/README index 143483439c62..508d97927db7 100644 --- a/sfx2/README +++ b/sfx2/README @@ -1,5 +1,7 @@ SFX is the "old" framework, used for historical reasons. +An attempt of documentation of this module is located in [git:sfx2/doc]. + It contains base classes for document model, view and controller, used by "old" applications like sw, sc, sd (while "new" applications are based on the "new" UNO based framework in "framework"). @@ -12,7 +14,7 @@ subdirectory. 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. -[git:sfx2/source/applappl/sfxhelp.cxx] Start procedure for the online +[git:sfx2/source/appl/sfxhelp.cxx] Start procedure for the online help viewer top level window; handling of help URL creation and dispatch. |