diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-13 12:44:02 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-13 12:44:02 +0000 |
commit | 642d3579ee8345ab1f9d315efe57a8fbbc6b1ba9 (patch) | |
tree | 1d113f2c7325746e031d5160ea869ae15d45d421 /sd/sdi/sdslots.sdi | |
parent | 0942c1f6bbc4c42d23406a63cd4940c08584c6ed (diff) |
INTEGRATION: CWS impress2 (1.6.10); FILE MERGED
2004/06/04 06:31:38 af 1.6.10.2: #i22705# Added TaskPaneViewShell.sdi.
2004/02/19 10:00:38 af 1.6.10.1: #i22705# Added SlideSorterController.sdi.
Diffstat (limited to 'sd/sdi/sdslots.sdi')
-rw-r--r-- | sd/sdi/sdslots.sdi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sd/sdi/sdslots.sdi b/sd/sdi/sdslots.sdi index a69c5bace418..5940c5db564d 100644 --- a/sd/sdi/sdslots.sdi +++ b/sd/sdi/sdslots.sdi @@ -2,9 +2,9 @@ * * $RCSfile: sdslots.sdi,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2004-02-03 20:09:37 $ + * last change: $Author: rt $ $Date: 2004-07-13 13:44:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,6 +58,7 @@ * * ************************************************************************/ + import "svxslots.ilb" module @@ -131,6 +132,7 @@ ModulePrefix( "Sd" ) include "_docsh.sdi" include "docshell.sdi" include "drgrfob.sdi" + include "SlideSorterController.sdi" include "ViewShellBase.sdi" + include "TaskPaneViewShell.sdi" } - |