From 5fe96b6dcec8f0ccb7c606fa8e981112e6160e7e Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Mon, 10 Apr 2023 22:43:04 +0300 Subject: Drop SvStream::WriteCharPtr WriteOString is a better replacement Change-Id: Ic431b9aeb98d19fe61cff71360eee555105cc2bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150192 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- include/tools/stream.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/tools/stream.hxx') 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 ); -- cgit