From c4170770def6abdfa4201101b8ca5fd7769135f2 Mon Sep 17 00:00:00 2001 From: Katarina Behrens Date: Tue, 26 Apr 2016 10:41:38 +0200 Subject: tdf#89466: Give those slots a separate GetState method only SID_ATTR_PAGE_SIZE does anything so far Change-Id: I30de1b8b72702b0ddd536ed4026b433ed9295bb7 Reviewed-on: https://gerrit.libreoffice.org/24450 Tested-by: Jenkins Reviewed-by: Katarina Behrens --- sd/sdi/_drvwsh.sdi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sd/sdi') diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi index e74034d730ea..bc5aa27699f7 100644 --- a/sd/sdi/_drvwsh.sdi +++ b/sd/sdi/_drvwsh.sdi @@ -2615,32 +2615,32 @@ interface DrawView SID_ATTR_PAGE_SIZE [ ExecMethod = FuTemporary ; - StateMethod = GetMenuState ; + StateMethod = GetPageProperties ; ] SID_ATTR_PAGE_COLOR [ ExecMethod = FuTemporary ; - StateMethod = GetMenuState; + StateMethod = GetPageProperties; ] SID_ATTR_PAGE_GRADIENT [ ExecMethod = FuTemporary ; - StateMethod = GetMenuState ; + StateMethod = GetPageProperties ; ] SID_ATTR_PAGE_HATCH [ ExecMethod = FuTemporary ; - StateMethod = GetMenuState ; + StateMethod = GetPageProperties ; ] SID_ATTR_PAGE_BITMAP [ ExecMethod = FuTemporary ; - StateMethod = GetMenuState ; + StateMethod = GetPageProperties ; ] SID_ATTR_PAGE_FILLSTYLE [ ExecMethod = FuTemporary; - StateMethod = GetMenuState; + StateMethod = GetPageProperties; ] SID_DISPLAY_MASTER_BACKGROUND [ -- cgit