On Sat, Oct 13, 2007 at 05:40:50AM +0200, Uwe Stöhr wrote:
> Attached is a patch that gets rid of the ancient docbook "htmlurl" type 
> (bug 1520).
> With the patch the checkbox in the URL-dialog uses now \href, so people can 
> now switch between a printed URL and a hyperlinked URL (bug 2268).
> 
> Index: src/frontends/qt4/GuiURL.cpp
> ===================================================================
> --- src/frontends/qt4/GuiURL.cpp      (revision 20931)
> +++ src/frontends/qt4/GuiURL.cpp      (working copy)
> @@ -24,7 +24,7 @@
>  #include <QPushButton>
>  
>  
> -namespace lyx {
> +namespace lyx {        

No need for extra whitespace at the end of the line.

>  
> -void PDFOptions::writeLaTeX(odocstringstream &os) const
> +void PDFOptions::writeLaTeX(odocstringstream &os, bool hyper) const

Also please correct the stuff you inherit:

 void PDFOptions::writeLaTeX(odocstringstream & os, bool hyper) const

[space after &]

Andre'

Reply via email to