summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-22 10:02:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-23 10:31:20 +0000
commit98d6d98f5cd0fdc856ddf50757bd93da8cb808a4 (patch)
tree3e390e0336ea04b3bcca1a30d6cf9b4934b66868 /xmlhelp
parentd5c14a99dc9f0354b619181e7c2943c7e5ba121e (diff)
ditch archaic headerguards
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx8
1 files changed, 0 insertions, 8 deletions
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 <l10ntools/HelpSearch.hxx>
-#ifndef INCLUDED_STL_ALGORITHM
#include <algorithm>
-#define INCLUDED_STL_ALGORITHM
-#endif
-#ifndef INCLUDED_STL_SET
#include <set>
-#define INCLUDED_STL_SET
-#endif
#include <qe/Query.hxx>
#include <qe/DocGenerator.hxx>
@@ -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 );