Kaydet (Commit) efa35b2b authored tarafından Thomas Arnhold's avatar Thomas Arnhold

unused floating window RID_SVXTBX_GRFFILTER

Change-Id: I3b6d7091922ed345d24c15c5a52d37521792d551
üst 1a0cdabf
......@@ -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
......
......@@ -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"
......
......@@ -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>
......
/* -*- 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: */
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment