diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-04-20 15:55:51 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-04-20 15:55:51 +0200 |
commit | e99bab6e6497663cfd48816777499e95a54ddd7c (patch) | |
tree | 9d37febd5b0f2ba8b2562cbb4de6c0a76bc320ff /sd | |
parent | 6cdba3e8a8c1dcbb6aba32103366b0b10ee9f727 (diff) |
CWS gnumake2: move all delivered headers in svx to inc/svx; remove unused or useless headers
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/app/accel_tmpl.src | 117 |
2 files changed, 0 insertions, 118 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 8d9bddb1d09a..2a80030b7560 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -617,7 +617,6 @@ #include "svx/galbrws.hxx" #include "svx/gallery.hxx" #include "svx/globl3d.hxx" -#include "svx/globlac.hrc" #include "svx/globlmn.hrc" #include "svx/grafctrl.hxx" #include "svx/hlnkitem.hxx" diff --git a/sd/source/ui/app/accel_tmpl.src b/sd/source/ui/app/accel_tmpl.src deleted file mode 100644 index 467c5e2ae466..000000000000 --- a/sd/source/ui/app/accel_tmpl.src +++ /dev/null @@ -1,117 +0,0 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * <http://www.openoffice.org/license.html> - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - -#ifndef SD_ACCELERATOR -#define SD_ACCELERATOR RID_DRAW_DEFAULTACCEL -#include "accelids.src" -#endif - -#ifndef _GLOBALACC_SRC -#include <svx/globlac.hrc> -#endif - -/** For the presentation we change some accelerator keys: - The navigator is moved from F5 to Shift-F5. - The presentation is started for F5, F9, Control-F2. The later two are - defined in svx/globalac.hrc. -*/ -#define AI_SD_NAVIGATOR ACC_CODE(SID_NAVIGATOR, KEY_F5, TRUE, FALSE, FALSE ) -#define AI_PRESENTATION_F5 ACC_CODE(SID_PRESENTATION, KEY_F5, FALSE, FALSE, FALSE ) - -Accelerator SD_ACCELERATOR -{ - ItemList = - { - // Funktionstasten - AI_ATTR_CHAR -#if SD_ACCELERATOR != RID_GRAPHIC_DEFAULTACCEL - AI_PRESENTATION_F5 - AI_PRESENTATION - AI_PRESENTATION_COMPAT -#endif - AI_ENTER_GROUP - AI_COPYOBJECTS - AI_LEAVE_GROUP - AI_ATTR_TRANSFORM - // AI_NAVIGATOR - AI_SD_NAVIGATOR - AI_SPELLING - AI_THESAURUS - AI_BEZIER_EDIT - AI_ATTR_TEXT_FITTOSIZE - AI_STYLE_DESIGNER -#if SD_ACCELERATOR != RID_GRAPHIC_DEFAULTACCEL - AI_OUTLINEMODE - AI_DRAWINGMODE -#endif - // A-Z Acceleratoren - AI_ATTR_PARA_LINESPACE_10 - AI_ATTR_PARA_LINESPACE_20 - AI_ATTR_PARA_LINESPACE_15 - AI_SHOW_ITEMBROWSER - AI_ATTR_PARA_ADJUST_BLOCK - AI_ATTR_PARA_ADJUST_CENTER - AI_ATTR_CHAR_WEIGHT - AI_GROUP - AI_UNGROUP - // Weitersuchen ... - AI_SET_SUPER_SCRIPT - AI_ATTR_CHAR_POSTURE - AI_COMBINE - AI_DISMANTLE - AI_ATTR_PARA_ADJUST_LEFT - AI_ATTR_PARA_ADJUST_RIGHT - AI_SET_SUB_SCRIPT - AI_ATTR_CHAR_UNDERLINE - AI_STYLE_CATALOG -#if SD_ACCELERATOR != RID_PLUGINACCEL -// Ob das wirklich richtig ist (PlugIn-Accel) sollte mal geprueft werden !!! - // Anordnung - AI_FRAME_TO_TOP - AI_MOREFRONT - AI_FRAME_TO_BOTTOM - AI_MOREBACK - // sonstige Acceleratoren - AI_NEWDOC - AI_OPENDOC -#endif - AI_SAVEDOC - AI_PRINTDOC - AI_QUITAPP - AI_CUT - AI_COPY - AI_PASTE - AI( SID_PASTE2, KEY_V, TRUE, TRUE, FALSE ) - AI_UNDO - AI_REDO - AI_REPEAT - AI_DELETE - }; -}; - - - |