1*a20ed8daSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*a20ed8daSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*a20ed8daSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*a20ed8daSAndrew Rist * distributed with this work for additional information
6*a20ed8daSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*a20ed8daSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*a20ed8daSAndrew Rist * "License"); you may not use this file except in compliance
9*a20ed8daSAndrew Rist * with the License.  You may obtain a copy of the License at
10*a20ed8daSAndrew Rist *
11*a20ed8daSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*a20ed8daSAndrew Rist *
13*a20ed8daSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*a20ed8daSAndrew Rist * software distributed under the License is distributed on an
15*a20ed8daSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*a20ed8daSAndrew Rist * KIND, either express or implied.  See the License for the
17*a20ed8daSAndrew Rist * specific language governing permissions and limitations
18*a20ed8daSAndrew Rist * under the License.
19*a20ed8daSAndrew Rist *
20*a20ed8daSAndrew Rist *************************************************************/
21*a20ed8daSAndrew Rist
22*a20ed8daSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _XMLSEC_HELPIDS_HRC
25cdf0e10cSrcweir#define _XMLSEC_HELPIDS_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir// include ---------------------------------------------------------------
28cdf0e10cSrcweir
29cdf0e10cSrcweir#include <svl/solar.hrc>
30cdf0e10cSrcweir
31cdf0e10cSrcweir// Help-Ids --------------------------------------------------------------
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define HID_XMLSEC_TP_MACROSEC                         "XMLSECURITY_HID_XMLSEC_TP_MACROSEC"
34cdf0e10cSrcweir#define HID_XMLSEC_TP_SECLEVEL                         "XMLSECURITY_HID_XMLSEC_TP_SECLEVEL"
35cdf0e10cSrcweir#define HID_XMLSEC_TP_TRUSTSOURCES                     "XMLSECURITY_HID_XMLSEC_TP_TRUSTSOURCES"
36cdf0e10cSrcweir#define HID_XMLSEC_DLG_CERTVIEWER                      "XMLSECURITY_HID_XMLSEC_DLG_CERTVIEWER"
37cdf0e10cSrcweir#define HID_XMLSEC_TP_GENERAL                          "XMLSECURITY_HID_XMLSEC_TP_GENERAL"
38cdf0e10cSrcweir#define HID_XMLSEC_TP_DETAILS                          "XMLSECURITY_HID_XMLSEC_TP_DETAILS"
39cdf0e10cSrcweir#define HID_XMLSEC_TP_CERTPATH                         "XMLSECURITY_HID_XMLSEC_TP_CERTPATH"
40cdf0e10cSrcweir#define HID_XMLSEC_DLG_DIGSIG                          "XMLSECURITY_HID_XMLSEC_DLG_DIGSIG"
41cdf0e10cSrcweir#define HID_XMLSEC_TP_MACROWARN                        "XMLSECURITY_HID_XMLSEC_TP_MACROWARN"
42cdf0e10cSrcweir#define HID_XMLSEC_DLG_CERTCHOOSER                     "XMLSECURITY_HID_XMLSEC_DLG_CERTCHOOSER"
43cdf0e10cSrcweir#define HID_XMLSEC_CTRL_TRUSTSOURCES                   "XMLSECURITY_HID_XMLSEC_CTRL_TRUSTSOURCES"
44cdf0e10cSrcweir#define HID_XMLSEC_CTRL_ELEMENTS                       "XMLSECURITY_HID_XMLSEC_CTRL_ELEMENTS"
45cdf0e10cSrcweir#define HID_XMLSEC_CTRL_VIEWSIGNATURES                 "XMLSECURITY_HID_XMLSEC_CTRL_VIEWSIGNATURES"
46cdf0e10cSrcweir#define HID_XMLSEC_CTRL_SIGNATURESDLG                  "XMLSECURITY_HID_XMLSEC_CTRL_SIGNATURESDLG"
47cdf0e10cSrcweir#define HID_XMLSEC_CTRL_CHOOSESIGNATURES               "XMLSECURITY_HID_XMLSEC_CTRL_CHOOSESIGNATURES"
48cdf0e10cSrcweir#define HID_XMLSEC_TREE_SIGNATURESDLG                  "XMLSECURITY_HID_XMLSEC_TREE_SIGNATURESDLG"
49cdf0e10cSrcweir
50cdf0e10cSrcweir#endif // #ifndef _XMLSEC_HELPIDS_HRC
51cdf0e10cSrcweir
52