xref: /aoo41x/main/editeng/inc/editeng.hrc (revision 0e536ac3)
1*0e536ac3SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*0e536ac3SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*0e536ac3SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*0e536ac3SAndrew Rist * distributed with this work for additional information
6*0e536ac3SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*0e536ac3SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*0e536ac3SAndrew Rist * "License"); you may not use this file except in compliance
9*0e536ac3SAndrew Rist * with the License.  You may obtain a copy of the License at
10*0e536ac3SAndrew Rist *
11*0e536ac3SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*0e536ac3SAndrew Rist *
13*0e536ac3SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*0e536ac3SAndrew Rist * software distributed under the License is distributed on an
15*0e536ac3SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*0e536ac3SAndrew Rist * KIND, either express or implied.  See the License for the
17*0e536ac3SAndrew Rist * specific language governing permissions and limitations
18*0e536ac3SAndrew Rist * under the License.
19*0e536ac3SAndrew Rist *
20*0e536ac3SAndrew Rist *************************************************************/
21*0e536ac3SAndrew Rist
22*0e536ac3SAndrew Rist
23cdf0e10cSrcweir#ifndef _EDITENG_HRC
24cdf0e10cSrcweir#define _EDITENG_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include <editeng/editrids.hrc>
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define MN_SPELLING         1
29cdf0e10cSrcweir#define MN_INSERT           2
30cdf0e10cSrcweir#define MN_IGNORE           3
31cdf0e10cSrcweir#define MN_AUTOCORR         4
32cdf0e10cSrcweir#define MN_WORDLANGUAGE     5
33cdf0e10cSrcweir#define MN_PARALANGUAGE     6
34cdf0e10cSrcweir
35cdf0e10cSrcweir#define MN_ALTSTART		1000
36cdf0e10cSrcweir#define MN_AUTOSTART	2000
37cdf0e10cSrcweir#define MN_DICTSTART	3000
38cdf0e10cSrcweir
39cdf0e10cSrcweir#endif	// _EDITENG_HRC
40