diff options
author | Christian Lippka <cl@openoffice.org> | 2000-10-10 10:12:45 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2000-10-10 10:12:45 +0000 |
commit | 960d77fcdd52141cdca250e3529f9523b9ebf89d (patch) | |
tree | b35bbd159ada4ea5ef9b4f565e2c0741adabbfa1 /xmloff/source/style/ImageStyle.cxx | |
parent | e604e674f74b969a515fa40ce41abfdcf33e0418 (diff) |
#79114# updated the dtd to current specification
Diffstat (limited to 'xmloff/source/style/ImageStyle.cxx')
-rw-r--r-- | xmloff/source/style/ImageStyle.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/ImageStyle.cxx b/xmloff/source/style/ImageStyle.cxx index 91eaf993405b..24326d057f1c 100644 --- a/xmloff/source/style/ImageStyle.cxx +++ b/xmloff/source/style/ImageStyle.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ImageStyle.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:07:04 $ + * last change: $Author: cl $ $Date: 2000-10-10 11:12:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -185,8 +185,8 @@ sal_Bool XMLImageStyle::ImpExportXML( const ::com::sun::star::uno::Reference< :: // uri AddAttribute( XML_NAMESPACE_XLINK, sXML_href, aURL ); AddAttribute( XML_NAMESPACE_XLINK, sXML_type, OUString::createFromAscii(sXML_simple) ); - AddAttribute( XML_NAMESPACE_XLINK, sXML_show, OUString::createFromAscii(sXML_parsed) ); - AddAttribute( XML_NAMESPACE_XLINK, sXML_actuate, OUString::createFromAscii(sXML_auto) ); + AddAttribute( XML_NAMESPACE_XLINK, sXML_show, OUString::createFromAscii(sXML_embed) ); + AddAttribute( XML_NAMESPACE_XLINK, sXML_actuate, OUString::createFromAscii(sXML_onLoad) ); /* // size |