GraphicViewShellBase.cxx (79aad27f) | GraphicViewShellBase.cxx (3091fa8a) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 82 unchanged lines hidden (view full) --- 91 switch (nSlotId) 92 { 93 case SID_NOTES_WINDOW: 94 case SID_SLIDE_SORTER_MULTI_PANE_GUI: 95 case SID_DIAMODE: 96 case SID_OUTLINEMODE: 97 case SID_NOTESMODE: 98 case SID_HANDOUTMODE: | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 82 unchanged lines hidden (view full) --- 91 switch (nSlotId) 92 { 93 case SID_NOTES_WINDOW: 94 case SID_SLIDE_SORTER_MULTI_PANE_GUI: 95 case SID_DIAMODE: 96 case SID_OUTLINEMODE: 97 case SID_NOTESMODE: 98 case SID_HANDOUTMODE: |
99 case SID_SHOW_TOOL_PANEL: | |
100 // Prevent some Impress-only slots from being executed. 101 rRequest.Cancel(); 102 break; 103 104 case SID_TASKPANE: 105 case SID_SWITCH_SHELL: 106 case SID_LEFT_PANE_DRAW: 107 case SID_LEFT_PANE_IMPRESS: --- 21 unchanged lines hidden --- | 99 // Prevent some Impress-only slots from being executed. 100 rRequest.Cancel(); 101 break; 102 103 case SID_TASKPANE: 104 case SID_SWITCH_SHELL: 105 case SID_LEFT_PANE_DRAW: 106 case SID_LEFT_PANE_IMPRESS: --- 21 unchanged lines hidden --- |