diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-14 10:59:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-14 10:59:24 +0000 |
commit | b196aa0e273a65404b32aca0e8fe626230db336f (patch) | |
tree | cfc6947ad2a7c2842a1611f27f62d11c59e7837f /xmloff | |
parent | 77056086aa4881cb274714674fe156456bbc2ac0 (diff) |
INTEGRATION: CWS impress25 (1.84.16); FILE MERGED
2004/12/10 14:01:27 cl 1.84.16.1: #i38644# fixed namespace for smil
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 2c2acdbcac14..e453cceec9d2 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmltoken.cxx,v $ * -* $Revision: 1.84 $ +* $Revision: 1.85 $ * -* last change: $Author: obo $ $Date: 2004-11-29 12:05:06 $ +* last change: $Author: kz $ $Date: 2005-01-14 11:59:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2645,7 +2645,7 @@ namespace xmloff { namespace token { TOKEN( "attributeName", XML_ATTRIBUTENAME ), TOKEN( "smil", XML_NP_SMIL ), - TOKEN( "http://www.w3.org/2001/SMIL20", XML_N_SMIL ), + TOKEN( "http://www.w3.org/2001/SMIL20/", XML_N_SMIL ), TOKEN( "anim", XML_NP_ANIMATION ), TOKEN( "urn:oasis:names:tc:opendocument:xmlns:animation:1.0", XML_N_ANIMATION ), |