diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-22 15:58:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-22 16:56:28 +0300 |
commit | a7724966ab4fc8cd680a20e4f2a65f276e001a39 (patch) | |
tree | 5aeb953a7172ea061c7884be8c19849b9e2d81d8 /svtools | |
parent | 1cbe2313edda8a04f0fe233b4a29ef4e2485f557 (diff) |
Bin comments that claim to say why some header is included
They are practically always useless, often misleading or obsolete.
Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/colorcfg.cxx | 2 | ||||
-rw-r--r-- | svtools/source/config/extcolorcfg.cxx | 2 | ||||
-rw-r--r-- | svtools/source/svhtml/htmlkywd.cxx | 8 | ||||
-rw-r--r-- | svtools/source/svrtf/parrtf.cxx | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx index f2dbec06358c..850bd93868a4 100644 --- a/svtools/source/config/colorcfg.cxx +++ b/svtools/source/config/colorcfg.cxx @@ -26,7 +26,7 @@ #include <unotools/configitem.hxx> #include <unotools/configpaths.hxx> #include <com/sun/star/uno/Sequence.h> -#include <svl/poolitem.hxx> //Any2Bool +#include <svl/poolitem.hxx> #include <svl/smplhint.hxx> #include <osl/mutex.hxx> diff --git a/svtools/source/config/extcolorcfg.cxx b/svtools/source/config/extcolorcfg.cxx index eee51dd35c26..34a534efa0b7 100644 --- a/svtools/source/config/extcolorcfg.cxx +++ b/svtools/source/config/extcolorcfg.cxx @@ -26,7 +26,7 @@ #include <unotools/configitem.hxx> #include <unotools/configpaths.hxx> #include <com/sun/star/uno/Sequence.h> -#include <svl/poolitem.hxx> //Any2Bool +#include <svl/poolitem.hxx> #include <svl/smplhint.hxx> #include <osl/mutex.hxx> diff --git a/svtools/source/svhtml/htmlkywd.cxx b/svtools/source/svhtml/htmlkywd.cxx index ac8215013fdc..c0b791567dc8 100644 --- a/svtools/source/svhtml/htmlkywd.cxx +++ b/svtools/source/svhtml/htmlkywd.cxx @@ -18,10 +18,10 @@ */ -#include <limits.h> // for USHRT_MAX -#include <sal/types.h> // for sal_Char, sal_Unicode, etc -#include <stdlib.h> // for bsearch, qsort -#include <string.h> // for strcmp +#include <limits.h> +#include <sal/types.h> +#include <stdlib.h> +#include <string.h> #include <rtl/ustring.hxx> #include <svtools/htmltokn.h> #include <svtools/htmlkywd.hxx> diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx index 6ed6871e9a91..a6d974d3d7de 100644 --- a/svtools/source/svrtf/parrtf.cxx +++ b/svtools/source/svrtf/parrtf.cxx @@ -18,7 +18,7 @@ */ -#include <stdio.h> // for EOF +#include <stdio.h> #include <rtl/tencinfo.h> #include <tools/stream.hxx> #include <tools/debug.hxx> |