diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-18 06:49:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-18 06:49:11 +0000 |
commit | 4ceeb198fd98a310bf1f20714e2db23980ea0b26 (patch) | |
tree | db3a4f675b0a3eb20b37afa8ece1f6141873fc55 /xmloff | |
parent | a313c579c64722cf22a5c4acadd0aa4ddd4e501f (diff) |
INTEGRATION: CWS swqbugfix01_SRC680 (1.19.64); FILE MERGED
2007/03/28 13:34:03 mib 1.19.64.1: #139735#: removed xlink:role attribute
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/meta/xmlmetae.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx index 600636637007..8539dd1d5b1b 100644 --- a/xmloff/source/meta/xmlmetae.cxx +++ b/xmloff/source/meta/xmlmetae.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlmetae.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: vg $ $Date: 2006-11-21 17:35:12 $ + * last change: $Author: rt $ $Date: 2007-04-18 07:49:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -518,7 +518,6 @@ void SfxXMLMetaExport::Export() { rExport.AddAttribute( XML_NAMESPACE_XLINK, XML_TYPE, XML_SIMPLE ); rExport.AddAttribute( XML_NAMESPACE_XLINK, XML_ACTUATE, XML_ONREQUEST ); - rExport.AddAttribute( XML_NAMESPACE_XLINK, XML_ROLE, XML_TEMPLATE ); // template URL rExport.AddAttribute( XML_NAMESPACE_XLINK, XML_HREF, |