summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-12-20 09:51:59 +0100
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-12-20 18:02:52 +0100
commitb4c18dc0ea32af9f070d43278e547ee0b2e540a4 (patch)
treea3957e77b0e01429138e256ce47f5930e5941f9b /sd/source/ui/slidesorter/controller
parent6085c81008d768298acfa69ee6ef531ac3c57aab (diff)
Templates Manager: removed the old dialogs and menu entries
Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea
Diffstat (limited to 'sd/source/ui/slidesorter/controller')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSlotManager.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
index 493ebdcc50b0..d3e20cea55e9 100644
--- a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
@@ -527,9 +527,6 @@ void SlotManager::GetMenuState (SfxItemSet& rSet)
rSet.Put( SfxBoolItem( SID_NOTESMODE, sal_False ) );
rSet.Put( SfxBoolItem( SID_HANDOUTMODE, sal_False ) );
- // Vorlagenkatalog darf nicht aufgerufen werden
- rSet.DisableItem(SID_STYLE_CATALOG);
-
if (pShell!=NULL && pShell->IsMainViewShell())
{
rSet.DisableItem(SID_SPELL_DIALOG);