1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#define FT_SUGGESTION 31 29#define LB_SUGGESTION 32 30#define FT_NOTINDICT 33 31#define ED_NEWWORD 34 32#define FT_LANGUAGE 35 33#define LB_LANGUAGE 36 34#define PB_IGNORE 37 35#define PB_IGNOREALL 38 36#define MB_ADDTODICT 39 37#define PB_CHANGE 40 38#define PB_CHANGEALL 41 39#define PB_AUTOCORR 42 40#define GB_BACKGROUND 43 41#define PB_OPTIONS 44 42#define PB_HELP 45 43#define PB_UNDO 46 44#define PB_CLOSE 47 45#define ST_NOSUGGESTIONS 48 46#define ST_RESUME 50 47#define ST_SPELLING 51 48#define ST_SPELLING_AND_GRAMMAR 52 49#define ST_SPELLING_AND_GRAMMAR_VENDORNAME 53 50#define CB_CHECK_GRAMMAR 54 51#define PB_EXPLAIN 55 52#define IMG_VENDOR 56 53#define IMG_DEFAULT_VENDOR 57 54#define IMG_DEFAULT_VENDOR_HC 58 55#define PB_IGNORERULE 59 56