removetooltypes01: #i112600# Fixed build problem with gcc on Linux x64
This commit is contained in:
parent
dbd2d1c834
commit
f70d75cfef
1 changed files with 2 additions and 2 deletions
|
@ -306,8 +306,8 @@ public:
|
|||
void Draw( OutputDevice* pOutDev, const Point& rStartPos, short nOrientation = 0 );
|
||||
|
||||
// sal_uInt32: Fehlercode des Streams.
|
||||
sal_uInt32 Read( SvStream& rInput, const String& rBaseURL, EETextFormat, SvKeyValueIterator* pHTTPHeaderAttrs = NULL );
|
||||
sal_uInt32 Write( SvStream& rOutput, EETextFormat );
|
||||
sal_uLong Read( SvStream& rInput, const String& rBaseURL, EETextFormat, SvKeyValueIterator* pHTTPHeaderAttrs = NULL );
|
||||
sal_uLong Write( SvStream& rOutput, EETextFormat );
|
||||
|
||||
void SetStatusEventHdl( const Link& rLink );
|
||||
Link GetStatusEventHdl() const;
|
||||
|
|
Loading…
Reference in a new issue