From 4e729de73f2947155248f8df5897380611b87917 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 23 Oct 2018 13:14:58 +0200 Subject: ScDoubleItem is dead i.e. no way to get any useful information out of it, at least since commit 8b3fcb6a4f80e803586120535768745f6637b34d Date: Fri Aug 11 10:01:25 2017 +0530 Removing unused SfxItemPool serialisation from svx Which means that SID_RANGE_VALUE is also useless. Possibly the commit that added this had a bug, and it meant to use SvxDoubleItem, which implements the necessary QueryValue/PutValue methods to be able to interact with macro code. Change-Id: I6ffb0c46f6f0864f202d71f0e157d7e1d0f54f51 Reviewed-on: https://gerrit.libreoffice.org/62232 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/sdi/scslots.sdi | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/sdi/scslots.sdi') diff --git a/sc/sdi/scslots.sdi b/sc/sdi/scslots.sdi index e862c4ab6a12..8cf0aaddc0fe 100644 --- a/sc/sdi/scslots.sdi +++ b/sc/sdi/scslots.sdi @@ -30,7 +30,6 @@ module StarCalc }; item ScProtection ScProtectionAttr; - item double ScDoubleItem; item INT32 SfxIntegerListItem; -- cgit v1.2.3