From 159a9850622b983f55062cded5c45c1de18ad92f Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 10 May 2011 21:21:55 +0200 Subject: wikihelp: Pass the LibreOffice version to help.libreoffice.org. --- xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx index 7f89f12c4c99..f0ca219e1155 100644 --- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx +++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx @@ -697,6 +697,8 @@ bool URLParameter::query() m_nHitCount = value.toInt32(); else if( parameter.compareToAscii( "Active" ) == 0 ) m_aActive = value; + else if( parameter.compareToAscii( "Version" ) == 0 ) + ; // ignored (but accepted) in the build-in help, useful only for the online help else ret = false; } -- cgit