summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmltabw.cxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-07-20 17:33:22 +0000
committerEike Rathke <er@openoffice.org>2001-07-20 17:33:22 +0000
commit44e5d8bb68b6e3cc5f1b86f3fd2474cb0f60f078 (patch)
treeb4d5c18bf6e33e95f3a4e51a53569e6f60832676 /sw/source/filter/html/htmltabw.cxx
parent95a157433f6d0b1a639a2ef759630f513a40d7e5 (diff)
#90052# CreateTableDataOptionsValNum with NonConvertibleChars
Diffstat (limited to 'sw/source/filter/html/htmltabw.cxx')
-rw-r--r--sw/source/filter/html/htmltabw.cxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/sw/source/filter/html/htmltabw.cxx b/sw/source/filter/html/htmltabw.cxx
index 456e3394f6a9..d230ba3a24da 100644
--- a/sw/source/filter/html/htmltabw.cxx
+++ b/sw/source/filter/html/htmltabw.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: htmltabw.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mib $ $Date: 2001-07-03 07:49:47 $
+ * last change: $Author: er $ $Date: 2001-07-20 18:33:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -575,7 +575,7 @@ void SwHTMLWrtTable::OutTableCell( SwHTMLWriter& rWrt,
if( bNumFmt || bValue )
sOut = HTMLOutFuncs::CreateTableDataOptionsValNum( sOut,
bValue, nValue, nNumFmt, *rWrt.pDoc->GetNumberFormatter(),
- rWrt.eDestEnc );
+ rWrt.eDestEnc, &rWrt.aNonConvertableCharacters );
sOut += '>';
rWrt.Strm() << sOut.GetBuffer();
rWrt.bLFPossible = sal_True;
@@ -1374,11 +1374,14 @@ Writer& OutHTML_SwTblNode( Writer& rWrt, SwTableNode & rNode,
Source Code Control System - Header
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/html/htmltabw.cxx,v 1.2 2001-07-03 07:49:47 mib Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/html/htmltabw.cxx,v 1.3 2001-07-20 18:33:22 er Exp $
Source Code Control System - Update
$Log: not supported by cvs2svn $
+ Revision 1.2 2001/07/03 07:49:47 mib
+ #88156#: warning for unconvertable chars
+
Revision 1.1.1.1 2000/09/18 17:14:56 hr
initial import