diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-17 12:35:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-20 06:54:49 +0000 |
commit | 4307643b2fa1f2cdc2bf087ab2285a8557d61bec (patch) | |
tree | d69120f515bfc4c90dcd00612a3263f2de67d9f5 /sc | |
parent | e604ddfd1196c877ddce603dca15f9a5228497e0 (diff) |
remove unused defines from HRC files in misc(2)
Change-Id: I6d27c03925e7756022c3e343c0873c4dd1dd90dc
Reviewed-on: https://gerrit.libreoffice.org/35324
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/AllLangResTarget_sc.mk | 1 | ||||
-rw-r--r-- | sc/source/ui/dbgui/filtdlg.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/dbgui/pfiltdlg.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/dbgui/sfiltdlg.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/filter.hrc | 24 | ||||
-rw-r--r-- | sc/source/ui/src/filter.src | 26 |
6 files changed, 0 insertions, 54 deletions
diff --git a/sc/AllLangResTarget_sc.mk b/sc/AllLangResTarget_sc.mk index cd43a8cea91b..c14e169ebd52 100644 --- a/sc/AllLangResTarget_sc.mk +++ b/sc/AllLangResTarget_sc.mk @@ -34,7 +34,6 @@ $(eval $(call gb_SrsTarget_add_files,sc/res,\ sc/source/ui/src/sc.src \ sc/source/ui/src/scerrors.src \ sc/source/ui/src/scstring.src \ - sc/source/ui/src/filter.src \ sc/source/ui/cctrl/checklistmenu.src \ sc/source/ui/navipi/navipi.src \ sc/source/ui/styleui/scstyles.src \ diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx index d4bc2523cb81..5c08244df67e 100644 --- a/sc/source/ui/dbgui/filtdlg.cxx +++ b/sc/source/ui/dbgui/filtdlg.cxx @@ -33,7 +33,6 @@ #include "foptmgr.hxx" #include "globstr.hrc" -#include "filter.hrc" #include "filtdlg.hxx" #include <vcl/layout.hxx> diff --git a/sc/source/ui/dbgui/pfiltdlg.cxx b/sc/source/ui/dbgui/pfiltdlg.cxx index 570421fb7bae..98d1d6b8debf 100644 --- a/sc/source/ui/dbgui/pfiltdlg.cxx +++ b/sc/source/ui/dbgui/pfiltdlg.cxx @@ -32,7 +32,6 @@ #include "typedstrdata.hxx" #include "scres.hrc" -#include "filter.hrc" #include "globstr.hrc" #include "pfiltdlg.hxx" diff --git a/sc/source/ui/dbgui/sfiltdlg.cxx b/sc/source/ui/dbgui/sfiltdlg.cxx index 3a55213de917..9cf57d8bac89 100644 --- a/sc/source/ui/dbgui/sfiltdlg.cxx +++ b/sc/source/ui/dbgui/sfiltdlg.cxx @@ -32,7 +32,6 @@ #include "foptmgr.hxx" #include "globstr.hrc" -#include "filter.hrc" #include "filtdlg.hxx" #include <vcl/msgbox.hxx> diff --git a/sc/source/ui/inc/filter.hrc b/sc/source/ui/inc/filter.hrc deleted file mode 100644 index 32a8ec2a1d98..000000000000 --- a/sc/source/ui/inc/filter.hrc +++ /dev/null @@ -1,24 +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 . - */ -#include "sc.hrc" - -// Special filter -#define STR_COPY_AREA_TO 5054 - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/src/filter.src b/sc/source/ui/src/filter.src deleted file mode 100644 index 5fcfa7b1dbf7..000000000000 --- a/sc/source/ui/src/filter.src +++ /dev/null @@ -1,26 +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 . - */ -#include "filter.hrc" - -String STR_COPY_AREA_TO -{ - Text [ en-US ] = "Copy results to" ; -}; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |