summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 11:01:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 11:01:12 +0000
commit45ede94a6137778c9e040b0e01832a1ea9487e21 (patch)
tree5d30e7804e1b6ad791624203dc667baf04dac69b /filter
parent0c35e17b7c4282ae4e48cb35c9717b1ab6b17e6c (diff)
INTEGRATION: CWS xsltfilter10 (1.2.6); FILE MERGED
2008/07/29 15:21:26 sus 1.2.6.3: #i71461# Fixed ODF list functionality 2008/07/09 17:36:30 sus 1.2.6.2: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/05/26 17:51:54 sus 1.2.6.1: #i83264# adapting prefix omittance adding xforms xsd xsi
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/table.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/table.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/table.xsl
index 7f6226f260ae..9c82a8743aba 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/table.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/table.xsl
@@ -9,7 +9,7 @@
$RCSfile: table.xsl,v $
- $Revision: 1.2 $
+ $Revision: 1.3 $
This file is part of OpenOffice.org.
@@ -58,7 +58,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- exclude-result-prefixes="chart config dc dom dr3d draw fo form math meta number office ooo oooc ooow script style svg table text xlink"
+ exclude-result-prefixes="chart config dc dom dr3d draw fo form math meta number office ooo oooc ooow script style svg table text xforms xlink xsd xsi"
xmlns="http://www.w3.org/1999/xhtml">