diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-15 21:08:40 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-15 23:18:51 +0100 |
commit | bbc0a02804057248255cc78848902a7869bb8615 (patch) | |
tree | 2390c6ebd7fc84bbf81980726dc449ea28fb914b /svx | |
parent | 30e2c2dfea72b532c5123012ea72dc156da70a04 (diff) |
Remove SINIX
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/svx/xbitmap.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svx/inc/svx/xbitmap.hxx b/svx/inc/svx/xbitmap.hxx index febb2a10d35d..60f178532d27 100644 --- a/svx/inc/svx/xbitmap.hxx +++ b/svx/inc/svx/xbitmap.hxx @@ -39,10 +39,6 @@ // class XOBitmap //--------------- -#if defined SINIX -static Size aXOBitmapDefaultSize( 8, 8 ); -#endif - class SVX_DLLPUBLIC XOBitmap { protected: @@ -59,15 +55,9 @@ public: XOBitmap(); XOBitmap( const GraphicObject& rGraphicObject, XBitmapStyle eStyle = XBITMAP_TILE ); XOBitmap( const Bitmap& rBitmap, XBitmapStyle eStyle = XBITMAP_TILE ); -#if defined SINIX - XOBitmap( const USHORT* pArray, const Color& aPixelColor, - const Color& aBckgrColor, const Size& rSize = aXOBitmapDefaultSize, - XBitmapStyle eStyle = XBITMAP_TILE ); -#else XOBitmap( const USHORT* pArray, const Color& aPixelColor, const Color& aBckgrColor, const Size& rSize = Size( 8, 8 ), XBitmapStyle eStyle = XBITMAP_TILE ); -#endif XOBitmap( const XOBitmap& rXBmp ); ~XOBitmap(); |