summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-22 06:01:23 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-22 13:03:17 +0200
commit40064f479bbd8d7384b753328365e8770bda4fd1 (patch)
tree634cfbab8a29d8fbe2d0a26b95407807ce9aa1c4 /svx
parent16e917643f4855125f5a872586b9841a677bb35b (diff)
clean up hrc files
and remove some unused stuff Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/gallery.hrc50
-rw-r--r--svx/source/form/fmexpl.cxx1
-rw-r--r--svx/source/form/fmexpl.src1
-rw-r--r--svx/source/form/navigatortree.cxx1
-rw-r--r--svx/source/form/navigatortreemodel.cxx1
-rw-r--r--svx/source/inc/fmexpl.hrc33
-rw-r--r--svx/source/tbxctrls/extrusioncontrols.hrc4
7 files changed, 0 insertions, 91 deletions
diff --git a/svx/inc/gallery.hrc b/svx/inc/gallery.hrc
index 1897612fecac..47cd1830ca31 100644
--- a/svx/inc/gallery.hrc
+++ b/svx/inc/gallery.hrc
@@ -75,35 +75,6 @@
#define RID_SVXBMP_GALLERY_MEDIA (RID_SVX_GALLERY_START + 71)
// lokale Defines
-#define BTN_OK 1
-#define BTN_CANCEL 1
-#define BTN_HELP 1
-
-#define FL_INFO 1
-#define FT_SIZE 1
-#define FT_DEPTH 2
-#define FT_FORMAT 4
-#define LBX_FOUND 1
-#define BTN_TAKE 5
-#define BTN_IMPORT 5
-#define BTN_PATH 1
-#define BTN_SEARCH 4
-#define CBX_PREVIEW 3
-#define FT_PATH 1
-#define FT_FILETYPE 2
-#define CBB_FILETYPE 1
-#define FL_SEARCH_DIR 1
-#define FL_SEARCH_TYPE 2
-#define FT_SEARCH_DIR 1
-#define FT_SEARCH_TYPE 2
-#define FL_TAKE_PROGRESS 1
-#define FT_TAKE_FILE 1
-#define BTN_ADD 2
-#define WND_PREVIEW 1
-#define BTN_TAKEALL 1
-#define BTN_PREVIEW 6
-#define WND_BRSPRV 1
-#define MN_ADDMENU 2
#define MN_ADD 6
#define MN_PREVIEW 10
#define MN_DELETE 12
@@ -117,27 +88,6 @@
#define MN_PROPERTIES 23
#define MN_ASSIGN_ID 24
-#define FL_ACTUALIZE_PROGRESS 1
-#define FT_ACTUALIZE_FILE 1
-#define FL_ID 1
-#define LB_RESNAME 1
-#define EDT_TITLE 20
-#define FL_TITLE 21
-
-// Gallery-TabDialog
-#define FI_MS_IMAGE 1
-#define EDT_MS_NAME 1
-#define FL_MS_GENERAL_FIRST 1
-#define FT_MS_TYPE 2
-#define FT_MS_SHOW_TYPE 3
-#define FT_MS_PATH 4
-#define FT_MS_SHOW_PATH 5
-#define FT_MS_CONTENT 6
-#define FT_MS_SHOW_CONTENT 7
-#define FL_MS_GENERAL_SECOND 2
-#define FT_MS_CHANGEDATE 10
-#define FT_MS_SHOW_CHANGEDATE 11
-
// Gallery Browser
#define GALLERY_BROWSER1 1
#define GALLERY_BROWSER2 2
diff --git a/svx/source/form/fmexpl.cxx b/svx/source/form/fmexpl.cxx
index 2e9fbed07ef0..290312ca8dd0 100644
--- a/svx/source/form/fmexpl.cxx
+++ b/svx/source/form/fmexpl.cxx
@@ -19,7 +19,6 @@
#include "svx/fmresids.hrc"
-#include "fmexpl.hrc"
#include "fmexpl.hxx"
#include "fmhelp.hrc"
diff --git a/svx/source/form/fmexpl.src b/svx/source/form/fmexpl.src
index e6b203b6d121..b171b892d3d6 100644
--- a/svx/source/form/fmexpl.src
+++ b/svx/source/form/fmexpl.src
@@ -19,7 +19,6 @@
#include <svx/svxids.hrc>
#include "svx/fmresids.hrc"
-#include "fmexpl.hrc"
#include "globlmn.hrc"
#include <svx/svxcommands.h>
#include "fmhelp.hrc"
diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx
index 8f06ca7e69db..f1254f1cf1cd 100644
--- a/svx/source/form/navigatortree.cxx
+++ b/svx/source/form/navigatortree.cxx
@@ -25,7 +25,6 @@
#include "svx/svditer.hxx"
#include "fmhelp.hrc"
-#include "fmexpl.hrc"
#include "fmexpl.hxx"
#include "svx/fmresids.hrc"
#include "fmshimp.hxx"
diff --git a/svx/source/form/navigatortreemodel.cxx b/svx/source/form/navigatortreemodel.cxx
index 1f57c80d6e00..5f9b8cae4c5e 100644
--- a/svx/source/form/navigatortreemodel.cxx
+++ b/svx/source/form/navigatortreemodel.cxx
@@ -30,7 +30,6 @@
#include "fmundo.hxx"
#include "fmhelp.hrc"
-#include "fmexpl.hrc"
#include "fmexpl.hxx"
#include "svx/fmresids.hrc"
#include "fmshimp.hxx"
diff --git a/svx/source/inc/fmexpl.hrc b/svx/source/inc/fmexpl.hrc
deleted file mode 100644
index d208b9ffcb82..000000000000
--- a/svx/source/inc/fmexpl.hrc
+++ /dev/null
@@ -1,33 +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 .
- */
-
-#ifndef _SVX_FMEXPL_HRC
-#define _SVX_FMEXPL_HRC
-
-#define FT_PATH 1
-
-#define GB_PATH 1
-
-#define PB_OK 1
-#define PB_CANCEL 2
-#define PB_HELP 3
-
-#endif //_SVX_FMEXPL_HRC
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/tbxctrls/extrusioncontrols.hrc b/svx/source/tbxctrls/extrusioncontrols.hrc
index 6193ccadb2c5..96bf7e674a89 100644
--- a/svx/source/tbxctrls/extrusioncontrols.hrc
+++ b/svx/source/tbxctrls/extrusioncontrols.hrc
@@ -80,8 +80,4 @@
#define IMG_LIGHTING_NORMAL 111
#define IMG_LIGHTING_DIM 112
-#define BTN_OK 3
-#define BTN_CANCEL 4
-#define BTN_HELP 5
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */