From a7724966ab4fc8cd680a20e4f2a65f276e001a39 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 22 Oct 2013 15:58:57 +0300 Subject: Bin comments that claim to say why some header is included They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c --- editeng/source/uno/UnoForbiddenCharsTable.cxx | 2 +- editeng/source/uno/unofored.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'editeng/source/uno') 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 #include #include -#include // LocalToLanguage, LanguageToLocale +#include 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 #include #include -#include // only for the GetText crutch +#include #include -- cgit