From 193ff323f94ca37832154dcedcf396783b57880e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 8 Oct 2013 14:44:59 +0300 Subject: Bin pointless comment We include all over the place without mentioning anything about "sun" being defined as 1 in some compiler at some time, so why mention it here. Change-Id: Idaf18813a583897020f33ba9ed9905b9d11cc902 --- include/drawinglayer/geometry/viewinformation2d.hxx | 3 --- include/drawinglayer/geometry/viewinformation3d.hxx | 3 --- 2 files changed, 6 deletions(-) (limited to 'include/drawinglayer') diff --git a/include/drawinglayer/geometry/viewinformation2d.hxx b/include/drawinglayer/geometry/viewinformation2d.hxx index f8e0d6699448..4268e26c03de 100644 --- a/include/drawinglayer/geometry/viewinformation2d.hxx +++ b/include/drawinglayer/geometry/viewinformation2d.hxx @@ -22,9 +22,6 @@ #include -// the solaris compiler defines 'sun' as '1'. To avoid that (and to allow -// pre-declarations of com/sun/star namespace), include sal/config.h here -// where sun is redefined as 'sun' (so i guess the problem is known). #include #include #include diff --git a/include/drawinglayer/geometry/viewinformation3d.hxx b/include/drawinglayer/geometry/viewinformation3d.hxx index 86c9a2c16296..8ad8c3ec8882 100644 --- a/include/drawinglayer/geometry/viewinformation3d.hxx +++ b/include/drawinglayer/geometry/viewinformation3d.hxx @@ -22,9 +22,6 @@ #include -// the solaris compiler defines 'sun' as '1'. To avoid that (and to allow -// pre-declarations of com/sun/star namespace), include sal/config.h here -// where sun is redefined as 'sun' (so i guess the problem is known). #include #include #include -- cgit