summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog/xmlfiltercommon.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xsltdialog/xmlfiltercommon.hrc')
-rw-r--r--filter/source/xsltdialog/xmlfiltercommon.hrc41
1 files changed, 41 insertions, 0 deletions
diff --git a/filter/source/xsltdialog/xmlfiltercommon.hrc b/filter/source/xsltdialog/xmlfiltercommon.hrc
new file mode 100644
index 000000000000..e3e51bf250dd
--- /dev/null
+++ b/filter/source/xsltdialog/xmlfiltercommon.hrc
@@ -0,0 +1,41 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+#ifndef _XMLFILTERCOMMON_HRC_
+#define _XMLFILTERCOMMON_HRC_
+
+#ifndef _FILTER_HRC
+#include "filter.hrc"
+#endif
+
+#define DLG_XML_SOURCE_FILE_DIALOG (RID_XSLT_DIALOG_START+0)
+#define DLG_XML_FILTER_SETTINGS_DIALOG (RID_XSLT_DIALOG_START+1)
+#define DLG_XML_FILTER_TABDIALOG (RID_XSLT_DIALOG_START+2)
+#define RID_XML_FILTER_TABPAGE_BASIC (RID_XSLT_DIALOG_START+3)
+#define RID_XML_FILTER_TABPAGE_XSLT (RID_XSLT_DIALOG_START+4)
+#define DLG_XML_FILTER_TEST_DIALOG (RID_XSLT_DIALOG_START+5)
+
+#endif