From ebd391767d70903e6a4ea7e213f475af94e183ec Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Sat, 23 May 2020 19:54:14 +0300 Subject: tdf#101181: drop useless "GlowEffect" boolean property Just use GlowEffectRad to indicate effect presense: radius of 0 means effect is disabled. Change-Id: Ic06bba34f5a851f120d3d00cb7e20c429ead9ee1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94732 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- sw/sdi/drawsh.sdi | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sw/sdi') diff --git a/sw/sdi/drawsh.sdi b/sw/sdi/drawsh.sdi index 620227abad2d..3cd0a7fd6ddc 100644 --- a/sw/sdi/drawsh.sdi +++ b/sw/sdi/drawsh.sdi @@ -184,14 +184,6 @@ interface TextDraw : TextDrawBase DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] - SID_ATTR_GLOW - [ - Export = FALSE; - ExecMethod = ExecDrawAttrArgs ; - StateMethod = GetDrawAttrState ; - DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; - ] - SID_ATTR_GLOW_COLOR [ Export = FALSE; -- cgit