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 /slideshow | |
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 'slideshow')
-rw-r--r-- | slideshow/source/engine/activities/activitiesfactory.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/color.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/pointersymbol.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/shapes/backgroundshape.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/shapes/drawshape.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/waitsymbol.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/activitiesqueue.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/tools.hxx | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/slideshow/source/engine/activities/activitiesfactory.cxx b/slideshow/source/engine/activities/activitiesfactory.cxx index 530a8fef224a..db0b2a9e1638 100644 --- a/slideshow/source/engine/activities/activitiesfactory.cxx +++ b/slideshow/source/engine/activities/activitiesfactory.cxx @@ -40,7 +40,7 @@ #include <boost/optional.hpp> #include <boost/shared_ptr.hpp> -#include <cmath> // for modf +#include <cmath> #include <vector> #include <algorithm> diff --git a/slideshow/source/engine/color.cxx b/slideshow/source/engine/color.cxx index 06ce617d0ef9..967ff39a1a7c 100644 --- a/slideshow/source/engine/color.cxx +++ b/slideshow/source/engine/color.cxx @@ -23,7 +23,7 @@ #include <basegfx/numeric/ftools.hxx> -#include <cmath> // for fmod +#include <cmath> #include <algorithm> diff --git a/slideshow/source/engine/pointersymbol.hxx b/slideshow/source/engine/pointersymbol.hxx index 706f312d8f54..aa30184ee187 100644 --- a/slideshow/source/engine/pointersymbol.hxx +++ b/slideshow/source/engine/pointersymbol.hxx @@ -23,7 +23,7 @@ #include <boost/shared_ptr.hpp> #include <boost/bind.hpp> -#include <boost/utility.hpp> // for noncopyable +#include <boost/utility.hpp> #include <vector> using namespace com::sun::star; diff --git a/slideshow/source/engine/shapes/backgroundshape.cxx b/slideshow/source/engine/shapes/backgroundshape.cxx index 61568b498aab..79b3817ac1f8 100644 --- a/slideshow/source/engine/shapes/backgroundshape.cxx +++ b/slideshow/source/engine/shapes/backgroundshape.cxx @@ -32,7 +32,7 @@ #include <boost/bind.hpp> -#include <cmath> // for trigonometry and fabs +#include <cmath> #include <algorithm> #include <functional> #include <limits> diff --git a/slideshow/source/engine/shapes/drawshape.cxx b/slideshow/source/engine/shapes/drawshape.cxx index 75435695ec23..2a8b6f03db3f 100644 --- a/slideshow/source/engine/shapes/drawshape.cxx +++ b/slideshow/source/engine/shapes/drawshape.cxx @@ -49,7 +49,7 @@ #include <comphelper/scopeguard.hxx> #include <canvas/canvastools.hxx> -#include <cmath> // for trigonometry and fabs +#include <cmath> #include <algorithm> #include <functional> #include <limits> diff --git a/slideshow/source/engine/waitsymbol.hxx b/slideshow/source/engine/waitsymbol.hxx index 655ceb108f2c..927a37dae709 100644 --- a/slideshow/source/engine/waitsymbol.hxx +++ b/slideshow/source/engine/waitsymbol.hxx @@ -30,7 +30,7 @@ #include <boost/shared_ptr.hpp> #include <boost/bind.hpp> -#include <boost/utility.hpp> // for noncopyable +#include <boost/utility.hpp> #include <vector> namespace slideshow { diff --git a/slideshow/source/inc/activitiesqueue.hxx b/slideshow/source/inc/activitiesqueue.hxx index 7e25eebfa40b..0ba0ee53b80c 100644 --- a/slideshow/source/inc/activitiesqueue.hxx +++ b/slideshow/source/inc/activitiesqueue.hxx @@ -28,7 +28,7 @@ #include <canvas/elapsedtime.hxx> #include <boost/shared_ptr.hpp> -#include <boost/utility.hpp> // for boost::noncopyable +#include <boost/utility.hpp> /* Definition of ActivitiesQueue class */ diff --git a/slideshow/source/inc/tools.hxx b/slideshow/source/inc/tools.hxx index d0ee0b751e2f..d9b82d4a6c0d 100644 --- a/slideshow/source/inc/tools.hxx +++ b/slideshow/source/inc/tools.hxx @@ -35,7 +35,7 @@ #include <functional> #include <cstdlib> -#include <string.h> // for strcmp +#include <string.h> #include <algorithm> |