xref: /aoo41x/main/editeng/util/hidother.src (revision 53216db4)
1*53216db4SAndrew Rist/**************************************************************
2*53216db4SAndrew Rist *
3*53216db4SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*53216db4SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*53216db4SAndrew Rist * distributed with this work for additional information
6*53216db4SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*53216db4SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*53216db4SAndrew Rist * "License"); you may not use this file except in compliance
9*53216db4SAndrew Rist * with the License.  You may obtain a copy of the License at
10*53216db4SAndrew Rist *
11*53216db4SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*53216db4SAndrew Rist *
13*53216db4SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*53216db4SAndrew Rist * software distributed under the License is distributed on an
15*53216db4SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*53216db4SAndrew Rist * KIND, either express or implied.  See the License for the
17*53216db4SAndrew Rist * specific language governing permissions and limitations
18*53216db4SAndrew Rist * under the License.
19*53216db4SAndrew Rist *
20*53216db4SAndrew Rist *************************************************************/
21cdf0e10cSrcweir
22cdf0e10cSrcweir#include "../inc/helpid.hrc"
23cdf0e10cSrcweir
24cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_ACORSENTWORD   { HelpID =  HID_AUTOCORR_HELP_ACORSENTWORD;};
25cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_ACORSENTWORDENEMDASH   { HelpID =  HID_AUTOCORR_HELP_ACORSENTWORDENEMDASH;};
26cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_ACORWORD       { HelpID =  HID_AUTOCORR_HELP_ACORWORD;};
27cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_ACORWORDENEMDASH       { HelpID =  HID_AUTOCORR_HELP_ACORWORDENEMDASH;};
28cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_CHGFRACTIONSYMBOL  { HelpID =  HID_AUTOCORR_HELP_CHGFRACTIONSYMBOL;};
29cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_CHGORDINALNUMBER   { HelpID =  HID_AUTOCORR_HELP_CHGORDINALNUMBER;};
30cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_CHGQUOTES          { HelpID =  HID_AUTOCORR_HELP_CHGQUOTES;};
31cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_CHGSGLQUOTES       { HelpID =  HID_AUTOCORR_HELP_CHGSGLQUOTES;};
32cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_CHGTOENEMDASH      { HelpID =  HID_AUTOCORR_HELP_CHGTOENEMDASH;};
33cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_CHGWEIGHTUNDERL    { HelpID =  HID_AUTOCORR_HELP_CHGWEIGHTUNDERL;};
34cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_INGNOREDOUBLESPACE { HelpID =  HID_AUTOCORR_HELP_INGNOREDOUBLESPACE;};
35cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_SENT           { HelpID =  HID_AUTOCORR_HELP_SENT;};
36cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_SENTENEMDASH           { HelpID =  HID_AUTOCORR_HELP_SENTENEMDASH;};
37cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_SENTWORD       { HelpID =  HID_AUTOCORR_HELP_SENTWORD;};
38cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_SENTWORDENEMDASH       { HelpID =  HID_AUTOCORR_HELP_SENTWORDENEMDASH;};
39cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_SETINETATTR        { HelpID =  HID_AUTOCORR_HELP_SETINETATTR;};
40cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_WORD           { HelpID =  HID_AUTOCORR_HELP_WORD;};
41cdf0e10cSrcweirhidspecial HID_AUTOCORR_HELP_WORDENEMDASH           { HelpID =  HID_AUTOCORR_HELP_WORDENEMDASH;};
42cdf0e10cSrcweir
43cdf0e10cSrcweir
44