removetooltypes01: #i112600# Fixed build problem with gcc on Linux x64

This commit is contained in:
Carsten Driesner
2011-01-28 14:22:56 +01:00
parent dbd2d1c834
commit f70d75cfef

View File

@@ -306,8 +306,8 @@ public:
void Draw( OutputDevice* pOutDev, const Point& rStartPos, short nOrientation = 0 ); void Draw( OutputDevice* pOutDev, const Point& rStartPos, short nOrientation = 0 );
// sal_uInt32: Fehlercode des Streams. // sal_uInt32: Fehlercode des Streams.
sal_uInt32 Read( SvStream& rInput, const String& rBaseURL, EETextFormat, SvKeyValueIterator* pHTTPHeaderAttrs = NULL ); sal_uLong Read( SvStream& rInput, const String& rBaseURL, EETextFormat, SvKeyValueIterator* pHTTPHeaderAttrs = NULL );
sal_uInt32 Write( SvStream& rOutput, EETextFormat ); sal_uLong Write( SvStream& rOutput, EETextFormat );
void SetStatusEventHdl( const Link& rLink ); void SetStatusEventHdl( const Link& rLink );
Link GetStatusEventHdl() const; Link GetStatusEventHdl() const;