summaryrefslogtreecommitdiff
path: root/sc/sdi/docsh.sdi
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-09-23 14:05:07 +0100
committerMichael Meeks <michael.meeks@novell.com>2011-09-24 08:33:46 +0100
commitc8dc73720883333a13187865cd0d69b64af6b4b5 (patch)
treec9037bb6e79fd49507f2de1cf2b22f7159572720 /sc/sdi/docsh.sdi
parent7fc35af5fd3171cc9bf43d2c27660afcf407d3f6 (diff)
re-factor XPropertyList derivatives to use a rtl::Reference
This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too
Diffstat (limited to 'sc/sdi/docsh.sdi')
-rw-r--r--sc/sdi/docsh.sdi2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/sdi/docsh.sdi b/sc/sdi/docsh.sdi
index edf00e877e1f..3cc5609918e2 100644
--- a/sc/sdi/docsh.sdi
+++ b/sc/sdi/docsh.sdi
@@ -100,7 +100,7 @@ interface TableDocument
SID_REIMPORT_AFTER_LOAD [ ExecMethod = Execute; ]
SID_AUTO_STYLE [ ExecMethod = Execute; ]
- SID_GET_COLORTABLE [ ExecMethod = Execute; ]
+ SID_GET_COLORLIST [ ExecMethod = Execute; ]
FID_CHG_RECORD [ ExecMethod = Execute; StateMethod = GetState; ]
SID_DOCUMENT_COMPARE [ ExecMethod = Execute; StateMethod = GetState; ]