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 --- vcl/source/app/svdata.cxx | 4 ++-- vcl/source/app/svmain.cxx | 4 ++-- vcl/source/components/factory.cxx | 4 ++-- vcl/source/edit/textundo.cxx | 2 +- vcl/source/edit/xtextedt.cxx | 2 +- vcl/source/window/builder.cxx | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) (limited to 'vcl/source') diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx index f6e1f5c13453..b42eeea45e45 100644 --- a/vcl/source/app/svdata.cxx +++ b/vcl/source/app/svdata.cxx @@ -35,8 +35,8 @@ #include "vcl/svapp.hxx" #include "vcl/wrkwin.hxx" #include "vcl/msgbox.hxx" -#include "vcl/button.hxx" // for Button::GetStandardText -#include "vcl/dockwin.hxx" // for DockingManager +#include "vcl/button.hxx" +#include "vcl/dockwin.hxx" #include "salinst.hxx" #include "salframe.hxx" #include "svdata.hxx" diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index 5bae2dfd2e8e..8203952fd9c4 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -44,8 +44,8 @@ #ifdef WNT #include -#include // for _beginthreadex -#include // for _beginthreadex +#include +#include #endif #ifdef ANDROID diff --git a/vcl/source/components/factory.cxx b/vcl/source/components/factory.cxx index 5218c28efe7b..c078f510bd2b 100644 --- a/vcl/source/components/factory.cxx +++ b/vcl/source/components/factory.cxx @@ -19,8 +19,8 @@ #include #include -#include // declaration of generic uno interface -#include // mapping stuff +#include +#include #include #include #include diff --git a/vcl/source/edit/textundo.cxx b/vcl/source/edit/textundo.cxx index a59071c554d2..709b61b040db 100644 --- a/vcl/source/edit/textundo.cxx +++ b/vcl/source/edit/textundo.cxx @@ -26,7 +26,7 @@ #include #include #include -#include // ImplGetResMgr() +#include #include TYPEINIT1( TextUndo, SfxUndoAction ); diff --git a/vcl/source/edit/xtextedt.cxx b/vcl/source/edit/xtextedt.cxx index 8de09acad655..26ad204368fa 100644 --- a/vcl/source/edit/xtextedt.cxx +++ b/vcl/source/edit/xtextedt.cxx @@ -19,7 +19,7 @@ #include -#include // International +#include #include #include #include diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index 04795df9cae8..85b4915064d1 100644 --- a/vcl/source/window/builder.cxx +++ b/vcl/source/window/builder.cxx @@ -35,7 +35,7 @@ using namespace com::sun::star; #ifdef DISABLE_DYNLOADING -#include // For RTLD_DEFAULT +#include #endif namespace -- cgit