diff options
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/urlparameter.cxx')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx index b2c3da0d7202..cbb49ef58e74 100644 --- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx +++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx @@ -84,7 +84,7 @@ URLParameter::URLParameter( const OUString& aURL, : m_pDatabases( pDatabases ), m_aURL( aURL ) { - init( false ); + init(); parse(); } @@ -196,10 +196,8 @@ OUString URLParameter::get_program() } -void URLParameter::init( bool bDefaultLanguageIsInitialized ) +void URLParameter::init() { - (void)bDefaultLanguageIsInitialized; - m_bHelpDataFileRead = false; m_bStart = false; m_bUseDB = true; |