diff options
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx index 8ed8f80a1c69..8707e3a478b2 100644 --- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx +++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx @@ -515,7 +515,7 @@ bool URLParameter::query() else if( parameter == "Active" ) m_aActive = value; else if( parameter == "Version" ) - ; // ignored (but accepted) in the build-in help, useful only for the online help + ; // ignored (but accepted) in the built-in help, useful only for the online help else ret = false; } |