From c8dc73720883333a13187865cd0d69b64af6b4b5 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 23 Sep 2011 14:05:07 +0100 Subject: 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 --- sc/sdi/docsh.sdi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/sdi/docsh.sdi') 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; ] -- cgit