diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2002-04-04 12:45:03 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2002-04-04 12:45:03 +0000 |
commit | 0408c263b08e576ac912f180281c63db49270273 (patch) | |
tree | cd4153a817912009a55a002fdfe0e907678b6844 /xmloff/dtd | |
parent | bffa9953256e1554eabe6b35a8db72805f739ca4 (diff) |
#98453# snap-to-layout-grid attribute added
Diffstat (limited to 'xmloff/dtd')
-rw-r--r-- | xmloff/dtd/style.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod index a0c312f70466..31e9c8cedf0a 100644 --- a/xmloff/dtd/style.mod +++ b/xmloff/dtd/style.mod @@ -1,5 +1,5 @@ <!-- - $Id: style.mod,v 1.49 2002-02-28 14:23:57 dvo Exp $ + $Id: style.mod,v 1.50 2002-04-04 13:45:03 dvo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -401,6 +401,7 @@ <!ATTLIST style:properties style:layout-grid-ruby-below %boolean; #IMPLIED> <!ATTLIST style:properties style:layout-grid-print %boolean; #IMPLIED> <!ATTLIST style:properties style:layout-grid-display %boolean; #IMPLIED> +<!ATTLIST style:properties style:snap-to-layout-grid %boolean; #IMPLIED> <!ELEMENT style:footnote-sep EMPTY> <!ATTLIST style:footnote-sep style:width %length; #IMPLIED> |