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 --- include/svx/sdrpagewindow.hxx | 2 +- include/svx/svdlayer.hxx | 2 +- include/svx/svdmodel.hxx | 2 +- include/svx/svdobj.hxx | 4 ++-- include/svx/svdotext.hxx | 2 +- include/svx/svdpntv.hxx | 2 +- include/svx/svdundo.hxx | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'include/svx') diff --git a/include/svx/sdrpagewindow.hxx b/include/svx/sdrpagewindow.hxx index 85584d724b67..5446a14366b1 100644 --- a/include/svx/sdrpagewindow.hxx +++ b/include/svx/sdrpagewindow.hxx @@ -26,7 +26,7 @@ #include #include #include -#include // for SdrLayerID +#include #include #include "svx/svxdllapi.h" diff --git a/include/svx/svdlayer.hxx b/include/svx/svdlayer.hxx index 43c65b007be7..1f827e69e563 100644 --- a/include/svx/svdlayer.hxx +++ b/include/svx/svdlayer.hxx @@ -22,7 +22,7 @@ #include #include -#include // fuer typedef SdrLayerID +#include #include "svx/svxdllapi.h" #include diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index 03efa0445847..4e8b4e5c7d88 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -39,7 +39,7 @@ #include class OutputDevice; -#include // fuer enum RepeatFuncts +#include #include "svx/svxdllapi.h" #include diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx index 18660b70c6a1..f92c843193c8 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -28,8 +28,8 @@ #include #include #include -#include // fuer SdrLayerID -#include // Klebepunkte +#include +#include #include #include #include diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx index 4ffc9fc1a156..6ac698e484a5 100644 --- a/include/svx/svdotext.hxx +++ b/include/svx/svdotext.hxx @@ -23,7 +23,7 @@ #include #include #include -#include // GeoStat +#include #include #include #include "svdtext.hxx" diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx index f6a68f56c897..e383fd1eb218 100644 --- a/include/svx/svdpntv.hxx +++ b/include/svx/svdpntv.hxx @@ -25,7 +25,7 @@ #include #include #include -#include // fuer SetOfByte +#include #include #include #include diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx index ab2c8a5d0b60..3aba3914cb02 100644 --- a/include/svx/svdundo.hxx +++ b/include/svx/svdundo.hxx @@ -24,7 +24,7 @@ #include #include #include -#include // for enum RepeatFuncts +#include #include #include "svx/svxdllapi.h" -- cgit