summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 10:59:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 10:59:59 +0000
commitae5c226190cb623ee046cf88826270549b45934f (patch)
tree5abc86654942e73f989d726226022a9d3b7ff04e /filter
parent330b6bd5153fc4795697f83ee6d0e9d1dd25fca8 (diff)
INTEGRATION: CWS xsltfilter10 (1.2.6); FILE MERGED
2008/07/29 15:21:24 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:51 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/common/table/table_cells.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/common/table/table_cells.xsl b/filter/source/xslt/odf2xhtml/export/common/table/table_cells.xsl
index 05a0dc23506b..bf7019247700 100644
--- a/filter/source/xslt/odf2xhtml/export/common/table/table_cells.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/table/table_cells.xsl
@@ -9,7 +9,7 @@
$RCSfile: table_cells.xsl,v $
- $Revision: 1.2 $
+ $Revision: 1.3 $
This file is part of OpenOffice.org.
@@ -61,7 +61,7 @@
xmlns:xt="http://www.jclark.com/xt"
xmlns:common="http://exslt.org/common"
xmlns:xalan="http://xml.apache.org/xalan"
- exclude-result-prefixes="chart config dc dom dr3d draw fo form math meta number office ooo oooc ooow script style svg table text xlink xt common xalan">
+ 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 xt common xalan">
<!-- *********************************** -->