diff options
author | Mohammed Abdul Azeem <azeemmysore@gmail.com> | 2016-03-07 01:35:57 +0530 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2016-03-19 14:18:56 +0000 |
commit | bf17a8dfbb9f966c90b5d6eb0a7b8e7838392d27 (patch) | |
tree | db3fc01c601f7f9088ca9b0cf225cfe4f6634b97 /sc/sdi | |
parent | 90946203acbabcfa68fd0ba692e7cc9f67af7173 (diff) |
tdf#82641 Currency drop-down list
Currency drop-down list has been added. It retains
the position of selected entry. Clicking on button
toggles between the previously selected currency
and number formats.
Change-Id: I0dea8fc2773497bfaababa418f119d0a5e76cb03
Reviewed-on: https://gerrit.libreoffice.org/22958
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 99a53135ddc5..14169f0757a5 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -3735,7 +3735,7 @@ SfxStringItem NumberFormat SID_NUMBER_FORMAT SfxVoidItem NumberFormatCurrency SID_NUMBER_CURRENCY -() +(SfxUInt32Item NumberFormatCurrency SID_NUMBER_CURRENCY) [ AutoUpdate = FALSE, FastCall = FALSE, @@ -3744,6 +3744,7 @@ SfxVoidItem NumberFormatCurrency SID_NUMBER_CURRENCY Container = FALSE, RecordAbsolute = FALSE, RecordPerSet; + SlotType = SfxUInt32Item AccelConfig = TRUE, MenuConfig = TRUE, |