Kaydet (Commit) e4f10cb0 authored tarafından Richard PALO's avatar Richard PALO Kaydeden (comit) Michael Stahl

Avoid redefine of TRANSPARENT on solaris after including stream.h

Change-Id: I90611a4855320148f1d4b6e61a420ada47308c28
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst d879d534
...@@ -231,6 +231,9 @@ template<class T> class VclPtr; ...@@ -231,6 +231,9 @@ template<class T> class VclPtr;
#define AUTOSCROLL_VERT ((sal_uInt16)0x0001) #define AUTOSCROLL_VERT ((sal_uInt16)0x0001)
#define AUTOSCROLL_HORZ ((sal_uInt16)0x0002) #define AUTOSCROLL_HORZ ((sal_uInt16)0x0002)
#ifdef TRANSPARENT
#undef TRANSPARENT
#endif
// Flags for StateChanged() // Flags for StateChanged()
enum class StateChangedType : sal_uInt16 enum class StateChangedType : sal_uInt16
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment