Avoid redefine of TRANSPARENT on solaris after including stream.h
Change-Id: I90611a4855320148f1d4b6e61a420ada47308c28 Reviewed-by: Michael Stahl <mstahl@redhat.com>
This commit is contained in:
committed by
Michael Stahl
parent
d879d5346b
commit
e4f10cb0e1
@@ -231,6 +231,9 @@ template<class T> class VclPtr;
|
||||
#define AUTOSCROLL_VERT ((sal_uInt16)0x0001)
|
||||
#define AUTOSCROLL_HORZ ((sal_uInt16)0x0002)
|
||||
|
||||
#ifdef TRANSPARENT
|
||||
#undef TRANSPARENT
|
||||
#endif
|
||||
// Flags for StateChanged()
|
||||
enum class StateChangedType : sal_uInt16
|
||||
{
|
||||
|
Reference in New Issue
Block a user