diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-22 06:01:23 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-22 13:03:17 +0200 |
commit | 40064f479bbd8d7384b753328365e8770bda4fd1 (patch) | |
tree | 634cfbab8a29d8fbe2d0a26b95407807ce9aa1c4 /svx/source | |
parent | 16e917643f4855125f5a872586b9841a677bb35b (diff) |
clean up hrc files
and remove some unused stuff
Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/form/fmexpl.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/fmexpl.src | 1 | ||||
-rw-r--r-- | svx/source/form/navigatortree.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/navigatortreemodel.cxx | 1 | ||||
-rw-r--r-- | svx/source/inc/fmexpl.hrc | 33 | ||||
-rw-r--r-- | svx/source/tbxctrls/extrusioncontrols.hrc | 4 |
6 files changed, 0 insertions, 41 deletions
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: */ |