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:
Richard PALO
2015-04-17 08:34:40 +02:00
committed by Michael Stahl
parent d879d5346b
commit e4f10cb0e1

View File

@@ -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
{