summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-07-30 13:36:19 +0000
committerMichael Brauer <mib@openoffice.org>2001-07-30 13:36:19 +0000
commita83c621d43ab1eda3350a77917f386863adbad63 (patch)
tree64e550202d0edf73798df165a3a2316e3ee6ddfa /sw/source/filter/html
parentc97016f05a9e68b2ec1b8c371d67dd0dd2f237ad (diff)
#90539#: Don't export table paragarph styles as P
Diffstat (limited to 'sw/source/filter/html')
-rw-r--r--sw/source/filter/html/css1atr.cxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/sw/source/filter/html/css1atr.cxx b/sw/source/filter/html/css1atr.cxx
index 652f67ac024d..4fc58e3b3e7d 100644
--- a/sw/source/filter/html/css1atr.cxx
+++ b/sw/source/filter/html/css1atr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: css1atr.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mib $ $Date: 2001-07-11 11:33:26 $
+ * last change: $Author: mib $ $Date: 2001-07-30 14:36:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1127,7 +1127,7 @@ USHORT SwHTMLWriter::GetCSS1Selector( const SwFmt *pFmt, ByteString& rToken,
{
rToken.Assign( sHTML_tabledata );
rToken.Append( ' ' );
- rToken.Assign( sHTML_parabreak );
+ rToken.Append( sHTML_parabreak );
}
else
rToken.Assign( sHTML_parabreak );
@@ -1136,8 +1136,8 @@ USHORT SwHTMLWriter::GetCSS1Selector( const SwFmt *pFmt, ByteString& rToken,
if( pPseudo )
{
rToken.Assign( sHTML_tableheader );
- rToken.Assign( ' ' );
- rToken.Assign( sHTML_parabreak );
+ rToken.Append( ' ' );
+ rToken.Append( sHTML_parabreak );
}
else
rToken.Assign( sHTML_parabreak );
@@ -3495,6 +3495,9 @@ SwAttrFnTab aCSS1AttrFnTab = {
/*************************************************************************
$Log: not supported by cvs2svn $
+ Revision 1.8 2001/07/11 11:33:26 mib
+ #89534#: Export faont-family and some other properties again
+
Revision 1.7 2001/07/03 07:49:47 mib
#88156#: warning for unconvertable chars