diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:15:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:15:30 +0000 |
commit | b1985fb9bfdd7b6b6fb05c1a68337e95f770ffb1 (patch) | |
tree | 2946ac4700d085fc197c764d831a7833b199c1c4 /sfx2/source/bastyp | |
parent | 1e157e1e8f5a6514a6ee0625a0dbd11aef56971e (diff) |
INTEGRATION: CWS warnings01 (1.13.66); FILE MERGED
2006/05/23 21:43:49 sb 1.13.66.3: RESYNC: (1.14-1.15); FILE MERGED
2006/01/25 20:03:23 sb 1.13.66.2: RESYNC: (1.13-1.14); FILE MERGED
2005/11/28 16:13:56 cd 1.13.66.1: #i55991# Remove warnings
Diffstat (limited to 'sfx2/source/bastyp')
-rw-r--r-- | sfx2/source/bastyp/sfxhtml.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/bastyp/sfxhtml.cxx b/sfx2/source/bastyp/sfxhtml.cxx index d1e384c8b229..14303befcb82 100644 --- a/sfx2/source/bastyp/sfxhtml.cxx +++ b/sfx2/source/bastyp/sfxhtml.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sfxhtml.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2006-05-02 16:25:52 $ + * last change: $Author: hr $ $Date: 2006-06-19 22:15:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -132,9 +132,9 @@ static HTMLOptionEnum __READONLY_DATA aHTMLMetaNameTable[] = { 0, 0 } }; -SfxHTMLParser::SfxHTMLParser( SvStream& rStream, BOOL bNewDoc, +SfxHTMLParser::SfxHTMLParser( SvStream& rStream, BOOL bIsNewDoc, SfxMedium *pMed ) : - HTMLParser( rStream, bNewDoc ), + HTMLParser( rStream, bIsNewDoc ), pMedium( pMed ), pDLMedium( 0 ), nMetaTags( 0 ) { |