diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 12:42:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 12:42:12 +0000 |
commit | f62e089e4f80f0f14ed09b57c61c188eb8685879 (patch) | |
tree | d1216fe26a8390b6c1124c4928599b29aaf71aa8 /xmlscript/dtd | |
parent | 2297005daa5cf9dd50ee0fe23d995ffb6f446755 (diff) |
INTEGRATION: CWS jl5vba (1.1.80); FILE MERGED
2004/01/21 14:55:42 ab 1.1.80.1: #111934# Merge to src680, #110009# Added library preload flag
Diffstat (limited to 'xmlscript/dtd')
-rw-r--r-- | xmlscript/dtd/library.dtd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlscript/dtd/library.dtd b/xmlscript/dtd/library.dtd index a43342dcd5bf..6f027cd519af 100644 --- a/xmlscript/dtd/library.dtd +++ b/xmlscript/dtd/library.dtd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: library.dtd,v 1.1 2001-12-04 11:45:28 ab Exp $ + $Id: library.dtd,v 1.2 2004-03-17 13:42:12 obo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -62,6 +62,7 @@ library:name CDATA #REQUIRED library:readonly %boolean; #REQUIRED library:passwordprotected %boolean; #REQUIRED + library:preload %boolean; #IMPLIED > <!ELEMENT library:element EMPTY> |