From c57cf1ab4ad90cd359079f8c10fa98ca63650cea Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 6 Oct 2010 09:34:39 +0200 Subject: remove more commented out #includes and related comments --- xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx index 69205f08203e..deeef6c15bd6 100644 --- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx +++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx @@ -548,8 +548,6 @@ void URLParameter::open( const Reference< XMultiServiceFactory >& rxSMgr, } -// #include - void URLParameter::parse() throw( com::sun::star::ucb::IllegalIdentifierException ) { // fprintf(stdout,"url send to xmlhelp: %s\n",(rtl::OUStringToOString(m_aURL,RTL_TEXTENCODING_UTF8).getStr())); -- cgit