diff options
author | Jan Holesovsky <kendy@collabora.com> | 2016-01-20 22:12:33 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2016-01-21 08:53:30 +0100 |
commit | 4d2034803646bf88b76ed8a3b897edd7209ce30a (patch) | |
tree | d63d486a7acc17348a18ed89218a47d9086df616 /sc/sdi | |
parent | f78de4441508fc81b1e013b907903df9ac4fe664 (diff) |
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
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 4 |
1 files changed, 1 insertions, 3 deletions
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, |