From 3991eaf5569c7039ea20000e70aac775b7899432 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 19 Mar 2013 01:26:21 +0100 Subject: reduce whitespaces between include and filename Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005 --- xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx | 2 +- xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx | 2 +- xmlhelp/source/cxxhelp/test/abidebug.hxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx b/xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx index 8c5e08978acb..a69d2b52bd87 100644 --- a/xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx +++ b/xmlhelp/source/cxxhelp/inc/excep/XmlSearchExceptions.hxx @@ -19,7 +19,7 @@ #ifndef _XMLSEARCH_EXCEP_XMLSEARCHEXCEPTIONS_HXX_ #define _XMLSEARCH_EXCEP_XMLSEARCHEXCEPTIONS_HXX_ -#include +#include namespace xmlsearch { diff --git a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx index c0546e48beec..09a0049fcb4c 100644 --- a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx +++ b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx @@ -20,7 +20,7 @@ #define _XMLSEARCH_QE_DOCGENERATOR_HXX_ #include -#include +#include #include #include #include diff --git a/xmlhelp/source/cxxhelp/test/abidebug.hxx b/xmlhelp/source/cxxhelp/test/abidebug.hxx index a26258a0574f..b1cfbf7b2a79 100644 --- a/xmlhelp/source/cxxhelp/test/abidebug.hxx +++ b/xmlhelp/source/cxxhelp/test/abidebug.hxx @@ -18,7 +18,7 @@ */ #include #ifndef _RTL_USTRING_ -#include +#include #endif ostream& operator<<( ostream& out,const OUString& bla ); -- cgit