Tag: cws_src680_dba205b User: oj Date: 2006/09/08 04:45:07 Modified: dba/dbaccess/source/ui/misc/HtmlReader.cxx
Log: removed unused var File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: HtmlReader.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/HtmlReader.cxx?r1=1.25.30.2&r2=1.25.30.3 Delta lines: +4 -4 ------------------- --- HtmlReader.cxx 4 Sep 2006 12:08:09 -0000 1.25.30.2 +++ HtmlReader.cxx 8 Sep 2006 11:45:04 -0000 1.25.30.3 @@ -4,9 +4,9 @@ * * $RCSfile: HtmlReader.cxx,v $ * - * $Revision: 1.25.30.2 $ + * $Revision: 1.25.30.3 $ * - * last change: $Author: oj $ $Date: 2006/09/04 12:08:09 $ + * last change: $Author: oj $ $Date: 2006/09/08 11:45:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -657,7 +657,7 @@ USHORT nMetaTags = 0; ::std::auto_ptr<SfxDocumentInfo> pInfo(new SfxDocumentInfo()); - BOOL bRet = SfxHTMLParser::ParseMetaOptions( pInfo.get(), NULL, + SfxHTMLParser::ParseMetaOptions( pInfo.get(), NULL, GetOptions(&nContentOption), nMetaTags, eEnc ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
