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 | |
parent | 30e2c2dfea72b532c5123012ea72dc156da70a04 (diff) |
Remove SINIX
-rw-r--r-- | sfx2/inc/sfx2/docfile.hxx | 4 | ||||
-rw-r--r-- | svx/inc/svx/xbitmap.hxx | 10 |
2 files changed, 0 insertions, 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(); |