diff options
author | Andre Fischer <af@apache.org> | 2013-05-03 13:01:13 +0000 |
---|---|---|
committer | Andre Fischer <af@apache.org> | 2013-05-03 13:01:13 +0000 |
commit | 5e09229d726cbc288719c7466b277a4eb5bb244b (patch) | |
tree | 6e787b2ea98f21a4b1ff978c91088ed4fe058cf7 /sd | |
parent | 5ffd11cb81aa2206fd523dab461c5bdbd6a00bcc (diff) |
122218: Add new sidebar panel for inserting shapes into Draw documents.
Notes
Notes:
merged as: 05094c04638f150b8aae16458e12f1b2632e5e7c
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/drviewsa.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx index 48cf6e595f2a..8420a23175af 100644 --- a/sd/source/ui/view/drviewsa.cxx +++ b/sd/source/ui/view/drviewsa.cxx @@ -155,6 +155,8 @@ DrawViewShell::DrawViewShell( SfxViewFrame* pFrame, ViewShellBase& rViewShellBas Construct(GetDocSh(), ePageKind); mpSelectionChangeHandler->Connect(); + + SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Context_DrawPage)); } /************************************************************************* |