diff options
author | pv2k <vidhey96@gmail.com> | 2017-05-11 23:49:54 +0530 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-07-09 23:19:14 +0200 |
commit | fba28df77d7e98663d1cf77ac206f8799fce4108 (patch) | |
tree | 7ff28253e31d314b4947aed8858bcd5a09a1c14d /sd/source/ui/inc/DrawViewShell.hxx | |
parent | 4eae2eeb4c3942648aa5d32678ddb5bbbae9d221 (diff) |
Added margin feature to the Draw's SideBar
Change-Id: I53b5430d1563fcceae29418fd5907ac42ea856e7
Reviewed-on: https://gerrit.libreoffice.org/37626
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r-- | sd/source/ui/inc/DrawViewShell.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx index 56083d5a2f4d..7a4836f308de 100644 --- a/sd/source/ui/inc/DrawViewShell.hxx +++ b/sd/source/ui/inc/DrawViewShell.hxx @@ -159,6 +159,7 @@ public: void SetPageProperties (SfxRequest& rReq); void GetPageProperties(SfxItemSet& rSet); + void GetMarginProperties(SfxItemSet& rSet); void GetState (SfxItemSet& rSet); void Execute (SfxRequest& rReq); |