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 /editeng | |
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 'editeng')
-rw-r--r-- | editeng/source/misc/unolingu.cxx | 2 | ||||
-rw-r--r-- | editeng/source/outliner/paralist.cxx | 2 | ||||
-rw-r--r-- | editeng/source/uno/UnoForbiddenCharsTable.cxx | 2 | ||||
-rw-r--r-- | editeng/source/uno/unofored.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx index c334e1e43f67..cd7e3783e05a 100644 --- a/editeng/source/misc/unolingu.cxx +++ b/editeng/source/misc/unolingu.cxx @@ -41,7 +41,7 @@ #include <com/sun/star/util/DateTime.hpp> #include <comphelper/processfactory.hxx> -#include <cppuhelper/implbase1.hxx> // helper for implementations +#include <cppuhelper/implbase1.hxx> #include <i18nlangtag/languagetag.hxx> #include <unotools/lingucfg.hxx> #include <unotools/ucbhelper.hxx> diff --git a/editeng/source/outliner/paralist.cxx b/editeng/source/outliner/paralist.cxx index cbe10764790f..bcc8a9366622 100644 --- a/editeng/source/outliner/paralist.cxx +++ b/editeng/source/outliner/paralist.cxx @@ -20,7 +20,7 @@ #include <paralist.hxx> -#include <editeng/outliner.hxx> // only because of Paragraph, this must be changed! +#include <editeng/outliner.hxx> #include <editeng/numdef.hxx> #include <osl/diagnose.h> diff --git a/editeng/source/uno/UnoForbiddenCharsTable.cxx b/editeng/source/uno/UnoForbiddenCharsTable.cxx index 08d29aa5ab58..e253ed9fc68f 100644 --- a/editeng/source/uno/UnoForbiddenCharsTable.cxx +++ b/editeng/source/uno/UnoForbiddenCharsTable.cxx @@ -21,7 +21,7 @@ #include <editeng/forbiddencharacterstable.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> -#include <editeng/unolingu.hxx> // LocalToLanguage, LanguageToLocale +#include <editeng/unolingu.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/editeng/source/uno/unofored.cxx b/editeng/source/uno/unofored.cxx index 2e410132eebc..656f144218ea 100644 --- a/editeng/source/uno/unofored.cxx +++ b/editeng/source/uno/unofored.cxx @@ -28,7 +28,7 @@ #include <editeng/unoedhlp.hxx> #include <editeng/editdata.hxx> #include <editeng/outliner.hxx> -#include <editeng/editobj.hxx> // only for the GetText crutch +#include <editeng/editobj.hxx> #include <editeng/unofored.hxx> |