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#if ! defined INCLUDED_DIGITALSIGNATURESDIALOG_HRC
25cdf0e10cSrcweir#define INCLUDED_DIGITALSIGNATURESDIALOG_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir//global.hrc in xmlsecurity/inc starts at 1000
28cdf0e10cSrcweir#define RID_DIGITALSIGNATUREDLG_START                 2000
29cdf0e10cSrcweir
30cdf0e10cSrcweir#define RID_XMLSECDLG_OLD_ODF_FORMAT     RID_DIGITALSIGNATUREDLG_START
31cdf0e10cSrcweir#define MSG_XMLSECDLG_QUERY_REMOVEDOCSIGNBEFORESIGN (RID_DIGITALSIGNATUREDLG_START + 1)
32cdf0e10cSrcweir#endif
33