diff options
author | Christian Lippka <christian.lippka@sun.com> | 2010-01-13 19:12:02 +0100 |
---|---|---|
committer | Christian Lippka <christian.lippka@sun.com> | 2010-01-13 19:12:02 +0100 |
commit | cc1e430e1a6bdaad393720867db0ea5738439177 (patch) | |
tree | f3a1027b35f496944acd019371fe3f46107bbf9c /sd/source/ui/inc/ViewShellImplementation.hxx | |
parent | ab98df64183f82536da9a36e36de1534c33bcd8f (diff) |
toolbar menu rendering finetuning
Diffstat (limited to 'sd/source/ui/inc/ViewShellImplementation.hxx')
-rw-r--r-- | sd/source/ui/inc/ViewShellImplementation.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sd/source/ui/inc/ViewShellImplementation.hxx b/sd/source/ui/inc/ViewShellImplementation.hxx index e107d3af6987..537c62b3d46d 100644 --- a/sd/source/ui/inc/ViewShellImplementation.hxx +++ b/sd/source/ui/inc/ViewShellImplementation.hxx @@ -127,9 +127,7 @@ public: @param pPage If a NULL pointer is given then this call is ignored. */ - void AssignLayout ( - SdPage* pPage, - AutoLayout aLayout); + void AssignLayout ( SfxRequest& rRequest, PageKind ePageKind ); /** Determine the view id of the view shell. This corresponds to the view id stored in the SfxViewFrame class. |