From bbc0a02804057248255cc78848902a7869bb8615 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 15 Feb 2011 21:08:40 +0100 Subject: Remove SINIX --- sfx2/inc/sfx2/docfile.hxx | 4 ---- svx/inc/svx/xbitmap.hxx | 10 ---------- 2 files changed, 14 deletions(-) diff --git a/sfx2/inc/sfx2/docfile.hxx b/sfx2/inc/sfx2/docfile.hxx index 39fb51ab3426..d5f6c0cf511a 100644 --- a/sfx2/inc/sfx2/docfile.hxx +++ b/sfx2/inc/sfx2/docfile.hxx @@ -164,11 +164,7 @@ public: void ReOpen(); void CompleteReOpen(); const String& GetName() const {return aLogicName;} -#if defined SINIX && defined GCC && defined C272 - const INetURLObject& GetURLObject(); -#else const INetURLObject& GetURLObject() const; -#endif void CheckFileDate( const ::com::sun::star::util::DateTime& aInitDate ); sal_Bool DocNeedsFileDateCheck(); 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(); -- cgit