diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-25 16:21:57 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-25 16:21:57 +0000 |
commit | b8ab95844734ab3f0e2a1463621fd3489105fdac (patch) | |
tree | 77f8fc684a78d821b1198e92d5a85cbafd697cfa /sc/sdi | |
parent | 10792c1407a2fcae2910362fb00e4b8a4f5b3b16 (diff) |
INTEGRATION: CWS layoutmanager (1.3.248); FILE MERGED
2004/02/19 18:44:39 cd 1.3.248.3: RESYNC: (1.4-1.5); FILE MERGED
2003/11/24 19:12:39 cd 1.3.248.2: RESYNC: (1.3-1.4); FILE MERGED
#100000# Merge conflict resolved
2003/10/01 15:34:16 cd 1.3.248.1: #111899# Added slot to get updates for font list
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/docsh.sdi | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sc/sdi/docsh.sdi b/sc/sdi/docsh.sdi index db39278c5a22..aa311a6c0c17 100644 --- a/sc/sdi/docsh.sdi +++ b/sc/sdi/docsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: docsh.sdi,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2004-02-03 12:14:57 $ + * last change: $Author: kz $ $Date: 2004-02-25 17:21:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -152,6 +152,7 @@ interface TableDocument : OfficeDocument SID_DELETE_SCENARIO [ ExecMethod = Execute; ] SID_EDIT_SCENARIO [ ExecMethod = Execute; ] + SID_ATTR_CHAR_FONTLIST [ StateMethod = GetState; ] } @@ -163,6 +164,3 @@ shell ScDocShell : SfxObjectShell { import TableDocument[Automation]; } - - - |