diff options
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/DrawViewShell.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx index b043f18851b3..b96a0e2bfd6f 100644 --- a/sd/source/ui/inc/DrawViewShell.hxx +++ b/sd/source/ui/inc/DrawViewShell.hxx @@ -148,7 +148,6 @@ public: void GetCtrlState(SfxItemSet& rSet); void GetDrawAttrState(SfxItemSet& rSet); void GetMenuState(SfxItemSet& rSet); - void GetPageProperties(SfxItemSet& rSet); void GetTableMenuState(SfxItemSet& rSet); /** Set the items of the given item set that are related to switching the editing mode to the correct values. @@ -159,6 +158,9 @@ public: void GetAttrState(SfxItemSet& rSet); void GetSnapItemState(SfxItemSet& rSet); + void SetPageProperties (SfxRequest& rReq); + void GetPageProperties(SfxItemSet& rSet); + void GetState (SfxItemSet& rSet); void Execute (SfxRequest& rReq); |