diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-04-27 10:59:21 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-05-06 13:26:11 +0000 |
commit | 8d10c23705f30e55f36220a7d9bad86c0c53c66a (patch) | |
tree | ada3d13af6eabde13d03a08003de7b38167daa15 /sd/sdi | |
parent | 945064c0b7ad4da6e215668ae7e4edb14945f00c (diff) |
tdf#89466: Getting/setting page orientation works now
Change-Id: I1fd2f8cf3985079e9f8d752344646bd3a5769725
Reviewed-on: https://gerrit.libreoffice.org/24657
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi index bc5aa27699f7..bce7cb69eb67 100644 --- a/sd/sdi/_drvwsh.sdi +++ b/sd/sdi/_drvwsh.sdi @@ -2612,6 +2612,11 @@ interface DrawView ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] + SID_ATTR_PAGE + [ + ExecMethod = FuTemporary ; + StateMethod = GetPageProperties ; + ] SID_ATTR_PAGE_SIZE [ ExecMethod = FuTemporary ; |