diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-08 14:44:59 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-08 14:44:59 +0300 |
commit | 193ff323f94ca37832154dcedcf396783b57880e (patch) | |
tree | abeecb1164355ac777bfcc57df583beb58fb869f /include/drawinglayer | |
parent | 0d57ddfabf76521590a709e0169b0ee63539cdfe (diff) |
Bin pointless comment
We include <com/*sun*/star/...> 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
Diffstat (limited to 'include/drawinglayer')
-rw-r--r-- | include/drawinglayer/geometry/viewinformation2d.hxx | 3 | ||||
-rw-r--r-- | include/drawinglayer/geometry/viewinformation3d.hxx | 3 |
2 files changed, 0 insertions, 6 deletions
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 <drawinglayer/drawinglayerdllapi.h> -// 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 <sal/config.h> #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/beans/PropertyValue.hpp> 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 <drawinglayer/drawinglayerdllapi.h> -// 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 <sal/config.h> #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/beans/PropertyValue.hpp> |