From 4d2034803646bf88b76ed8a3b897edd7209ce30a Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 20 Jan 2016 22:12:33 +0100 Subject: sc lok: Fix .uno:Name (renaming sheets) to really accept parameters. The code handles them, but they were unusable, because .sdi did not announce them. Change-Id: I35bd3009d092eb48a36aee2ffed3964dc61946e2 --- sc/sdi/scalc.sdi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sc/sdi') diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index dd91da265781..75f0233ded38 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -4912,7 +4912,7 @@ SfxVoidItem Move FID_TAB_MOVE SfxStringItem Name FID_TAB_RENAME - +(SfxStringItem Name FID_TAB_RENAME,SfxUInt16Item Index FN_PARAM_1) [ /* flags: */ AutoUpdate = FALSE, @@ -4927,8 +4927,6 @@ SfxStringItem Name FID_TAB_RENAME RecordPerSet; Synchron; - Readonly = FALSE, - /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, -- cgit