diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-05-04 10:44:43 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-05-06 16:31:27 +0000 |
commit | 7848ba85695e715a8faaf40c22df133388da5d8c (patch) | |
tree | 85a2bc25a8bd29c92057d2cba260a926372a0925 /sd/sdi | |
parent | 77ba88a0beaa78024ef29b8879edce0b7371ad9e (diff) |
tdf#89466: Getting/setting page background works now
Change-Id: I60194adfdca2e4bd9d7d44cc1d43ec14f0774fc3
Reviewed-on: https://gerrit.libreoffice.org/24658
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/_drvwsh.sdi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi index bce7cb69eb67..7ed164cb8139 100644 --- a/sd/sdi/_drvwsh.sdi +++ b/sd/sdi/_drvwsh.sdi @@ -2624,22 +2624,22 @@ interface DrawView ] SID_ATTR_PAGE_COLOR [ - ExecMethod = FuTemporary ; + ExecMethod = SetPageProperties ; StateMethod = GetPageProperties; ] SID_ATTR_PAGE_GRADIENT [ - ExecMethod = FuTemporary ; + ExecMethod = SetPageProperties ; StateMethod = GetPageProperties ; ] SID_ATTR_PAGE_HATCH [ - ExecMethod = FuTemporary ; + ExecMethod = SetPageProperties ; StateMethod = GetPageProperties ; ] SID_ATTR_PAGE_BITMAP [ - ExecMethod = FuTemporary ; + ExecMethod = SetPageProperties ; StateMethod = GetPageProperties ; ] SID_ATTR_PAGE_FILLSTYLE |