summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-22 15:58:57 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-22 16:56:28 +0300
commita7724966ab4fc8cd680a20e4f2a65f276e001a39 (patch)
tree5aeb953a7172ea061c7884be8c19849b9e2d81d8 /unotools
parent1cbe2313edda8a04f0fe233b4a29ef4e2485f557 (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 'unotools')
-rw-r--r--unotools/source/config/bootstrap.cxx2
-rw-r--r--unotools/source/config/configitem.cxx2
-rw-r--r--unotools/source/i18n/localedatawrapper.cxx4
3 files changed, 4 insertions, 4 deletions
diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx
index e83eb4f92c99..fb213a35ff31 100644
--- a/unotools/source/config/bootstrap.cxx
+++ b/unotools/source/config/bootstrap.cxx
@@ -32,7 +32,7 @@
// ---------------------------------------------------------------------------------------
#include <rtl/bootstrap.hxx>
#include <rtl/instance.hxx>
-#include <osl/process.h> // for osl_getExecutableFile
+#include <osl/process.h>
#include "tools/getprocessworkingdir.hxx"
// ---------------------------------------------------------------------------------------
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx
index 4597cc1fd634..4119983f8e68 100644
--- a/unotools/source/config/configitem.cxx
+++ b/unotools/source/config/configitem.cxx
@@ -48,7 +48,7 @@ using namespace com::sun::star::beans;
using namespace com::sun::star::container;
using namespace com::sun::star::configuration;
-#include <cppuhelper/implbase1.hxx> // helper for implementations
+#include <cppuhelper/implbase1.hxx>
#ifdef DBG_UTIL
static inline void lcl_CFG_DBG_EXCEPTION(const sal_Char* cText, const Exception& rEx)
diff --git a/unotools/source/i18n/localedatawrapper.cxx b/unotools/source/i18n/localedatawrapper.cxx
index a0c800cdf176..09a230ece38b 100644
--- a/unotools/source/i18n/localedatawrapper.cxx
+++ b/unotools/source/i18n/localedatawrapper.cxx
@@ -18,8 +18,8 @@
*/
-#include <string.h> // memcpy()
-#include <stdio.h> // fprintf(), stderr
+#include <string.h>
+#include <stdio.h>
#include <string>
#include <unotools/localedatawrapper.hxx>