From 97490635ef1b383b8c9759653edb4836015ba6d2 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 13 Dec 2016 18:57:00 +0100 Subject: remove now unused STRRES_NUMTYPES sw/source/ui/misc/numberingtypelistbox.src Change-Id: Ie9cdc0418cba515c2a10479695ab4f4814dd96b0 --- l10ntools/source/gRun.sh | 2 +- sw/AllLangResTarget_sw.mk | 1 - sw/source/ui/misc/numberingtypelistbox.src | 54 ------------------------------ sw/source/uibase/inc/misc.hrc | 1 - 4 files changed, 1 insertion(+), 57 deletions(-) delete mode 100644 sw/source/ui/misc/numberingtypelistbox.src diff --git a/l10ntools/source/gRun.sh b/l10ntools/source/gRun.sh index 0f5945ab95c9..6fb10805c0a6 100755 --- a/l10ntools/source/gRun.sh +++ b/l10ntools/source/gRun.sh @@ -462,7 +462,7 @@ ${MYCMD} --files sw/source/ui/globdoc/globdoc.src ${MYCMD} --base sw/source/ui/index --files cnttab.src idxmrk.src -${MYCMD} --base sw/source/ui/misc --files glossary.src numberingtypelistbox.src swruler.src +${MYCMD} --base sw/source/ui/misc --files glossary.src swruler.src ${MYCMD} --files sw/source/ui/shells/shells.src diff --git a/sw/AllLangResTarget_sw.mk b/sw/AllLangResTarget_sw.mk index 03f7f3efef8a..536821e9fb7b 100644 --- a/sw/AllLangResTarget_sw.mk +++ b/sw/AllLangResTarget_sw.mk @@ -100,7 +100,6 @@ $(eval $(call gb_SrsTarget_add_files,sw/res,\ sw/source/ui/index/cnttab.src \ sw/source/ui/index/idxmrk.src \ sw/source/ui/misc/glossary.src \ - sw/source/ui/misc/numberingtypelistbox.src \ sw/source/ui/misc/swruler.src \ sw/source/ui/shells/shells.src \ sw/source/ui/sidebar/PagePropertyPanel.src \ diff --git a/sw/source/ui/misc/numberingtypelistbox.src b/sw/source/ui/misc/numberingtypelistbox.src deleted file mode 100644 index cbd9873a2ff5..000000000000 --- a/sw/source/ui/misc/numberingtypelistbox.src +++ /dev/null @@ -1,54 +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 "misc.hrc" - -StringArray STRRES_NUMTYPES -{ - ItemList [ en-US ] = - { - < "None" ; 5/*SVX_NUM_NUMBER_NONE */; > ; - < "Bullet" ; 6/*SVX_NUM_CHAR_SPECIAL */; > ; - < "Graphics" ; 8/*SVX_NUM_BITMAP */; > ; - < "1, 2, 3, ..." ; 4/*SVX_NUM_ARABIC */; > ; - < "A, B, C, ..." ; 0/*SVX_NUM_CHARS_UPPER_LETTER */; > ; - < "a, b, c, ..." ; 1/*SVX_NUM_CHARS_LOWER_LETTER */; > ; - < "I, II, III, ..." ; 2/*SVX_NUM_ROMAN_UPPER */; > ; - < "i, ii, iii, ..." ; 3/*SVX_NUM_ROMAN_LOWER */; > ; - < "A, .., AA, .., AAA, ..." ; 9/*SVX_NUM_CHARS_UPPER_LETTER_N*/; > ; - < "a, .., aa, .., aaa, ..." ; 10/*SVX_NUM_CHARS_LOWER_LETTER_N*/; > ; - < "Native Numbering" ; 12 /*NATIVE_NUMBERING */; > ; - < "А, Б, .., Аа, Аб, ... (Bulgarian)" ; 38 /*CHARS_CYRILLIC_UPPER_LETTER_BG */; > ; - < "а, б, .., аа, аб, ... (Bulgarian)" ; 39 /*CHARS_CYRILLIC_LOWER_LETTER_BG */; > ; - < "А, Б, .., Аа, Бб, ... (Bulgarian)" ; 40 /*CHARS_CYRILLIC_UPPER_LETTER_N_BG */; > ; - < "а, б, .., аа, бб, ... (Bulgarian)" ; 41 /*CHARS_CYRILLIC_LOWER_LETTER_N_BG */; > ; - < "А, Б, .., Аа, Аб, ... (Russian)" ; 42 /*CHARS_CYRILLIC_UPPER_LETTER_RU */; > ; - < "а, б, .., аа, аб, ... (Russian)" ; 43 /*CHARS_CYRILLIC_LOWER_LETTER_RU */; > ; - < "А, Б, .., Аа, Бб, ... (Russian)" ; 44 /*CHARS_CYRILLIC_UPPER_LETTER_N_RU */; > ; - < "а, б, .., аа, бб, ... (Russian)" ; 45 /*CHARS_CYRILLIC_LOWER_LETTER_N_RU */; > ; - < "А, Б, .., Аа, Аб, ... (Serbian)" ; 48 /*CHARS_CYRILLIC_UPPER_LETTER_SR */; > ; - < "а, б, .., аа, аб, ... (Serbian)" ; 49 /*CHARS_CYRILLIC_LOWER_LETTER_SR */; > ; - < "А, Б, .., Аа, Бб, ... (Serbian)" ; 50 /*CHARS_CYRILLIC_UPPER_LETTER_N_SR */; > ; - < "а, б, .., аа, бб, ... (Serbian)" ; 51 /*CHARS_CYRILLIC_LOWER_LETTER_N_SR */; > ; - < "Α, Β, Γ, ... (Greek Upper Letter)"; 52 /*CHARS_GREEK_UPPER_LETTER */; > ; - < "α, β, γ, ... (Greek Lower Letter)"; 53 /*CHARS_GREEK_LOWER_LETTER */; > ; - }; -}; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/source/uibase/inc/misc.hrc b/sw/source/uibase/inc/misc.hrc index 4ffbb274bdaf..f7a0db9b0f7b 100644 --- a/sw/source/uibase/inc/misc.hrc +++ b/sw/source/uibase/inc/misc.hrc @@ -40,7 +40,6 @@ #define STR_SAVE_GLOSSARY (RC_MISC_BEGIN + 46) #define MN_REDLINE_POPUP (RC_MISC_BEGIN + 61) -#define STRRES_NUMTYPES (RC_MISC_BEGIN + 63) #define STR_MY_AUTOTEXT (RC_MISC_BEGIN + 64) #define STR_COMMENTS_LABEL (RC_MISC_BEGIN + 65) -- cgit