diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-20 09:51:59 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-12-20 18:02:52 +0100 |
commit | b4c18dc0ea32af9f070d43278e547ee0b2e540a4 (patch) | |
tree | a3957e77b0e01429138e256ce47f5930e5941f9b /sd/source | |
parent | 6085c81008d768298acfa69ee6ef531ac3c57aab (diff) |
Templates Manager: removed the old dialogs and menu entries
Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/slidesorter/controller/SlsSlotManager.cxx | 3 | ||||
-rw-r--r-- | sd/source/ui/view/outlnvsh.cxx | 3 |
2 files changed, 0 insertions, 6 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); diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx index 5fbb6f343e7c..6469ef017270 100644 --- a/sd/source/ui/view/outlnvsh.cxx +++ b/sd/source/ui/view/outlnvsh.cxx @@ -780,9 +780,6 @@ void OutlineViewShell::GetMenuState( SfxItemSet &rSet ) { ViewShell::GetMenuState(rSet); - // Style catalog must not be called - rSet.DisableItem( SID_STYLE_CATALOG ); - rSet.Put(SfxBoolItem(SID_DIAMODE, sal_False)); rSet.Put(SfxBoolItem(SID_DRAWINGMODE, sal_False)); rSet.Put(SfxBoolItem(SID_OUTLINEMODE, sal_True)); |