diff options
Diffstat (limited to 'include/tools')
-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 d04109f39dbc..e7760fdbe4a1 100644 --- a/include/tools/stream.hxx +++ b/include/tools/stream.hxx @@ -333,7 +333,6 @@ public: SvStream& WriteFloat( float nFloat ); SvStream& WriteDouble( const double& rDouble ); SvStream& WriteCharPtr( const char* pBuf ); - SvStream& WriteUCharPtr( const unsigned char* pBuf ); SvStream& WriteNumber( sal_uInt32 nUInt32 ); SvStream& WriteNumber( sal_Int32 nInt32 ); |