summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-21 10:54:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-21 18:08:28 +0200
commit97a5ba4a71c39207859556296ed46dc474762164 (patch)
tree4f4a9a23d10d87a4f1e7714ef6f29827ff5d9591 /include
parent8847724ca96199bd628558ba4599d697bce54c3e (diff)
remove comments why a file gets included
also remove some commented out code Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/scoped_disposing_ptr.hxx1
-rw-r--r--include/svx/ActionDescriptionProvider.hxx1
-rw-r--r--include/svx/formatpaintbrushctrl.hxx2
-rw-r--r--include/vcl/IconThemeInfo.hxx1
-rw-r--r--include/vcl/slider.hxx1
-rw-r--r--include/xmloff/xmlerror.hxx1
6 files changed, 0 insertions, 7 deletions
diff --git a/include/comphelper/scoped_disposing_ptr.hxx b/include/comphelper/scoped_disposing_ptr.hxx
index 033307b56de5..ff249ab23fa3 100644
--- a/include/comphelper/scoped_disposing_ptr.hxx
+++ b/include/comphelper/scoped_disposing_ptr.hxx
@@ -17,7 +17,6 @@
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/frame/XDesktop.hpp>
-// for locking SolarMutex: svapp + mutex
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
diff --git a/include/svx/ActionDescriptionProvider.hxx b/include/svx/ActionDescriptionProvider.hxx
index bacbe7e8d733..3dc39feb4dc9 100644
--- a/include/svx/ActionDescriptionProvider.hxx
+++ b/include/svx/ActionDescriptionProvider.hxx
@@ -22,7 +22,6 @@
#include <svx/svxdllapi.h>
-// header for class OUString
#include <rtl/ustring.hxx>
diff --git a/include/svx/formatpaintbrushctrl.hxx b/include/svx/formatpaintbrushctrl.hxx
index d5d47c0ba6ab..8760cf867d8a 100644
--- a/include/svx/formatpaintbrushctrl.hxx
+++ b/include/svx/formatpaintbrushctrl.hxx
@@ -20,9 +20,7 @@
#ifndef INCLUDED_SVX_FORMATPAINTBRUSHCTRL_HXX
#define INCLUDED_SVX_FORMATPAINTBRUSHCTRL_HXX
-// header for class SfxToolBoxControl
#include <sfx2/tbxctrl.hxx>
-// header for class Timer
#include <vcl/timer.hxx>
#include <svx/svxdllapi.h>
diff --git a/include/vcl/IconThemeInfo.hxx b/include/vcl/IconThemeInfo.hxx
index 3e1cc3078f6c..8d9c0e345a16 100644
--- a/include/vcl/IconThemeInfo.hxx
+++ b/include/vcl/IconThemeInfo.hxx
@@ -11,7 +11,6 @@
#define INCLUDED_VCL_ICONTHEMEINFO_HXX
#include <vcl/dllapi.h>
-// for Size
#include <tools/gen.hxx>
#include <rtl/ustring.hxx>
diff --git a/include/vcl/slider.hxx b/include/vcl/slider.hxx
index 92b2a56f1f94..b0ce5303110d 100644
--- a/include/vcl/slider.hxx
+++ b/include/vcl/slider.hxx
@@ -22,7 +22,6 @@
#include <vcl/dllapi.h>
#include <vcl/ctrl.hxx>
-// for enum ScrollType
#include <vcl/scrbar.hxx>
class VCL_DLLPUBLIC Slider : public Control
diff --git a/include/xmloff/xmlerror.hxx b/include/xmloff/xmlerror.hxx
index baf5e6ace42b..8b621192a821 100644
--- a/include/xmloff/xmlerror.hxx
+++ b/include/xmloff/xmlerror.hxx
@@ -23,7 +23,6 @@
#include <com/sun/star/xml/sax/SAXParseException.hpp>
#include <sal/types.h>
-// STL includes
#include <vector>