[Libreoffice-commits] core.git: include/drawinglayer
Tor Lillqvist
tml at collabora.com
Tue Oct 8 04:46:48 PDT 2013
include/drawinglayer/geometry/viewinformation2d.hxx | 3 ---
include/drawinglayer/geometry/viewinformation3d.hxx | 3 ---
2 files changed, 6 deletions(-)
New commits:
commit 193ff323f94ca37832154dcedcf396783b57880e
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Oct 8 14:44:59 2013 +0300
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
diff --git a/include/drawinglayer/geometry/viewinformation2d.hxx b/include/drawinglayer/geometry/viewinformation2d.hxx
index f8e0d66..4268e26 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 86c9a2c..8ad8c3e 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>
More information about the Libreoffice-commits
mailing list