summaryrefslogtreecommitdiff
path: root/xmloff/dtd/text.mod
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2002-01-17 12:18:46 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2002-01-17 12:18:46 +0000
commit3fe11bd19f2a3d0431fc41727f3821ad17b412fe (patch)
tree8dcff0a4bec21dff6ee56b770e0da23a6d0aa34b /xmloff/dtd/text.mod
parentcacb38311c54ac9b482d47667ac01653626aab47 (diff)
#96604# proper namespace for <dde-connection-decl> attributes
Diffstat (limited to 'xmloff/dtd/text.mod')
-rw-r--r--xmloff/dtd/text.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod
index c30fc8529324..778d726ab574 100644
--- a/xmloff/dtd/text.mod
+++ b/xmloff/dtd/text.mod
@@ -1,5 +1,5 @@
<!--
- $Id: text.mod,v 1.43 2002-01-17 12:35:28 dvo Exp $
+ $Id: text.mod,v 1.44 2002-01-17 13:18:46 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -558,10 +558,10 @@
<!ELEMENT text:dde-connection-decl EMPTY>
<!ATTLIST text:dde-connection-decl text:name %string; #REQUIRED>
-<!ATTLIST text:dde-connection-decl text:dde-application %string; #REQUIRED>
-<!ATTLIST text:dde-connection-decl text:dde-topic %string; #REQUIRED>
-<!ATTLIST text:dde-connection-decl text:dde-item %string; #REQUIRED>
-<!ATTLIST text:dde-connection-decl text:automatic-update %boolean; "false">
+<!ATTLIST text:dde-connection-decl office:dde-application %string; #REQUIRED>
+<!ATTLIST text:dde-connection-decl office:dde-topic %string; #REQUIRED>
+<!ATTLIST text:dde-connection-decl office:dde-item %string; #REQUIRED>
+<!ATTLIST text:dde-connection-decl office:automatic-update %boolean; "false">
<!ELEMENT text:dde-connection (#PCDATA)>
<!ATTLIST text:dde-connection text:connection-name %string; #REQUIRED>