diff options
-rw-r--r-- | include/svx/dialogs.hrc | 3 | ||||
-rw-r--r-- | svx/inc/helpid.hrc | 14 | ||||
-rw-r--r-- | svx/source/tbxctrls/grafctrl.cxx | 1 | ||||
-rw-r--r-- | svx/source/tbxctrls/grafctrl.hrc | 22 | ||||
-rw-r--r-- | svx/source/tbxctrls/grafctrl.src | 87 |
5 files changed, 0 insertions, 127 deletions
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc index 9cf295bdc9f6..fb417e63b8b3 100644 --- a/include/svx/dialogs.hrc +++ b/include/svx/dialogs.hrc @@ -319,9 +319,6 @@ // String-Arrays #define RID_SVXSTR_TEXTENCODING_TABLE (RID_SVX_START + 312) -// Graphic filter -#define RID_SVXTBX_GRFFILTER (RID_SVX_START + 331) - #define RID_SVXERRCODE (RID_SVX_START + 350) // gallery diff --git a/svx/inc/helpid.hrc b/svx/inc/helpid.hrc index 53a78e81aa5a..bc6d4845c9d5 100644 --- a/svx/inc/helpid.hrc +++ b/svx/inc/helpid.hrc @@ -82,21 +82,7 @@ #define HID_GALLERY_PROPERTIES "SVX_HID_GALLERY_PROPERTIES" #define HID_GALLERY_RENAME "SVX_HID_GALLERY_RENAME" #define HID_GALLERY_THEMELIST "SVX_HID_GALLERY_THEMELIST" -// free #define HID_GALLERY_WINDOW "SVX_HID_GALLERY_WINDOW" -#define HID_GRFFILTER "SVX_HID_GRFFILTER" -#define HID_GRFFILTER_EMBOSS "SVX_HID_GRFFILTER_EMBOSS" -#define HID_GRFFILTER_INVERT "SVX_HID_GRFFILTER_INVERT" -#define HID_GRFFILTER_MOSAIC "SVX_HID_GRFFILTER_MOSAIC" -#define HID_GRFFILTER_POPART "SVX_HID_GRFFILTER_POPART" -#define HID_GRFFILTER_POSTER "SVX_HID_GRFFILTER_POSTER" -#define HID_GRFFILTER_REMOVENOISE "SVX_HID_GRFFILTER_REMOVENOISE" -#define HID_GRFFILTER_SEPIA "SVX_HID_GRFFILTER_SEPIA" -#define HID_GRFFILTER_SHARPEN "SVX_HID_GRFFILTER_SHARPEN" -#define HID_GRFFILTER_SMOOTH "SVX_HID_GRFFILTER_SMOOTH" -#define HID_GRFFILTER_SOBEL "SVX_HID_GRFFILTER_SOBEL" -#define HID_GRFFILTER_SOLARIZE "SVX_HID_GRFFILTER_SOLARIZE" - #define HID_IMAPDLG_ACTIVE "SVX_HID_IMAPDLG_ACTIVE" #define HID_IMAPDLG_APPLY "SVX_HID_IMAPDLG_APPLY" #define HID_IMAPDLG_CIRCLE "SVX_HID_IMAPDLG_CIRCLE" diff --git a/svx/source/tbxctrls/grafctrl.cxx b/svx/source/tbxctrls/grafctrl.cxx index 325b26e6fa68..3a4ab6f29e3d 100644 --- a/svx/source/tbxctrls/grafctrl.cxx +++ b/svx/source/tbxctrls/grafctrl.cxx @@ -36,7 +36,6 @@ #include <comphelper/processfactory.hxx> #include <svx/svxids.hrc> -#include "grafctrl.hrc" #include <svx/dialogs.hrc> #include <editeng/brushitem.hxx> #include <editeng/sizeitem.hxx> diff --git a/svx/source/tbxctrls/grafctrl.hrc b/svx/source/tbxctrls/grafctrl.hrc deleted file mode 100644 index 67cc073f4e1a..000000000000 --- a/svx/source/tbxctrls/grafctrl.hrc +++ /dev/null @@ -1,22 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - -#define TBX_GRFFILTER 1 - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/grafctrl.src b/svx/source/tbxctrls/grafctrl.src index 314a746dfa05..afa3777a8f0c 100644 --- a/svx/source/tbxctrls/grafctrl.src +++ b/svx/source/tbxctrls/grafctrl.src @@ -17,94 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "grafctrl.hrc" #include <svx/dialogs.hrc> -#include "helpid.hrc" -#include <svx/svxids.hrc> - -FloatingWindow RID_SVXTBX_GRFFILTER -{ - HelpId = HID_GRFFILTER; - Moveable = TRUE ; - Closeable = TRUE ; - Hide = TRUE ; - SVLook = TRUE ; - Text [ en-US ] = "Filters" ; - ToolBox TBX_GRFFILTER - { - SVLook = TRUE ; - MenuStrings = TRUE ; - Align = BOXALIGN_TOP; - LineCount = 3; - ItemList = - { - ToolBoxItem - { - Identifier = SID_GRFFILTER_INVERT ; - HelpID = HID_GRFFILTER_INVERT ; - }; - ToolBoxItem - { - Identifier = SID_GRFFILTER_SMOOTH ; - HelpID = HID_GRFFILTER_SMOOTH ; - }; - ToolBoxItem - { - Identifier = SID_GRFFILTER_SHARPEN ; - HelpID = HID_GRFFILTER_SHARPEN ; - }; - ToolBoxItem - { - Identifier = SID_GRFFILTER_REMOVENOISE ; - HelpID = HID_GRFFILTER_REMOVENOISE ; - }; - ToolBoxItem - { - Type = TOOLBOXITEM_BREAK ; - }; - ToolBoxItem - { - Identifier = SID_GRFFILTER_SOLARIZE ; - HelpId = HID_GRFFILTER_SOLARIZE ; - }; - ToolBoxItem - { - Identifier = SID_GRFFILTER_SEPIA ; - HelpId = HID_GRFFILTER_SEPIA ; - }; - ToolBoxItem - { - Identifier = SID_GRFFILTER_POSTER ; - HelpId = HID_GRFFILTER_POSTER ; - }; - ToolBoxItem - { - Identifier = SID_GRFFILTER_POPART ; - HelpId = HID_GRFFILTER_POPART ; - }; - ToolBoxItem - { - Type = TOOLBOXITEM_BREAK ; - }; - ToolBoxItem - { - Identifier = SID_GRFFILTER_SOBEL ; - HelpId = HID_GRFFILTER_SOBEL ; - }; - ToolBoxItem - { - Identifier = SID_GRFFILTER_EMBOSS ; - HelpId = HID_GRFFILTER_EMBOSS ; - }; - ToolBoxItem - { - Identifier = SID_GRFFILTER_MOSAIC ; - HelpId = HID_GRFFILTER_MOSAIC ; - }; - }; - }; -}; - String RID_SVXSTR_UNDO_GRAFMODE { |