Kaydet (Commit) f8152e60 authored tarafından jp's avatar jp

remove compiler warning

üst da31cf3f
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: htmlbas.cxx,v $ * $RCSfile: htmlbas.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: jp $ $Date: 2000-11-13 10:46:28 $ * last change: $Author: jp $ $Date: 2001-01-17 12:50:56 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -134,8 +134,7 @@ void SwHTMLParser::NewScript() ...@@ -134,8 +134,7 @@ void SwHTMLParser::NewScript()
ParseScriptOptions( aScriptType, eScriptLang, aScriptURL, ParseScriptOptions( aScriptType, eScriptLang, aScriptURL,
aBasicLib, aBasicModule ); aBasicLib, aBasicModule );
BOOL bDownload = aScriptURL.Len(); if( aScriptURL.Len() )
if( bDownload )
{ {
// Den Inhalt des Script-Tags ignorieren // Den Inhalt des Script-Tags ignorieren
bIgnoreRawData = TRUE; bIgnoreRawData = TRUE;
...@@ -396,11 +395,14 @@ void SwHTMLWriter::OutBasicBodyEvents() ...@@ -396,11 +395,14 @@ void SwHTMLWriter::OutBasicBodyEvents()
Source Code Control System - Header Source Code Control System - Header
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/html/htmlbas.cxx,v 1.2 2000-11-13 10:46:28 jp Exp $ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/html/htmlbas.cxx,v 1.3 2001-01-17 12:50:56 jp Exp $
Source Code Control System - Update Source Code Control System - Update
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.2 2000/11/13 10:46:28 jp
remove IniManager
Revision 1.1.1.1 2000/09/18 17:14:55 hr Revision 1.1.1.1 2000/09/18 17:14:55 hr
initial import initial import
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment