diff options
Diffstat (limited to 'include/tools/stream.hxx')
-rw-r--r-- | include/tools/stream.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx index 253ba11c87f0..2072aeff4451 100644 --- a/include/tools/stream.hxx +++ b/include/tools/stream.hxx @@ -260,7 +260,6 @@ public: SvStream& WriteUChar( unsigned char nChar ); SvStream& WriteFloat( float nFloat ); SvStream& WriteDouble( const double& rDouble ); - SvStream& WriteCharPtr( const char* pBuf ); SvStream& WriteUInt32AsString( sal_uInt32 nUInt32 ); SvStream& WriteInt32AsString( sal_Int32 nInt32 ); |