From b4c18dc0ea32af9f070d43278e547ee0b2e540a4 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Thu, 20 Dec 2012 09:51:59 +0100 Subject: Templates Manager: removed the old dialogs and menu entries Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea --- sd/sdi/SlideSorterController.sdi | 5 ----- sd/sdi/outlnvsh.sdi | 5 ----- sd/source/ui/slidesorter/controller/SlsSlotManager.cxx | 3 --- sd/source/ui/view/outlnvsh.cxx | 3 --- sd/uiconfig/sdraw/menubar/menubar.xml | 7 ------- sd/uiconfig/simpress/menubar/menubar.xml | 7 ------- 6 files changed, 30 deletions(-) (limited to 'sd') diff --git a/sd/sdi/SlideSorterController.sdi b/sd/sdi/SlideSorterController.sdi index 53ea834ed1f9..a71f43171ce1 100644 --- a/sd/sdi/SlideSorterController.sdi +++ b/sd/sdi/SlideSorterController.sdi @@ -200,11 +200,6 @@ interface SlideSorterView ExecMethod = ExecCtrl ; StateMethod = GetMenuState ; ] - SID_STYLE_CATALOG // ole : no, status : ? - [ - ExecMethod = FuTemporary ; - StateMethod = GetMenuState ; - ] SID_SLIDE_TRANSITIONS_PANEL // ole : no, status : ? [ ExecMethod = FuTemporary ; diff --git a/sd/sdi/outlnvsh.sdi b/sd/sdi/outlnvsh.sdi index 82e5fb7a800f..b98cfdb42f86 100644 --- a/sd/sdi/outlnvsh.sdi +++ b/sd/sdi/outlnvsh.sdi @@ -249,11 +249,6 @@ interface OutlineView [ ExecMethod = FuTemporaryModify ; StateMethod = GetMenuState ; - ] - SID_STYLE_CATALOG // ole : no, status : ? - [ - ExecMethod = FuTemporary ; - StateMethod = GetMenuState ; ] // Vorlagen // kein Menueeintrag 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)); diff --git a/sd/uiconfig/sdraw/menubar/menubar.xml b/sd/uiconfig/sdraw/menubar/menubar.xml index b776517af47d..85ea0e028868 100644 --- a/sd/uiconfig/sdraw/menubar/menubar.xml +++ b/sd/uiconfig/sdraw/menubar/menubar.xml @@ -48,13 +48,6 @@ - - - - - - - diff --git a/sd/uiconfig/simpress/menubar/menubar.xml b/sd/uiconfig/simpress/menubar/menubar.xml index 0d619cae358f..9fd07b1ea8b9 100644 --- a/sd/uiconfig/simpress/menubar/menubar.xml +++ b/sd/uiconfig/simpress/menubar/menubar.xml @@ -50,13 +50,6 @@ - - - - - - - -- cgit