summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-01-31 08:15:38 +0000
committerMichael Brauer <mib@openoffice.org>2002-01-31 08:15:38 +0000
commita85e400807ed9330e76fca8afdeb5579d0bed5fe (patch)
tree96dfd7669212317dcd555407034192a8d895d952 /sw/source/filter/html
parent0ddaed0e2088125deb109623c175e95f2fb679d5 (diff)
#97145#: Set default font correctly
Diffstat (limited to 'sw/source/filter/html')
-rw-r--r--sw/source/filter/html/htmlcss1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/html/htmlcss1.cxx b/sw/source/filter/html/htmlcss1.cxx
index a263f2cb2791..97a8c33fac50 100644
--- a/sw/source/filter/html/htmlcss1.cxx
+++ b/sw/source/filter/html/htmlcss1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: htmlcss1.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mib $ $Date: 2001-10-24 14:16:17 $
+ * last change: $Author: mib $ $Date: 2002-01-31 09:15:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2567,7 +2567,7 @@ void SwCSS1Parser::SetDfltEncoding( rtl_TextEncoding eEnc )
rDfltFont.GetFamilyName(),
rDfltFont.GetStyleName(),
rDfltFont.GetPitch(),
- eEnc );
+ eEnc, aWhichIds[i] );
pDoc->SetDefault( aFont );
}