From 98d6d98f5cd0fdc856ddf50757bd93da8cb808a4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 22 Feb 2012 10:02:06 +0000 Subject: ditch archaic headerguards --- xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx index 4e47a5befde6..6ce46a888ff0 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx @@ -35,14 +35,8 @@ #include -#ifndef INCLUDED_STL_ALGORITHM #include -#define INCLUDED_STL_ALGORITHM -#endif -#ifndef INCLUDED_STL_SET #include -#define INCLUDED_STL_SET -#endif #include #include @@ -86,8 +80,6 @@ ResultSetForQuery::ResultSetForQuery( const uno::Reference< lang::XMultiServiceF m_pDatabases( pDatabases ), m_aURLParameter( aURLParameter ) { - fprintf(stderr, "ResultSetForQuery::ResultSetForQuery\n"); - Reference< XTransliteration > xTrans( xMSF->createInstance( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.i18n.Transliteration" )) ), UNO_QUERY ); -- cgit