1*2891ce04SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*2891ce04SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*2891ce04SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*2891ce04SAndrew Rist * distributed with this work for additional information
6*2891ce04SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*2891ce04SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*2891ce04SAndrew Rist * "License"); you may not use this file except in compliance
9*2891ce04SAndrew Rist * with the License.  You may obtain a copy of the License at
10*2891ce04SAndrew Rist *
11*2891ce04SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*2891ce04SAndrew Rist *
13*2891ce04SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*2891ce04SAndrew Rist * software distributed under the License is distributed on an
15*2891ce04SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*2891ce04SAndrew Rist * KIND, either express or implied.  See the License for the
17*2891ce04SAndrew Rist * specific language governing permissions and limitations
18*2891ce04SAndrew Rist * under the License.
19*2891ce04SAndrew Rist *
20*2891ce04SAndrew Rist *************************************************************/
21*2891ce04SAndrew Rist
22*2891ce04SAndrew Rist
23cdf0e10cSrcweir#ifndef _XMLFILTERCOMMON_HRC_
24cdf0e10cSrcweir#define _XMLFILTERCOMMON_HRC_
25cdf0e10cSrcweir
26cdf0e10cSrcweir#ifndef _FILTER_HRC
27cdf0e10cSrcweir#include "filter.hrc"
28cdf0e10cSrcweir#endif
29cdf0e10cSrcweir
30cdf0e10cSrcweir#define DLG_XML_SOURCE_FILE_DIALOG		(RID_XSLT_DIALOG_START+0)
31cdf0e10cSrcweir#define DLG_XML_FILTER_SETTINGS_DIALOG	(RID_XSLT_DIALOG_START+1)
32cdf0e10cSrcweir#define	DLG_XML_FILTER_TABDIALOG		(RID_XSLT_DIALOG_START+2)
33cdf0e10cSrcweir#define RID_XML_FILTER_TABPAGE_BASIC	(RID_XSLT_DIALOG_START+3)
34cdf0e10cSrcweir#define RID_XML_FILTER_TABPAGE_XSLT		(RID_XSLT_DIALOG_START+4)
35cdf0e10cSrcweir#define DLG_XML_FILTER_TEST_DIALOG		(RID_XSLT_DIALOG_START+5)
36cdf0e10cSrcweir
37cdf0e10cSrcweir#endif
38