diff options
author | David Tardon <dtardon@redhat.com> | 2010-10-06 09:34:39 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-10-06 09:34:39 +0200 |
commit | c57cf1ab4ad90cd359079f8c10fa98ca63650cea (patch) | |
tree | 27a8007a6a9cf16fa84904e3c6675cbe56ffd33e /xmlhelp | |
parent | 0501bf2bf452be015521b87620d82c69ff968db2 (diff) |
remove more commented out #includes and related comments
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 <stdio.h> - 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())); |