summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 06:32:42 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 06:32:42 +0000
commited6ffd596f4f273807ba2ac4c6452efd70f4ac5e (patch)
tree11d3a4bf6b006c8b23d660b7bc309538659baa5e /soldep
parentdaf3d635cdc5c5a85a7b1fe25fa7904de6a0faac (diff)
INTEGRATION: CWS bserver29 (1.1.2); FILE ADDED
2007/06/15 13:54:17 kz 1.1.2.1: #140478# waringfree unix
Diffstat (limited to 'soldep')
-rwxr-xr-xsoldep/inc/XmlBuildListDef.hxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/soldep/inc/XmlBuildListDef.hxx b/soldep/inc/XmlBuildListDef.hxx
new file mode 100755
index 000000000000..94e8e3d6143c
--- /dev/null
+++ b/soldep/inc/XmlBuildListDef.hxx
@@ -0,0 +1,20 @@
+#ifndef _XMLBUILDLISTDEF_HXX
+#define _XMLBUILDLISTDEF_HXX
+
+enum DepTypes
+{
+ mdsimple,
+ mdalways,
+ mdforce
+};
+
+#define DEP_MD_SIMPLE 1;
+#define DEP_MD_ALWAYS 2;
+#define DEP_MD_FORCE 4;
+
+static const char * DEP_MD_SIMPLE_STR = "md-simple";
+static const char * DEP_MD_ALWAYS_STR = "md-always";
+static const char * DEP_MD_FORCE_STR = "md-force";
+static const char * XML_ALL = "all";
+
+#endif \ No newline at end of file